| Submitter | Laurentiu Palcu |
|---|---|
| Date | Feb. 5, 2013, 9:35 a.m. |
| Message ID | <d760ae0f13d72d3aac64bd7420bdd0ffcebd42ba.1360055640.git.laurentiu.palcu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/44071/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 433d0bb..412c3f8 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass @@ -196,7 +196,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}" diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 0e2fa12..d6a7ac4 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass @@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= "" MULTILIBRE_ALLOW_REP = "${opkglibdir}" fakeroot rootfs_ipk_do_rootfs () { - set -x + #set -x rm -f ${IPKGCONF_TARGET} touch ${IPKGCONF_TARGET}
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] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> --- meta/classes/package_ipk.bbclass | 2 +- meta/classes/rootfs_ipk.bbclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)