summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/uboot/u-boot-omap3_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot-omap3_git.bb')
-rw-r--r--meta/recipes-bsp/uboot/u-boot-omap3_git.bb18
1 files changed, 0 insertions, 18 deletions
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 @@
1require u-boot.inc
2
3FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
4
5PV = "2008.10-rc2+${PR}+git${SRCPV}"
6PR="r2"
7
8SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git"
9
10UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
11UBOOT_MACHINE_omap3evm = "omap3_evm_config"
12UBOOT_MACHINE_overo = "omap3_overo_config"
13
14S = "${WORKDIR}/git"
15
16PACKAGE_ARCH = "${MACHINE_ARCH}"
17
18COMPATIBLE_MACHINE = "(beagleboard|omap3evm|overo)"