From patchwork Wed Jul 18 07:42:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 02/18] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts Date: Wed, 18 Jul 2012 07:42:31 -0000 From: Saul Wold X-Patchwork-Id: 32365 Message-Id: To: openembedded-core@lists.openembedded.org From: Matthew McClintock This prevents kexec from building for this part since it does not work Signed-off-by: Matthew McClintock Signed-off-by: Saul Wold --- .../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 \