diff --git a/README b/README index 4acf6b1..ff28887 100644 --- a/README +++ b/README @@ -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. diff --git a/recipes-kernel/linux/linux-next.bb b/recipes-kernel/linux/linux-next.bb index 616a6a8..10a5f3f 100644 --- a/recipes-kernel/linux/linux-next.bb +++ b/recipes-kernel/linux/linux-next.bb @@ -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)" diff --git a/recipes-kernel/linux/linux-petitboot_4.0.bb b/recipes-kernel/linux/linux-petitboot_4.0.bb index 8742dde..6813898 100644 --- a/recipes-kernel/linux/linux-petitboot_4.0.bb +++ b/recipes-kernel/linux/linux-petitboot_4.0.bb @@ -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}" diff --git a/recipes-kernel/linux/linux-rockchip-3.0-radxa-rock.bb b/recipes-kernel/linux/linux-rockchip-3.0-radxa-rock.bb index efa4d13..b11c953 100644 --- a/recipes-kernel/linux/linux-rockchip-3.0-radxa-rock.bb +++ b/recipes-kernel/linux/linux-rockchip-3.0-radxa-rock.bb @@ -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)" diff --git a/recipes-kernel/linux/linux_4.1.bb b/recipes-kernel/linux/linux_4.1.bb index 2fc2c32..a858acc 100644 --- a/recipes-kernel/linux/linux_4.1.bb +++ b/recipes-kernel/linux/linux_4.1.bb @@ -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)"