summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_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/rootfs_ipk.bbclass
parentbe82ae98ef7a8525a850a1724426a5ff51932775 (diff)
downloadpoky-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/rootfs_ipk.bbclass')
-rw-r--r--meta/classes/rootfs_ipk.bbclass2
1 files changed, 1 insertions, 1 deletions
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 ?= ""
26MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" 26MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg"
27 27
28fakeroot rootfs_ipk_do_rootfs () { 28fakeroot 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}