linux: Renaming machines names in COMPATIBLE_MACHINE

Signed-off-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
Romain Perier 2015-10-31 20:45:17 +01:00
parent 3ec7904f8f
commit 5440eb5b30
5 changed files with 5 additions and 5 deletions

2
README
View File

@ -74,7 +74,7 @@ common metadata shared between BSPs) e.g.:
To enable the build for a specific board, add its name in the MACHINE variable to local.conf:
MACHINE ?= "rk3188-radxarock"
MACHINE ?= "radxarock"
All supported machines can be found in meta-rockchip/conf/machine.

View File

@ -20,4 +20,4 @@ PR = "r1"
PV = "${LINUX_VERSION}+git+${TAG}"
# Include only supported boards for now
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288)"

View File

@ -23,7 +23,7 @@ PROVIDES = "${PN}"
DEPENDS += "rkflashtool-native"
# Include only supported boards for now
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288)"
# 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 = "(rk3188-radxarock)"
COMPATIBLE_MACHINE = "(radxarock)"

View File

@ -19,4 +19,4 @@ PR = "r1"
PV = "${LINUX_VERSION}"
# Include only supported boards for now
COMPATIBLE_MACHINE = "(rk3188-radxarock|rk3066a-marsboard|rk3288-firefly)"
COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|firefly-rk3288)"