Skip to content
Snippets Groups Projects
Commit a22f64be authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

ohos-image.bbclass: Export squashfs rootfs by default


This can help in development to play with deltas on squashfs images.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 2471135b
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ def extlinux_boot_files(d): ...@@ -45,6 +45,8 @@ def extlinux_boot_files(d):
# wic configuration with support for system update partition setup # wic configuration with support for system update partition setup
# #
IMAGE_FSTYPES_append = " squashfs"
WKS_FILE_raspberrypi4-64 ?= "x-raspberrypi.wks.in" WKS_FILE_raspberrypi4-64 ?= "x-raspberrypi.wks.in"
WKS_FILE_seco-intel-b68 ?= "x-efi-systemd-microcode.wks.in" WKS_FILE_seco-intel-b68 ?= "x-efi-systemd-microcode.wks.in"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment