- Jun 01, 2021
-
-
Andrei Gherzan authored
* dtb_boot_files - converts dtb entries from KERNEL_DEVICETREE (assumed in DEPLOY/kernel) into IMAGE_BOOT_FILES ones (assuming destination is the root of the filesystem) * extlinux_boot_files - converts extlinux files (assumed in DEPLOY/bootloader/extlinux) to IMAGE_BOOT_FILES entries (assuming destination is relative to the deploy directory of the extlinux files) Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- May 21, 2021
-
-
Some existence of OpenHarmony changed to All Scenarios OS in Readme and Contribution files This fixes #55, fixes #71 Signed-off-by:
shettygururaj <gururaj.shetty@huawei.com>
-
- Mar 15, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 10, 2021
-
-
Andrei Gherzan authored
This class allows to hook a post install function that would mask getty services enabled by systemd as part of `systemd_preset_all`. To take advantage of it, an image would: 1. inherit this class 2. define SYSTEMD_MASK_GETTY to point to a list of tty devices that the hook will mask the getty service for. Common use-case: disable running getty on tty1 at boot. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-