Re: [meta-fsl-ppc][PATCH v2] linux-qoriq: check $WORKDIR for config fragments


Zhenhua Luo
 

Hello Adrian,

-----Original Message-----
From: meta-freescale-bounces@... [mailto:meta-freescale-
bounces@...] On Behalf Of Adrian Dudau
Sent: Thursday, February 25, 2016 10:30 PM

# add config fragments
for deltacfg in ${DELTA_KERNEL_DEFCONFIG}; do
if [ -f "${deltacfg}" ]; then
- ${S}/scripts/kconfig/merge_config.sh -m .config ${deltacfg}
+ ${S}/scripts/kconfig/merge_config.sh -m .config /${deltacfg}
[Luo Zhenhua-B19537] is it a typo of the extra "/" ahead of ${deltacfg}?


Best Regards,

Zhenhua

Join {meta-freescale@lists.yoctoproject.org to automatically receive all group messages.