mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
recipes-kernel: linux: Change COMPATIBLE_MACHINE to match new naming rules
This commit is contained in:
parent
fbef8def0b
commit
e580c44bf1
|
@ -20,5 +20,4 @@ PR = "r1"
|
|||
PV = "${LINUX_VERSION}+git+${TAG}"
|
||||
|
||||
# Include only supported boards for now
|
||||
COMPATIBLE_MACHINE = "(radxa-rock|mars-board|firefly)"
|
||||
|
||||
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
|
||||
|
|
|
@ -23,7 +23,7 @@ PROVIDES = "${PN}"
|
|||
DEPENDS += "rkflashtool-native"
|
||||
|
||||
# Include only supported boards for now
|
||||
COMPATIBLE_MACHINE = "(radxa-rock|mars-board|firefly)"
|
||||
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
|
||||
|
||||
# Build the devicetree blob in kernel_do_compile
|
||||
KERNEL_ALT_IMAGETYPE = "${KERNEL_DEVICETREE}"
|
||||
|
|
|
@ -6,4 +6,4 @@ require recipes-kernel/linux/linux-rockchip-3.0.inc
|
|||
SRCBRANCH = "radxa-rock/linux"
|
||||
DEFCONFIG = "rk3188_radxa_rock_defconfig"
|
||||
|
||||
COMPATIBLE_MACHINE = "(radxa-rock)"
|
||||
COMPATIBLE_MACHINE = "(rk3188-radxarock)"
|
||||
|
|
|
@ -19,5 +19,4 @@ PR = "r1"
|
|||
PV = "${LINUX_VERSION}"
|
||||
|
||||
# Include only supported boards for now
|
||||
COMPATIBLE_MACHINE = "(radxa-rock|mars-board|firefly)"
|
||||
|
||||
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user