diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-15 11:37:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-15 11:37:18 +0000 |
commit | 14d35694412008315fab2eebe0be401324305378 (patch) | |
tree | 27c1482cff1e6d808f46d5207f675ac900ab1382 /meta/packages | |
parent | 0024d1aaace0e146b4bf186eb9f603b5625173ee (diff) | |
download | poky-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/packages')
-rw-r--r-- | meta/packages/uboot/u-boot-omap3_git.bb | 2 |
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" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
20 | |||
21 | COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" | ||