summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-05 13:19:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commitabd3f860db3c59b196858c17583d660b8c62d966 (patch)
tree0acb2b36d485234ec09d1e11578a1d4aab5722eb /dynamic-layers
parent5a2d71d9f78031e2f689f13008727cae065c2508 (diff)
downloadmeta-freescale-abd3f860db3c59b196858c17583d660b8c62d966.tar.gz
fmc: install all config files
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb2
1 files changed, 1 insertions, 1 deletions
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 cbf8e24f..2f5f1afa 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -39,7 +39,7 @@ do_install () {
39 install -m 755 ${S}/source/fmc ${D}/${bindir} 39 install -m 755 ${S}/source/fmc ${D}/${bindir}
40 40
41 install -d ${D}${sysconfdir}/fmc/config 41 install -d ${D}${sysconfdir}/fmc/config
42 install -m 644 ${S}${sysconfdir}/fmc/config/hxs_pdl_v3.xml ${D}${sysconfdir}/fmc/config 42 install -m 644 ${S}${sysconfdir}/fmc/config/* ${D}${sysconfdir}/fmc/config
43 43
44 install -d ${D}/${includedir}/fmc 44 install -d ${D}/${includedir}/fmc
45 install ${S}/source/fmc.h ${D}/${includedir}/fmc 45 install ${S}/source/fmc.h ${D}/${includedir}/fmc