[oe-commits] [openembedded-core] branch master updated (0929846 -> 7c3f2f6)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 00:12:12 UTC 2016


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

      from  0929846   e2fsprogs: do not enable non-stable features by default
      adds  f818f73   insane.bbclass: make the checking stricter for unsafe references in scripts
      adds  68db200   oeqa/buildoptions: Improve unsafe references tests
      adds  e8f6db9   devtool: build-image: rename module
      adds  59e207f   devtool: add build-sdk subcommand
       new  421e8ac   gcc-runtime.inc: disable libitm for little endian MIPS too
       new  2981d02   acl: Fix re pattern in test cases
       new  a82ce3e   formfactor: assume a keyboard is plugged in
       new  063ed90   recipetool: create: fix support for AX_CHECK_LIBRARY
       new  aac3919   feature-arm-thumb.inc: Fix thumb tune override warning
       new  1490caa   gdb: fix builds with internal readline and no static libraries
       new  3eb83b8   nspr: Fix build regression on musl from last upgrade
       new  57e4bb1   net-tools: Override CFLAGS/LDFLAGS in do_install too
       new  4487264   bitbake.conf: Add libgcc-native to ASSUME_PROVIDED
       new  3e31e77   btrfs-tools: Add libgcc to RDEPENDS
       new  57b5a39   xdg-utils: remove trailing whitespace in multiline string
       new  3d806d5   openssl: add a patch to fix parallel builds
       new  e89cd30   xmlto: ensure /bin/bash is used as bash
       new  cc01ffe   createrepo: Fix stat floating timestamps
       new  7ea670c   ext-sdk-prepare: Catch setscene tasks which should have run but didn't
       new  7fd1d7e   insane/prelink: Handle nonstandard library paths
       new  7c3f2f6   linuxloader/image-prelink/image-mklibs: Fix non-standard path prelinking

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


Summary of changes:
 meta/classes/image-mklibs.bbclass                  |  23 +-
 meta/classes/image-prelink.bbclass                 |  25 +-
 meta/classes/insane.bbclass                        |   7 +-
 meta/classes/linuxloader.bbclass                   |  24 ++
 meta/classes/populate_sdk_ext.bbclass              | 148 ++++++----
 meta/conf/bitbake.conf                             |   1 +
 .../conf/machine/include/arm/feature-arm-thumb.inc |   2 +-
 meta/files/ext-sdk-prepare.py                      |   4 +-
 meta/lib/oe/copy_buildsystem.py                    |  59 +++-
 meta/lib/oe/utils.py                               |  11 +
 meta/lib/oeqa/selftest/buildoptions.py             |  34 ++-
 meta/recipes-bsp/formfactor/files/config           |   2 +-
 .../openssl/openssl/parallel.patch                 | 326 +++++++++++++++++++++
 .../recipes-connectivity/openssl/openssl_1.0.2g.bb |   1 +
 .../btrfs-tools/btrfs-tools_4.4.bb                 |   1 +
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   2 +
 meta/recipes-devtools/gdb/gdb.inc                  |   1 +
 .../gdb/gdb/force-readline-static.patch            |  37 +++
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |   2 +-
 .../net-tools/net-tools_1.60-26.bb                 |   4 +
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb |  12 +-
 meta/recipes-support/attr/acl.inc                  |   2 +
 .../acl/test-fix-insufficient-quoting-of.patch     | 108 +++++++
 ...ps-on-SELinux-machines-for-root-testcases.patch |  84 ++++++
 .../createrepo/createrepo/fixstat.patch            |  19 ++
 .../createrepo/createrepo_0.4.11.bb                |   1 +
 ...001-Remove-the-check-for-LINUX-glibc-case.patch |  35 ---
 meta/recipes-support/nspr/nspr_4.12.bb             |  11 +-
 .../lib/devtool/{build-image.py => build_image.py} |  79 +++--
 scripts/lib/devtool/build_sdk.py                   |  65 ++++
 scripts/lib/recipetool/create_buildsys.py          |   2 +-
 31 files changed, 964 insertions(+), 168 deletions(-)
 create mode 100644 meta/classes/linuxloader.bbclass
 create mode 100644 meta/recipes-connectivity/openssl/openssl/parallel.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/force-readline-static.patch
 create mode 100644 meta/recipes-support/attr/acl/test-fix-insufficient-quoting-of.patch
 create mode 100644 meta/recipes-support/attr/acl/test-fixups-on-SELinux-machines-for-root-testcases.patch
 create mode 100644 meta/recipes-support/createrepo/createrepo/fixstat.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/0001-Remove-the-check-for-LINUX-glibc-case.patch
 rename scripts/lib/devtool/{build-image.py => build_image.py} (67%)
 create mode 100644 scripts/lib/devtool/build_sdk.py

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


More information about the Openembedded-commits mailing list