summaryrefslogtreecommitdiff
path: root/meta-unit-distro/conf/distro/include/wic.inc
blob: 1aba27e9c99bceac423ced68450d2e8adb7706e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This will override the default wic.xz for meta-rockchip.
WIC_COMPRESSION_EXTENSION = ".zst"

# This will override the default wic.bz2 for meta-raspberrypi.
IMAGE_FSTYPES:remove:rpi = "wic.bz2"
IMAGE_FSTYPES:append:rpi = " wic${WIC_COMPRESSION_EXTENSION}"

# Need to use a custom WIC kickstart file because the upstream
# one doesn't work with our kernel with bundled initramfs (boot
# partition not big enough).
WKS_FILE:beaglebone-yocto = "unit-beaglebone-yocto.wks"