diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-01-31 10:36:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:37:24 +0000 |
commit | e52c8b833ee542f85baf65314ab56ecbd0ba8eec (patch) | |
tree | 3578f79917ef656e5e8d830634b2dabd729c2288 /meta | |
parent | be82ae98ef7a8525a850a1724426a5ff51932775 (diff) | |
download | poky-e52c8b833ee542f85baf65314ab56ecbd0ba8eec.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index e46a52a022..d735051f7d 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -198,7 +198,7 @@ ipk_log_check() { | |||
198 | # Update the Packages index files in ${DEPLOY_DIR_IPK} | 198 | # Update the Packages index files in ${DEPLOY_DIR_IPK} |
199 | # | 199 | # |
200 | package_update_index_ipk () { | 200 | package_update_index_ipk () { |
201 | set -x | 201 | #set -x |
202 | 202 | ||
203 | ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}" | 203 | ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}" |
204 | 204 | ||
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index b73ff4bbce..fadec4d90d 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= "" | |||
26 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" | 26 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" |
27 | 27 | ||
28 | fakeroot rootfs_ipk_do_rootfs () { | 28 | fakeroot rootfs_ipk_do_rootfs () { |
29 | set -x | 29 | #set -x |
30 | 30 | ||
31 | rm -f ${IPKGCONF_TARGET} | 31 | rm -f ${IPKGCONF_TARGET} |
32 | touch ${IPKGCONF_TARGET} | 32 | touch ${IPKGCONF_TARGET} |