diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 13:19:07 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | abd3f860db3c59b196858c17583d660b8c62d966 (patch) | |
tree | 0acb2b36d485234ec09d1e11578a1d4aab5722eb | |
parent | 5a2d71d9f78031e2f689f13008727cae065c2508 (diff) | |
download | meta-freescale-abd3f860db3c59b196858c17583d660b8c62d966.tar.gz |
fmc: install all config files
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
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 |