[Yaffs] [BUG] patch-ker.sh redefines KCONFIG and fails to co…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nick Thompson
Date:  
To: yaffs
Subject: [Yaffs] [BUG] patch-ker.sh redefines KCONFIG and fails to copy Kconfig to fs/yaffs2
yaffs [master] snapshot as of today

KCONFIG variable appears to be used twice in the patch script. The first
time if contains the name of the Kconfig file to be installed in the
kernel tree, but then gets redefined as the destination of Kconfig in
the kernel tree.

Hence I get:

cp /<yaffsdir>//<kerneldir>/fs/Kconfig /<kerneldir>/yaffs2/Kconfig
cp: cannot stat `/<yaffsdir>//<kerneldir>/fs/Kconfig': No such file or directory

Nick