[oe-commits] [openembedded-core] branch master updated (179b7ae -> c594cac)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 19:56:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 179b7ae  meta/conf/layer.conf: bump layer version for LSB changes
     new 4030274  cups: don't change permissions of /var/run/cups/certs in do_package
     new a350bfc  package.py: Add function strip_execs
     new fc4e6a3  staging.bbclass: Make use of oe.package.strip_execs
     new df850ff  x86-base.inc: Don't add live to IMAGE_FSTYPES, default instead
     new 578c820  meta: Fix return value checks from subprocess.call()'s
     new e41c082  tcl: cleanups
     new b12cdaf  expect: use u-a for mkpasswd
     new 2f0b593  curl: update to 7.54.1
     new 4fe4c40  selftest/seltest.py: Add test to check imports from other layers
     new 4a63fa7  image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS
     new 5729c15  tzcode-native: quote ${CC}
     new 24dc220  linux-libc-headers: fix duplicate IFF_LOWER_UP DORMANT ECHO on musl
     new 8ee40c7  pinentry: update to 1.0.0
     new c5f33d4  image_types.bbclass: get rid of IMAGE_DEPENDS
     new c5fa603  image.bbclass: use prependVarFlag for postfuncs
     new f769b83  iptables: Apply 0001-fix-build-with-musl.patch unconditionally
     new ec96c98  base.bbclass: extend PACKAGECONFIG to also allow RRECOMMENDS
     new ed6c92d  connman: fix nftables dependency
     new 709f02c  selftest/archiver: add tests for recipe type filtering
     new 78c2897  selftest/archiver: only execute deploy_archives task
     new e612dfa  copyleft_filter.bbclass: restore possiblity to filter on type
     new f7ba5b5  v86d, qemuboot-x86.inc: use KERNEL_MODULE_AUTOLOAD+KERNEL_MODULE_PROBECONF for uvesafb instead of fbsetup init script
     new 643c81a  slang: add ptest
     new 00b8c7f  commands.py: live output logging + result.error encoding fix
     new 62489e5  runcmd.py: unit testing for runCmd()
     new fb9cf84  scripts/oe-find-native-sysroot: fix a incomplete regexp
     new 10cb433  scripts/test-reexec: fix several incomplete regexp
     new c594cac  lz4: Add patch to fix re-builds

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../lib/oeqa/selftest/cases/external-layer.py      |  16 +++
 meta/classes/base.bbclass                          |  10 +-
 meta/classes/cml1.bbclass                          |   2 +-
 meta/classes/copyleft_filter.bbclass               |  32 ++---
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/image_types.bbclass                   |  51 +++++---
 meta/classes/kernel-module-split.bbclass           |   2 +-
 meta/classes/sstate.bbclass                        |   4 +-
 meta/classes/staging.bbclass                       | 108 ++--------------
 meta/conf/machine/include/qemuboot-x86.inc         |   7 +-
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/lib/oe/package.py                             | 105 +++++++++++++++
 meta/lib/oeqa/selftest/cases/archiver.py           |  78 ++++++++++-
 meta/lib/oeqa/selftest/cases/runcmd.py             | 117 +++++++++++++++++
 meta/lib/oeqa/selftest/cases/selftest.py           |  51 ++++++++
 meta/lib/oeqa/utils/buildproject.py                |   2 +-
 meta/lib/oeqa/utils/commands.py                    | 107 +++++++++++----
 meta/lib/oeqa/utils/targetbuild.py                 |   4 +-
 meta/recipes-bsp/v86d/v86d/fbsetup                 |   3 -
 meta/recipes-bsp/v86d/v86d/uvesafb.conf            |   2 -
 meta/recipes-bsp/v86d/v86d_0.1.10.bb               |  36 ------
 meta/recipes-connectivity/connman/connman.inc      |   2 +-
 meta/recipes-devtools/expect/expect_5.45.bb        |   7 +-
 meta/recipes-devtools/tcltk/tcl_8.6.6.bb           |  13 +-
 meta/recipes-extended/cups/cups.inc                |   7 -
 meta/recipes-extended/iptables/iptables_1.6.1.bb   |   4 +-
 meta/recipes-extended/slang/slang/run-ptest        |   3 +
 ...-add-output-in-the-format-result-testname.patch |  30 +++++
 meta/recipes-extended/slang/slang_2.3.1a.bb        |  25 +++-
 .../recipes-extended/tzcode/tzcode-native_2017b.bb |   2 +-
 ....h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch |  46 +++++++
 .../linux-libc-headers/linux-libc-headers_4.10.bb  |   1 +
 .../curl/{curl_7.54.0.bb => curl_7.54.1.bb}        |   4 +-
 ...sts-Makefile-don-t-use-LIBDIR-as-variable.patch |  82 ++++++++++++
 meta/recipes-support/lz4/lz4_1.7.4.bb              |   1 +
 .../pinentry-1.0.0/gpg-error_pkconf.patch}         |  86 +++----------
 .../pinentry-1.0.0/libassuan_pkgconf.patch}        | 143 ++++++++++-----------
 .../{pinentry_0.9.2.bb => pinentry_1.0.0.bb}       |  22 ++--
 scripts/oe-find-native-sysroot                     |   2 +-
 scripts/test-reexec                                |   6 +-
 40 files changed, 839 insertions(+), 388 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/selftest/cases/external-layer.py
 create mode 100644 meta/lib/oeqa/selftest/cases/runcmd.py
 create mode 100644 meta/lib/oeqa/selftest/cases/selftest.py
 delete mode 100755 meta/recipes-bsp/v86d/v86d/fbsetup
 delete mode 100644 meta/recipes-bsp/v86d/v86d/uvesafb.conf
 create mode 100644 meta/recipes-extended/slang/slang/run-ptest
 create mode 100644 meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch
 rename meta/recipes-support/curl/{curl_7.54.0.bb => curl_7.54.1.bb} (94%)
 create mode 100644 meta/recipes-support/lz4/files/0001-tests-Makefile-don-t-use-LIBDIR-as-variable.patch
 copy meta/recipes-support/{libgpg-error/libgpg-error/pkgconfig.patch => pinentry/pinentry-1.0.0/gpg-error_pkconf.patch} (56%)
 copy meta/recipes-support/{libassuan/libassuan/libassuan-add-pkgconfig-support.patch => pinentry/pinentry-1.0.0/libassuan_pkgconf.patch} (53%)
 rename meta/recipes-support/pinentry/{pinentry_0.9.2.bb => pinentry_1.0.0.bb} (63%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list