From 8ed5699b379847076a2c5103330a0d76bb42586f Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 23 May 2007 14:24:12 +0000 Subject: u-boot.inc : Correct args to install to work with OE install-native. Insert space between -m and 755. --- packages/uboot/u-boot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/uboot') diff --git a/packages/uboot/u-boot.inc b/packages/uboot/u-boot.inc index d9b2f7b7c9..9a0199496c 100644 --- a/packages/uboot/u-boot.inc +++ b/packages/uboot/u-boot.inc @@ -27,5 +27,5 @@ addtask deploy before do_build after do_compile do_stage() { install -d ${STAGING_BINDIR_NATIVE} - install -m755 tools/mkimage ${STAGING_BINDIR_NATIVE}/ + install -m 755 tools/mkimage ${STAGING_BINDIR_NATIVE}/ } -- cgit v1.2.3 From 75d15f094ed56a538991ab55b38e60ee1de2c233 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Mon, 28 May 2007 21:12:56 +0000 Subject: packages/uboot/u-boot_git.bb : Add sequoia dev board uboot release tag --- packages/uboot/u-boot_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/uboot') diff --git a/packages/uboot/u-boot_git.bb b/packages/uboot/u-boot_git.bb index 9362b62041..07f3ed9977 100644 --- a/packages/uboot/u-boot_git.bb +++ b/packages/uboot/u-boot_git.bb @@ -1,8 +1,10 @@ require u-boot.inc - +PR="r1" DEFAULT_PREFERENCE = "-1" SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " +SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093" + S = "${WORKDIR}/git" -- cgit v1.2.3 From 49dd3f8a1e77887afef0674d2ef66c6bae8f637d Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 12 Jun 2007 09:44:36 +0000 Subject: packages/uboot/u-boot.inc : Disable parallel make for u-boot as it fails for no apparent reason when its enabled --- packages/uboot/u-boot.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/uboot') diff --git a/packages/uboot/u-boot.inc b/packages/uboot/u-boot.inc index 9a0199496c..9f7356d5d7 100644 --- a/packages/uboot/u-boot.inc +++ b/packages/uboot/u-boot.inc @@ -5,6 +5,8 @@ PRIORITY = "optional" LICENSE = "GPL" PROVIDES = "virtual/bootloader" +PARALLEL_MAKE="" + EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" UBOOT_MACHINE ?= "${MACHINE}_config" -- cgit v1.2.3