mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
package_ipk, rootfs_ipk: remove the "set -x"
Comment the "set -x" lines since these will add a lot of extra, not always necessary, debug messages in the log.do_rootfs. [YOCTO #2599] (From OE-Core rev: 5d8119f3d749073e355351e0e15f2703fad738f2) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be82ae98ef
commit
e52c8b833e
@@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= ""
|
||||
MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg"
|
||||
|
||||
fakeroot rootfs_ipk_do_rootfs () {
|
||||
set -x
|
||||
#set -x
|
||||
|
||||
rm -f ${IPKGCONF_TARGET}
|
||||
touch ${IPKGCONF_TARGET}
|
||||
|
||||
Reference in New Issue
Block a user