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
346 B
Plaintext
8 lines
346 B
Plaintext
# short-description: Create a hybrid ISO image
|
|
# long-description: Creates an EFI and legacy bootable hybrid ISO image
|
|
# which can be used on optical media as well as USB media.
|
|
|
|
part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDISO
|
|
|
|
bootloader --timeout=15 --append=""
|