diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-19 12:23:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-19 12:23:43 +0100 |
commit | e870f56cd0dd661c923a5cafebe2d7b5699ccbeb (patch) | |
tree | 4b1fab47686acabf133dcfd91c73e96c869851f5 /packages/u-boot/u-boot_git.bb | |
parent | 9a6985b5963d389b4ddc275c87f5924bfedaba29 (diff) |
u-boot: UBOOT_MACHINE belongs in the machine file, not in the uboot recipe
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb index 4fc6b80fec..ad885cb33c 100644 --- a/packages/u-boot/u-boot_git.bb +++ b/packages/u-boot/u-boot_git.bb @@ -11,12 +11,10 @@ SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" SRCREV_beagleboard = "1e329ec630b31803ee191d2ee335214662b5bfea" PV_beagleboard = "2008.10+${PR}+gitr${SRCREV}" -UBOOT_MACHINE_beagleboard = "omap3_beagle_config" SRC_URI_omap3evm = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" SRCREV_omap3evm = "1e329ec630b31803ee191d2ee335214662b5bfea" PV_omap3evm = "2008.10+${PR}+gitr${SRCREV}" -UBOOT_MACHINE_omap3evm = "omap3_evm_config" SRC_URI_neuros-osd2 = "git://git.neurostechnology.com/git/u-boot;protocol=git;branch=neuros" SRCREV_neuros-osd2 = "df6de5f4ff79dc43ba2a79a3afa975d22ec273b5" |