From: Chunrong Guo Date: Sat, 29 Sep 2018 08:59:39 +0000 (+0800) Subject: fmc: udpate to 09a497f X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82b58dfd94424f4d29d40d3b554c0fb87c51fec4;p=meta-freescale.git fmc: udpate to 09a497f *update to lsdk 1809 tag include the following changes: 09a497f - Makefile: enable PPC support ba9ed3b - Remove fmc data file on cleanup command a3e83b6 - Added fmc option to perform only cleanup of last fmc execution * add EXTRA_OEMAKE_PLATFORM_qoriq-ppc to support ppc Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index d839b6fc..1aed6f5a 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb @@ -7,7 +7,7 @@ PR = "r2" DEPENDS = "libxml2 fmlib tclap" SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" -SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53" +SRCREV = "09a497fe92aa6cf784140b9084bccf4aaaa97700" S = "${WORKDIR}/git" @@ -22,6 +22,7 @@ EXTRA_OEMAKE_PLATFORM ?= "" EXTRA_OEMAKE_PLATFORM_ls1043a = "ls1043" EXTRA_OEMAKE_PLATFORM_ls1046a = "ls1046" EXTRA_OEMAKE_PLATFORM_ls1088a = "ls1088" +EXTRA_OEMAKE_PLATFORM_qoriq-ppc = "p4080ds" do_compile () { oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source