[oe-commits] Matthew McClintock : task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts

git at git.openembedded.org git at git.openembedded.org
Tue Aug 21 10:19:01 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: d9bf008b36e8b2211624705d8ee4e90d94463dd5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d9bf008b36e8b2211624705d8ee4e90d94463dd5

Author: Matthew McClintock <msm at freescale.com>
Date:   Fri Jan 13 10:50:51 2012 -0600

task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts

This prevents kexec from building for this part since it does not work

Signed-off-by: Matthew McClintock <msm at freescale.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-core/tasks/task-core-tools-testapps.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/tasks/task-core-tools-testapps.bb b/meta/recipes-core/tasks/task-core-tools-testapps.bb
index b5847f8..bdd0d05 100644
--- a/meta/recipes-core/tasks/task-core-tools-testapps.bb
+++ b/meta/recipes-core/tasks/task-core-tools-testapps.bb
@@ -22,6 +22,7 @@ KEXECTOOLS ?= "kexec"
 KEXECTOOLS_mips ?= ""
 KEXECTOOLS_mipsel ?= ""
 KEXECTOOLS_powerpc ?= ""
+KEXECTOOLS_e5500-64b ?= ""
 
 RDEPENDS_${PN} = "\
     blktool \





More information about the Openembedded-commits mailing list