[meta-freescale] [PATCH 06/23] fmc: udpate to 09a497f

chunrong.guo at nxp.com chunrong.guo at nxp.com
Sat Sep 29 01:59:39 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

*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 <chunrong.guo at nxp.com>
---
 dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 d839b6f..1aed6f5 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
-- 
2.7.4



More information about the meta-freescale mailing list