summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-gumstix_2.6.15.bb2
-rw-r--r--packages/uboot/uboot-utils_1.2.0.bb22
2 files changed, 4 insertions, 20 deletions
diff --git a/packages/linux/linux-gumstix_2.6.15.bb b/packages/linux/linux-gumstix_2.6.15.bb
index 90a7259d9f..9a9a4d4df3 100644
--- a/packages/linux/linux-gumstix_2.6.15.bb
+++ b/packages/linux/linux-gumstix_2.6.15.bb
@@ -3,6 +3,8 @@ SECTION = "kernel"
LICENSE = "GPL"
PR = "r1"
+DEPENDS = "uboot-utils"
+
COMPATIBLE_MACHINE = "gumstix"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
diff --git a/packages/uboot/uboot-utils_1.2.0.bb b/packages/uboot/uboot-utils_1.2.0.bb
index 8a5d7dce3c..89cc6a235d 100644
--- a/packages/uboot/uboot-utils_1.2.0.bb
+++ b/packages/uboot/uboot-utils_1.2.0.bb
@@ -2,22 +2,11 @@ DESCRIPTION = "U-boot bootloader OS env. access tools for PPC"
SECTION = "bootloaders"
PRIORITY = "optional"
LICENSE = "GPL"
-DEPENDS = "mtd-utils"
-PR = "r5"
+PR = "r6"
-SRC_URI = "${SOURCEFORGE_MIRROR}/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 \
- file://fw_env.config"
+SRC_URI = "${SOURCEFORGE_MIRROR}/u-boot/u-boot-${PV}.tar.bz2"
S = "${WORKDIR}/u-boot-${PV}"
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
-TARGET_LDFLAGS = ""
-
-UBOOT_MACHINE ?= "${MACHINE}_config"
-
-inherit base
do_configure() {
:
@@ -34,10 +23,3 @@ do_stage() {
install -m 755 ${S}/tools/mkimage ${STAGING_BINDIR_NATIVE}/
}
-do_install () {
- install -d ${D}/sbin
- install -d ${D}${sysconfdir}
- install -m 644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
- install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_printenv
- install -m 755 ${S}/tools/env/fw_printenv ${D}/sbin/fw_setenv
-}