From d5cc185b64ed3af195e3ab0af0a8a85d437f1d41 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sun, 19 Apr 2026 10:33:33 -0500 Subject: Whinlatter -> wrynose - Update layer compatibility - Move build configuration into separate kas config fragment - Move WIC kickstart files - Switch from linux-raspberrypi 6.12 -> 6.18.21 - Re-work custom kernel logo support --- meta-yocto-extra/conf/layer.conf | 2 +- meta-yocto-extra/files/wic/unit-beaglebone-yocto.wks | 7 +++++++ meta-yocto-extra/wic/unit-beaglebone-yocto.wks | 7 ------- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 meta-yocto-extra/files/wic/unit-beaglebone-yocto.wks delete mode 100644 meta-yocto-extra/wic/unit-beaglebone-yocto.wks (limited to 'meta-yocto-extra') diff --git a/meta-yocto-extra/conf/layer.conf b/meta-yocto-extra/conf/layer.conf index cf3675d..41f6eaa 100644 --- a/meta-yocto-extra/conf/layer.conf +++ b/meta-yocto-extra/conf/layer.conf @@ -11,4 +11,4 @@ BBFILE_PRIORITY_yocto-extra-layer = "6" LAYERDEPENDS_yocto-extra-layer += "yocto" -LAYERSERIES_COMPAT_yocto-extra-layer = "whinlatter" +LAYERSERIES_COMPAT_yocto-extra-layer = "wrynose" diff --git a/meta-yocto-extra/files/wic/unit-beaglebone-yocto.wks b/meta-yocto-extra/files/wic/unit-beaglebone-yocto.wks new file mode 100644 index 0000000..927892b --- /dev/null +++ b/meta-yocto-extra/files/wic/unit-beaglebone-yocto.wks @@ -0,0 +1,7 @@ +# short-description: Create SD card image for Beaglebone +# long-description: Creates a partitioned SD card image for Beaglebone with increased size to allow for use with kernel with bundled initramfs that exceeds the upstream size of 32MB +# Boot files are located in the first vfat partition. + +part /boot --source bootimg_partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 64 --sourceparams="loader=u-boot" --use-uuid +part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid +bootloader --append="console=ttyS0,115200 splash video=HDMI-A-1:1024x600@60 vt.global_cursor_default=0" diff --git a/meta-yocto-extra/wic/unit-beaglebone-yocto.wks b/meta-yocto-extra/wic/unit-beaglebone-yocto.wks deleted file mode 100644 index 927892b..0000000 --- a/meta-yocto-extra/wic/unit-beaglebone-yocto.wks +++ /dev/null @@ -1,7 +0,0 @@ -# short-description: Create SD card image for Beaglebone -# long-description: Creates a partitioned SD card image for Beaglebone with increased size to allow for use with kernel with bundled initramfs that exceeds the upstream size of 32MB -# Boot files are located in the first vfat partition. - -part /boot --source bootimg_partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --fixed-size 64 --sourceparams="loader=u-boot" --use-uuid -part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid -bootloader --append="console=ttyS0,115200 splash video=HDMI-A-1:1024x600@60 vt.global_cursor_default=0" -- cgit v1.2.3