diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/uboot/u-boot-omap3_git.bb | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | ast2050-yocto-poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.zip ast2050-yocto-poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/uboot/u-boot-omap3_git.bb')
-rw-r--r-- | meta/packages/uboot/u-boot-omap3_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/uboot/u-boot-omap3_git.bb b/meta/packages/uboot/u-boot-omap3_git.bb deleted file mode 100644 index 480780e..0000000 --- a/meta/packages/uboot/u-boot-omap3_git.bb +++ /dev/null @@ -1,20 +0,0 @@ -require u-boot.inc - -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" - -SRCREV = "f40f6db278f602b55820693634a7256b0b4e4b80" - -PV = "2008.10-rc2+${PR}+git${SRCREV}" -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)" |