]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: Set COMPATIBLE_MACHINE
authorRichard Purdie <richard@openedhand.com>
Wed, 15 Oct 2008 11:37:18 +0000 (11:37 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 15 Oct 2008 11:37:18 +0000 (11:37 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5517 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/uboot/u-boot-omap3_git.bb

index 50c85c7ba6267efe3c125fc571cc08fd531b12ae..1c7068e47af88534a6b3ac741f48de90e5581ffc 100644 (file)
@@ -17,3 +17,5 @@ UBOOT_MACHINE_overo = "omap3_overo_config"
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"