mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
KBRANCH ?= "v5.10/standard/tiny/base"
|
||||
KBRANCH_qemuarm ?= "v5.10/standard/tiny/arm-versatile-926ejs"
|
||||
KBRANCH:qemuarm ?= "v5.10/standard/tiny/arm-versatile-926ejs"
|
||||
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
@@ -15,7 +15,7 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "faa3b7802d0ee1fe0217283ecaf2c54c9503fa20"
|
||||
SRCREV_machine:qemuarm ?= "faa3b7802d0ee1fe0217283ecaf2c54c9503fa20"
|
||||
SRCREV_machine ?= "240422889570d39c3f7d63808159c8e743117a1d"
|
||||
SRCREV_meta ?= "c3900f83a5679b563adff82c24fdeb02096ed736"
|
||||
|
||||
@@ -29,4 +29,4 @@ COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
||||
# Functionality flags
|
||||
KERNEL_FEATURES = ""
|
||||
|
||||
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
|
||||
KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"
|
||||
|
||||
Reference in New Issue
Block a user