[oe-commits] [openembedded-core] branch master-next updated (e4f6156 -> fb19794)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 26 08:04:09 UTC 2016


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

      from  e4f6156   pseudo: backport a patch to fix xattr removal
       new  141a1a8   gdb-cross-canadian: use PACKAGECONFIG for python and readline
       new  ba71108   gdb-cross: use PACKAGECONFIG for python and readline
       new  857a413   site: Cache config vars for ccache
       new  7c1933c   quilt: run ptest as normal user
       new  79873da   u-boot.inc: Add sub-dir support for SPL_BINARY
       new  c8ae84b   oe-buildenv-internal: simplify derivation of BB_ENV_EXTRAWHITE
       new  0eb5c78   classes/sanity: use proper multi-line string literals
       new  dbfca54   icecc.bbclass: add icc_is_allarch inherit check
       new  0ac6e56   icecc.bbclass: expand package arch
       new  8b3574b   icecc.bbclass: replace icc with icecc
       new  64dbe14   tzcode: update to 2016c
       new  ac17df5   tzdata: update to 2016c
       new  43bb81b   kernel.bbclass: consider .csp firmware files
       new  b8ffcec   make, remake: make them properly exclude each other
       new  f03566c   bitbake.conf: rename 'gobject-introspection-data' machine feature to 'qemu-usermode'
       new  b17ec0f   rootfs-postcommands: don't write manifest when IMAGE_MANIFEST empty
       new  ac378c6   matchbox-desktop: Do not close desktop on alt-F4
       new  db8e801   wic: fix type of no-table option
       new  2d7344c   image.bbclass: run wicenv task only for wic images
       new  7132ca6   oe-git-proxy: also check all_proxy and http_proxy env variables
       new  a704c33   oe-git-proxy: support username / password in http proxy
       new  0c413e8   glib-2.0: Install gio-querymodules in main package
       new  2d81eaa   gio-module-cache: Add class for Gio modules
       new  3139c3a   glib-2.0: Fix packaging
       new  7484a9c   relocate_sdk: fixed .gccrelocprefix section handling
       new  6c48492   toolchain-shar-extract.sh: check the length for target_sdk_dir
       new  687e82d   libunwind: Fix build on mips/mips64 for musl targets
       new  fb19794   gdb: Fix build on mips64/musl

The 28 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:
 .../recipes-test/images/wic-image-minimal.bb       |  2 +-
 meta/classes/gio-module-cache.bbclass              | 37 +++++++++
 meta/classes/gobject-introspection-data.bbclass    |  9 +++
 meta/classes/gobject-introspection.bbclass         |  8 +-
 meta/classes/icecc.bbclass                         | 58 +++++++-------
 meta/classes/image.bbclass                         |  2 +-
 meta/classes/kernel.bbclass                        |  2 +-
 meta/classes/rootfs-postcommands.bbclass           |  5 +-
 meta/classes/sanity.bbclass                        |  8 +-
 meta/conf/bitbake.conf                             |  2 +-
 meta/conf/distro/include/default-providers.inc     |  3 +-
 meta/conf/machine/include/x86/arch-x86.inc         |  2 +-
 meta/files/toolchain-shar-extract.sh               |  6 ++
 meta/recipes-bsp/u-boot/u-boot.inc                 | 21 ++---
 ...stall-gio-querymodules-as-libexec_PROGRAM.patch | 31 ++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.46.2.bb      |  1 +
 meta/recipes-core/glib-2.0/glib.inc                | 29 +++++--
 .../glib-networking/glib-networking_2.46.1.bb      |  2 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   | 12 +--
 meta/recipes-devtools/gdb/gdb-cross.inc            |  7 +-
 meta/recipes-devtools/gdb/gdb.inc                  |  1 +
 ...s-linux-nat-Define-_ABIO32-if-not-defined.patch | 37 +++++++++
 meta/recipes-devtools/make/make.inc                |  2 +
 meta/recipes-devtools/quilt/quilt.inc              |  4 +-
 meta/recipes-devtools/quilt/quilt/run-ptest        |  5 +-
 .../quilt/quilt/{run-ptest => test.sh}             |  4 -
 meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb |  2 +-
 ...code-native_2016b.bb => tzcode-native_2016c.bb} |  8 +-
 .../tzdata/{tzdata_2016b.bb => tzdata_2016c.bb}    |  4 +-
 meta/recipes-gnome/gnome/gconf_3.2.6.bb            |  2 +-
 .../gobject-introspection_1.46.0.bb                |  4 +-
 ...thing-on-delete-event-when-not-STANDALONE.patch | 60 +++++++++++++++
 .../matchbox-desktop/matchbox-desktop_git.bb       |  4 +-
 meta/recipes-sato/webkit/webkitgtk_2.10.7.bb       |  2 +-
 .../0001-Fix-build-on-mips-musl.patch              | 90 ++++++++++++++++++++++
 meta/recipes-support/libunwind/libunwind_1.1.bb    |  1 +
 meta/site/common-linux                             |  4 +
 scripts/lib/wic/ksparser.py                        |  2 +-
 scripts/oe-buildenv-internal                       | 23 +-----
 scripts/oe-git-proxy                               | 42 +++++++---
 .../postinst-intercepts/update_gio_module_cache    |  7 ++
 scripts/relocate_sdk.py                            |  1 +
 42 files changed, 436 insertions(+), 120 deletions(-)
 create mode 100644 meta/classes/gio-module-cache.bbclass
 create mode 100644 meta/classes/gobject-introspection-data.bbclass
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch
 create mode 100644 meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch
 copy meta/recipes-devtools/quilt/quilt/{run-ptest => test.sh} (74%)
 rename meta/recipes-extended/tzcode/{tzcode-native_2016b.bb => tzcode-native_2016c.bb} (68%)
 rename meta/recipes-extended/tzdata/{tzdata_2016b.bb => tzdata_2016c.bb} (98%)
 create mode 100644 meta/recipes-sato/matchbox-desktop/files/0001-Do-nothing-on-delete-event-when-not-STANDALONE.patch
 create mode 100644 meta/recipes-support/libunwind/libunwind-1.1/0001-Fix-build-on-mips-musl.patch
 create mode 100644 scripts/postinst-intercepts/update_gio_module_cache

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


More information about the Openembedded-commits mailing list