recipes-kernel: linux: Change COMPATIBLE_MACHINE to match new naming rules

This commit is contained in:
Romain Perier 2015-07-14 15:51:13 +00:00
parent fbef8def0b
commit e580c44bf1
4 changed files with 4 additions and 6 deletions

View File

@ -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)"

View File

@ -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}"

View File

@ -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)"

View File

@ -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)"