- Oct 15, 2021
-
-
Andrei Gherzan authored
This change is in line with the project's rebranding. The collection is also changed a bit to drop the "meta-" prefix. There is no clear standardization on the collection name. Some use an ID, some use ID-layer, some use meta-ID etc. We have decided to use the the layer name without the "meta-" prefix because this is an ID, not a layer per se. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Oct 11, 2021
-
-
Stefan Schmidt authored
Rename all images to matching new project name prefix. Adjust includes as well as image bbclass to fit. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Sep 14, 2021
-
-
Andrei Gherzan authored
The code detects when boot assets would overwrite something already deployed/installed in the rootfs. This helps to avoid breaking packaging at runtime. On the other hand, if IMAGE_BOOT_FILES has duplicates, this check will fail when trying to install the same file multiple times. To avoid this, treat the install_task as a set. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This implements logic as a rootfs postprocess command where the set of boot artifacts are provided as part of the root filesystem. The reason is that the system update components assume only the root filesystem as part of the update payload while boot files are also needed depending on the BSP. For example, RaspberryPi update process would update the kernel and dtbs on the boot partition too. The boot files are copied to the path defined by ROOTFS_BOOT_ARTIFACTS_PATH, relative to the root of the root filesystem. SOme of the logic in this mechanism are based on the current implementation of the bootimg-partition wic plugin. Fixes https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/104 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Aug 24, 2021
-
-
Andrei Gherzan authored
When read-only rootfs is enabled - it is enabled default for the reference images - the core bbclass rootfs-postcommands.bbclass configures dropbear to use a volatile location (a tmpfs location) for the hostkey because the default location, /etc/dropbear is read-only. With the advent of writables.bbclass, the OS now provides the default path /etc/dropbear as a writable (a persistent location bind-mounted from the sysdata partition). This makes now /etc/dropbear both read-write and also persistent over reboots. This change reverts the rootfs-postcommands.bbclass dropbear configuration to use a volatile location as opposed to the default one (/etc/dropbear). Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Jul 16, 2021
-
-
Andrei Gherzan authored
This can help in development to play with deltas on squashfs images. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Jul 08, 2021
-
-
Andrei Gherzan authored
The runqemu script doesn't know to boot compressed qemu images. Bring them back so that we can run the script without manually uncompressing the images. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Jul 06, 2021
-
-
Unify compression for different targets. Remove uncompressed images. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
- Jun 22, 2021
-
-
Stevan Radaković authored
We need compressed rootfs images for faster download from LAVA side. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
- Jun 01, 2021
-
-
Andrei Gherzan authored
All the currently supported linux-based boards are configured to use wic, as image type, and the provided wic configuration, for common partition table. qemux86 qemux86-64 stm32mp1-av96 seco-intel-b68 seco-imx8mm-c61 raspberrypi4-64 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
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>
-