summaryrefslogtreecommitdiff
path: root/packages/uboot
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2007-12-17 18:31:29 +0000
committerAndrew Wilcox <andy@protium.com>2007-12-17 18:31:29 +0000
commitce77ced0ef562fdc882a36176dcb21ca096ed365 (patch)
tree440926b8a0eb6d5eb908921fb31a824555e28070 /packages/uboot
parentd4b8505a939f85e0797074b54f104487c14006f4 (diff)
Remove u-boot-utils-native from RDEPENDS. Remove openprotium specificity.
Add u-boot-utils-native dependency in linux-linstation kernels. Fix of previous u-boot commit.
Diffstat (limited to 'packages/uboot')
-rw-r--r--packages/uboot/u-boot-utils-native_1.2.0.bb3
-rw-r--r--packages/uboot/u-boot-utils_1.2.0.bb7
2 files changed, 3 insertions, 7 deletions
diff --git a/packages/uboot/u-boot-utils-native_1.2.0.bb b/packages/uboot/u-boot-utils-native_1.2.0.bb
index 02f9748ae3..b04b366ffe 100644
--- a/packages/uboot/u-boot-utils-native_1.2.0.bb
+++ b/packages/uboot/u-boot-utils-native_1.2.0.bb
@@ -22,7 +22,6 @@ do_compile () {
# install mkimage for the kernel makefile
do_stage() {
- install -d ${STAGING_BINDIR_NATIVE}
- install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}/
+ install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/
}
diff --git a/packages/uboot/u-boot-utils_1.2.0.bb b/packages/uboot/u-boot-utils_1.2.0.bb
index e86fc60311..1734b41a0e 100644
--- a/packages/uboot/u-boot-utils_1.2.0.bb
+++ b/packages/uboot/u-boot-utils_1.2.0.bb
@@ -2,11 +2,10 @@ DESCRIPTION = "U-boot bootloader OS env. access tools"
SECTION = "bootloaders"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS_openprotium = "mtd-utils"
+DEPENDS = "mtd-utils"
PR = "r7"
-SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
-SRC_URI_append_openprotium = " \
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fw_env.c.patch;patch=1 \
file://tools-Makefile.patch;patch=1 \
file://env-Makefile.patch;patch=1 \
@@ -16,8 +15,6 @@ S = "${WORKDIR}/u-boot-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-${PV}"
-EXTRA_OEMAKE_openprotium = "CROSS_COMPILE=${TARGET_PREFIX}"
-
do_configure() {
:
}