From 5da38d224ee25dc14070ec4f6a63c7219b1d7ac6 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 19 Jan 2011 10:17:15 -0800 Subject: 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 CC: Tom Zanussi CC: Bruce Ashfield --- .../uboot/u-boot-omap3-git/beagleboard/name.patch | 14 -------------- meta/recipes-bsp/uboot/u-boot-omap3_git.bb | 18 ------------------ 2 files changed, 32 deletions(-) delete mode 100644 meta/recipes-bsp/uboot/u-boot-omap3-git/beagleboard/name.patch delete mode 100644 meta/recipes-bsp/uboot/u-boot-omap3_git.bb (limited to 'meta/recipes-bsp') 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 @@ ---- git/Makefile.orig 2008-07-25 16:21:22.000000000 -0700 -+++ git/Makefile 2008-07-27 06:49:08.000000000 -0700 -@@ -2582,8 +2582,8 @@ SMN42_config : unconfig - ######################################################################### - ## ARM CORTEX Systems - ######################################################################### --omap3530beagle_config : unconfig -- @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle -+beagleboard_config : unconfig -+ @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle - - overo_config : unconfig - @$(MKCONFIG) $(@:_config=) arm omap3 overo - 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 @@ -require u-boot.inc - -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" - -PV = "2008.10-rc2+${PR}+git${SRCPV}" -PR="r2" - -SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git" - -UBOOT_MACHINE_beagleboard = "omap3_beagle_config" -UBOOT_MACHINE_omap3evm = "omap3_evm_config" -UBOOT_MACHINE_overo = "omap3_overo_config" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)" -- cgit 1.2.3-korg