diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-12 10:17:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-13 12:29:20 +0100 |
commit | 4a6109fc36fe649b67a3712b2969d501bb241f49 (patch) | |
tree | e6899e78b8cc5318a56d54dae6cb621686af69b3 /meta/recipes-bsp/uboot/u-boot-mkimage-2011.03 | |
parent | 8a3692deaf9f143877940bf5e0d02cc3d80c9276 (diff) | |
download | poky-4a6109fc36fe649b67a3712b2969d501bb241f49.tar.gz |
Patches: Fix Upstream-Status info
(From OE-Core rev: f2a5b2d143fff8337d2f0d024bc593c55f56a3a3)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot-mkimage-2011.03')
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch index f4b12ac9f6..0405834698 100644 --- a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch +++ b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch | |||
@@ -6,7 +6,7 @@ MIME-Version: 1.0 | |||
6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
8 | 8 | ||
9 | Upstream-Status: Applied | 9 | Upstream-Status: Accepted |
10 | 10 | ||
11 | "make tools-all" should allow building tools such as mkimage and the new | 11 | "make tools-all" should allow building tools such as mkimage and the new |
12 | imximage without any config, but imximage.c currently fails to build | 12 | imximage without any config, but imximage.c currently fails to build |
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch index c1026913af..5729cd9473 100644 --- a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch +++ b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch | |||
@@ -3,7 +3,7 @@ From: Ilya Yanok <yanok@emcraft.com> | |||
3 | Date: Mon, 20 Jun 2011 12:45:37 +0000 | 3 | Date: Mon, 20 Jun 2011 12:45:37 +0000 |
4 | Subject: config.mk: move LDSCRIPT processing to the top-level Makefile | 4 | Subject: config.mk: move LDSCRIPT processing to the top-level Makefile |
5 | 5 | ||
6 | Upstream-Status: Applied | 6 | Upstream-Status: Accepted |
7 | 7 | ||
8 | LDSCRIPT is used only from the top-level Makefile and only when the | 8 | LDSCRIPT is used only from the top-level Makefile and only when the |
9 | system is configured so we can move LDSCRIPT and CONFIG_SYS_LDSCRIPT | 9 | system is configured so we can move LDSCRIPT and CONFIG_SYS_LDSCRIPT |