diff options
| author | unitexe <unitexe70@gmail.com> | 2026-04-09 16:38:15 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-04-09 16:38:15 -0500 |
| commit | 6458981344d2e59050df80a38ced477e9fd484ee (patch) | |
| tree | fe3f844d995bee5d206e9b8a022786bbbc7fb08b /meta-yocto-extra/wic/unit-beaglebone-yocto.wks | |
| parent | b7d4eaa60bb62bb8eab1c167a7de41f7209f9e47 (diff) | |
Move wic kickstart files to files/wic
Diffstat (limited to 'meta-yocto-extra/wic/unit-beaglebone-yocto.wks')
| -rw-r--r-- | meta-yocto-extra/wic/unit-beaglebone-yocto.wks | 7 |
1 files changed, 0 insertions, 7 deletions
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" |
