aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-20 11:07:29 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-20 11:07:29 -0700
commit09c0bb89e2d4a6b9e4ba57b97b1bede59e3bd6c4 (patch)
treee46db0939be79a8ee6bba83cae9479802363a57d /recipes/u-boot
parent5dcdc30b57b4d344e37b8193e7d7935e2da14f95 (diff)
downloadopenembedded-09c0bb89e2d4a6b9e4ba57b97b1bede59e3bd6c4.tar.gz
u-boot-utils-native: Only provided mkimage, drop now that it's unused
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-utils-native_1.2.0.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes/u-boot/u-boot-utils-native_1.2.0.bb b/recipes/u-boot/u-boot-utils-native_1.2.0.bb
deleted file mode 100644
index 771f31b46f..0000000000
--- a/recipes/u-boot/u-boot-utils-native_1.2.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "U-boot bootloader mkimage utility"
-SECTION = "bootloaders"
-PRIORITY = "optional"
-LICENSE = "GPL"
-ALLOW_EMPTY = "1"
-PR = "r1"
-
-SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
-
-S = "${WORKDIR}/u-boot-${PV}"
-
-inherit native
-
-do_configure() {
- oe_runmake Sandpoint8240_config
-}
-
-do_compile () {
- oe_runmake tools
-}
-
-# install mkimage for the kernel makefile
-do_stage() {
- install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
-}
-
-
-SRC_URI[md5sum] = "17aeee76ca4c07887bbfea8a52d40884"
-SRC_URI[sha256sum] = "62192ddf019c5d24f6538b33c9e69b6e5792bf5b0f464c0149061e2f0871108b"