[oe-commits] [openembedded-core] branch master updated (bf9c1e6 -> 4bbd512)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 31 22:05:51 UTC 2016


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

      from  bf9c1e6   ldconfig-native: Fix ELF flags on 64-bit binaries
      adds  e9adedd   image-live.bbclass: DEPENDS on syslinux
      adds  f0b21c0   pyton-numpy: Add definition of off_t size
      adds  6069175   scripts, lib: Don't limit traceback lengths to arbitrary values
      adds  2bfed75   classes/populate_sdk_ext: support setting vars from environment at build time
      adds  ce71f5c   oe-publish-sdk: prevent specifying a directory for the SDK argument
      adds  774b85d   oe-publish-sdk: exclude sstate-cache if publishing minimal SDK
      adds  65efec4   toolchain-shar-extract.sh: ensure all_proxy is allowed through
      adds  626dbad   devtool: modify: call shutdown on tinfoil when done
      adds  5ba3115   systemd: fix build with gcrypt PACKAGECONFIG disabled
      adds  4d949da   relocate_sdk: additional error checks
      adds  e3b881d   image.bbclass: Make unneeded packages for a read-only rootfs configurable
      adds  8b4dede   man: fix several annoying compile/build warnings
      adds  c314fda   boot-directdisk.bbclass: merge it into image-vm.bbclass
      adds  bfd4d95   bootimg.bbclass: merge it into image-live.bbclass
      adds  4a70cc5   image-live.bbclass/image-vm.bbclass: remove duplicated code
      adds  4bbd512   image-vm.bbclass: remove invalid code

No new revisions were added by this update.

Summary of changes:
 meta/classes/boot-directdisk.bbclass               | 190 -------------
 meta/classes/bootimg.bbclass                       | 304 ---------------------
 meta/classes/gummiboot.bbclass                     |   2 +-
 meta/classes/image-live.bbclass                    | 269 +++++++++++++++++-
 meta/classes/image-vm.bbclass                      | 162 +++++++++--
 meta/classes/image.bbclass                         |  18 +-
 meta/classes/live-vm-common.bbclass                |  58 ++++
 meta/classes/populate_sdk_ext.bbclass              |  26 ++
 meta/files/ext-sdk-prepare.py                      |   2 +-
 meta/files/toolchain-shar-extract.sh               |  13 +-
 meta/lib/oe/rootfs.py                              |  23 +-
 meta/lib/oeqa/runexported.py                       |   2 +-
 ...ild-sys-fix-build-with-libgrcypt-disabled.patch | 122 +++++++++
 meta/recipes-core/systemd/systemd_229.bb           |   2 +-
 .../python/python-numpy/x86-64/_numpyconfig.h      |   1 +
 .../man/man/man-1.5m2-tv_fhs.patch                 |  31 ---
 .../man/man/man-1.6g-compile-warnings.patch        | 105 +++++++
 meta/recipes-extended/man/man_1.6g.bb              |   2 +-
 scripts/cleanup-workdir                            |   2 +-
 scripts/combo-layer                                |   2 +-
 scripts/devtool                                    |   2 +-
 scripts/lib/devtool/standard.py                    |   2 +
 scripts/oe-publish-sdk                             |  15 +-
 scripts/oe-selftest                                |   2 +-
 scripts/recipetool                                 |   2 +-
 scripts/relocate_sdk.py                            |  13 +-
 scripts/test-remote-image                          |   2 +-
 27 files changed, 771 insertions(+), 603 deletions(-)
 delete mode 100644 meta/classes/boot-directdisk.bbclass
 delete mode 100644 meta/classes/bootimg.bbclass
 create mode 100644 meta/classes/live-vm-common.bbclass
 create mode 100644 meta/recipes-core/systemd/systemd/0023-build-sys-fix-build-with-libgrcypt-disabled.patch
 delete mode 100644 meta/recipes-extended/man/man/man-1.5m2-tv_fhs.patch
 create mode 100644 meta/recipes-extended/man/man/man-1.6g-compile-warnings.patch

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


More information about the Openembedded-commits mailing list