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
16 lines
493 B
BlitzBasic
16 lines
493 B
BlitzBasic
require u-boot-common.inc
|
|
require u-boot.inc
|
|
|
|
DEPENDS += "bc-native dtc-native python3-pyelftools-native"
|
|
|
|
SRC_URI += "file://CVE-2024-57254.patch \
|
|
file://CVE-2024-57255.patch \
|
|
file://CVE-2024-57256.patch \
|
|
file://CVE-2024-57257.patch \
|
|
file://CVE-2024-57258-1.patch \
|
|
file://CVE-2024-57258-2.patch \
|
|
file://CVE-2024-57258-3.patch \
|
|
file://CVE-2024-57259.patch \
|
|
file://CVE-2024-42040.patch \
|
|
"
|