diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-01-19 10:17:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:36 +0000 |
commit | 5da38d224ee25dc14070ec4f6a63c7219b1d7ac6 (patch) | |
tree | ffe96e2cb229388face1d4b2243accdf2cbe4643 /meta/recipes-bsp/uboot | |
parent | f1902976e5fbd13780c4c3902d1c7214709bb44a (diff) | |
download | poky-5da38d224ee25dc14070ec4f6a63c7219b1d7ac6.tar.gz |
u-boot-omap3: remove in favor of upstream u-boot
This repository is stale, the u-boot_git.bb recipe uses the upstream
repository. Remaining machines using this recipe have already been
converted to using u-boot_git.bb.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/uboot')
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch | 14 | ||||
-rw-r--r-- | meta/recipes-bsp/uboot/u-boot-omap3_git.bb | 18 |
2 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch b/meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch deleted file mode 100644 index ac03e47774..0000000000 --- a/meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | --- git/Makefile.orig 2008-07-25 16:21:22.000000000 -0700 | ||
2 | +++ git/Makefile 2008-07-27 06:49:08.000000000 -0700 | ||
3 | @@ -2582,8 +2582,8 @@ SMN42_config : unconfig | ||
4 | ######################################################################### | ||
5 | ## ARM CORTEX Systems | ||
6 | ######################################################################### | ||
7 | -omap3530beagle_config : unconfig | ||
8 | - @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle | ||
9 | +beagleboard_config : unconfig | ||
10 | + @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle | ||
11 | |||
12 | overo_config : unconfig | ||
13 | @$(MKCONFIG) $(@:_config=) arm omap3 overo | ||
14 | |||
diff --git a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb b/meta/recipes-bsp/uboot/u-boot-omap3_git.bb deleted file mode 100644 index c0a7738485..0000000000 --- a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" | ||
4 | |||
5 | PV = "2008.10-rc2+${PR}+git${SRCPV}" | ||
6 | PR="r2" | ||
7 | |||
8 | SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git" | ||
9 | |||
10 | UBOOT_MACHINE_beagleboard = "omap3_beagle_config" | ||
11 | UBOOT_MACHINE_omap3evm = "omap3_evm_config" | ||
12 | UBOOT_MACHINE_overo = "omap3_overo_config" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
17 | |||
18 | COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" | ||