Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
# short-description: image for use in machine agnostic wic test cases
|
|
|
|
# /boot is intentionally an empty partition
|
|
part /boot --ondisk sda --label boot --active --align 1024 --size 16
|
|
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
|
|
|
# bootloader is intentionally left out
|