summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-15 11:37:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-15 11:37:18 +0000
commit14d35694412008315fab2eebe0be401324305378 (patch)
tree27c1482cff1e6d808f46d5207f675ac900ab1382 /meta
parent0024d1aaace0e146b4bf186eb9f603b5625173ee (diff)
downloadopenembedded-core-contrib-14d35694412008315fab2eebe0be401324305378.tar.gz
u-boot: Set COMPATIBLE_MACHINE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5517 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/uboot/u-boot-omap3_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/uboot/u-boot-omap3_git.bb b/meta/packages/uboot/u-boot-omap3_git.bb
index 50c85c7ba6..1c7068e47a 100644
--- a/meta/packages/uboot/u-boot-omap3_git.bb
+++ b/meta/packages/uboot/u-boot-omap3_git.bb
@@ -17,3 +17,5 @@ UBOOT_MACHINE_overo = "omap3_overo_config"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"