- Mar 21, 2023
-
-
Francesco Pham authored
linux-raspberrypi enables CONFIG_ANDROID_BINDERFS by default which is the cause of binder devices not being generated in /dev . Disabling CONFIG_ANDROID_BINDERFS to have /dev/binder needed by openharmony system. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
openharmony.inc is also included by linux-raspberrypi kernel, therefore moving qemu specific kernel configs into linux-yocto_%.bbappend Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Currently kernel configs and patches are applied only to linux-yocto. Adding linux-raspberrypi_%.bbappend to apply openharmony kernel patches also to linux-raspberrypi kernel. Set linux-raspberrypi preferred kernel version to 5.10 to align with linux-yocto version. This allows `driver-add-hilog-and-hievent-buffer-management-drive.patch` to be correctly applied. Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
rename directory to align with the upstream directory structure which is recipes-kernel/linux instead of recipes-kernel/linux-yocto Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
- Aug 09, 2022
-
-
Esben Haabendal authored
The OpenHarmony kernel features will be needed in other Linux recipes, so we move the needed bitbake code to an openharmony.inc file which can then be included in such recipes. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jul 09, 2022
-
-
Esben Haabendal authored
Instead of hardcoding an `openharmony` override, this introduce an `openharmony` distro feature which (when enabled) will add a `df-openharmony` override. The `openharmony` distro feature will also gate the `openharmony-3.0` and `openharmony-3.1` overrides, so they are only active when `openharmony` is enabled. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 30, 2022
-
-
Esben Haabendal authored
This allows building OpenHarmony compatible linux-yocto kernel using any distro configuration which enables "openharmony" in its DISTROOVERRIDES. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This allows building OpenHarmony compatible linux-libc-headers using any distro configuration which enables "openharmony" in its DISTROOVERRIDES. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- May 31, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Apr 26, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Some openharmony components (such as System Abilities) require Android Binder ipc enabled in the kernel Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
-
This patch adds the hilog and hievent kernel drivers for the OpenHarmony v3.0 build. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
OpenHarmony requires Android Shared Memory kernel support. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
OpenHarmony requires Android Shared Memory kernel support which is currently under drivers/staging/android/ and therefore the header file is not being installed. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-