aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_ipk.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-01-31 10:36:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:37:24 +0000
commite52c8b833ee542f85baf65314ab56ecbd0ba8eec (patch)
tree3578f79917ef656e5e8d830634b2dabd729c2288 /meta/classes/package_ipk.bbclass
parentbe82ae98ef7a8525a850a1724426a5ff51932775 (diff)
downloadopenembedded-core-contrib-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/classes/package_ipk.bbclass')
-rw-r--r--meta/classes/package_ipk.bbclass2
1 files changed, 1 insertions, 1 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() {
# Update the Packages index files in ${DEPLOY_DIR_IPK}
#
package_update_index_ipk () {
- set -x
+ #set -x
ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}"