summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-kernel
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 17:15:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 17:15:58 +0100
commite92a198be30af96bd791b76e311575202fbacac2 (patch)
treeb19b06ed89b2ac95ae9068d0153ebe5be77902af /meta-yocto/recipes-kernel
parent622fb696a6fc9eab991a5f412eb28e2ff949a32b (diff)
downloadast2050-yocto-poky-e92a198be30af96bd791b76e311575202fbacac2.zip
ast2050-yocto-poky-e92a198be30af96bd791b76e311575202fbacac2.tar.gz
linux-yocto: Fix COMPATIBLE_MACHINE so core machines aren't overwritten
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-kernel')
-rw-r--r--meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
index 3f2d795..052831d 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -9,4 +9,7 @@ SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0"
SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc"
SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1"
-COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard|atom-pc)"
+COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
+COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_atom-pc = "atom-pc"
OpenPOWER on IntegriCloud