[oe-commits] [openembedded-core] branch master updated (322904f -> d60806e)

git at git.openembedded.org git at git.openembedded.org
Sun Apr 3 14:54:06 UTC 2016


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

      from  322904f   selftest/signing: Use packagedata to obtain PR value for signing test
      adds  2862cbf   image: Fix debugfs image type recursion loop
      adds  d371264   epiphany: Depend on intltool-native for configure
      adds  26e24d3   ltp: add periodic output for memcg stress test
      adds  725aad5   ltp: fix test_proc_kill hanging
      adds  a68ac76   init-install.sh: fix disk_size
      adds  ca402bc   init-install-efi.sh: remove all root=foo from grub.cfg
      adds  3af7ba2   libassuan: use package specific licensing
      adds  259b0f1   default-distrovars.inc: remove libassuan from LGPLv2_WHITELIST_GPL-3.0
      adds  f092f99   classes/packagegroup: Refactor code to be simpler
       new  4a17286   base: Fixup PACKAGECONFIG incorrect mappings
       new  c5478ed   gdb-cross-canadian: use PACKAGECONFIG for python and readline
       new  664afc1   bitbake.conf: Add BB_WORKERCONTEXT to HASHBASE_WHITELIST
       new  1f46fe7   grub-efi.bbclass: use GRUB_ROOT rather than APPEND for root device
       new  a3ad36b   insane.bbclass: avoid false positives on library location
       new  8e9c03d   oe/patch: more detailed error reporting
       new  574405a   oe/patch: print cleaner error message when patch fails to apply
       new  70d8cb6   bluez5: add ptest support
       new  ca516f5   wic/isoimage-isohybrid.py: use glob to find initramfs location
       new  28910ee   wic/isoimage-isohybrid.py: change cpio generated uid&gid to root
       new  89705b6   linux-yocto/4.1: telemetry and dmaengine backports
       new  053bffb   linux-yocto/4.4: gpio-pca953x: add PCAL9535 interrupt support
       new  83a7fca   linux-yocto/4.1: ahci: backport AHCI runtime PM
       new  cb25dcc   linux-yocto-dev: bump to v4.6-rcX
       new  c36d6c1   Revert "linux-yocto: Work around PAT issue on qemux86"
       new  11cf8cb   linux-yocto/4.4: fix PAT for 32bit x86
       new  967009e   linux-yocto/4.4: UVC: Add support for R200 depth camera
       new  d91a668   kernel-yocto: enforce SRC_URI specified branch
       new  ce62112   opkg-utils: opkg-build exit when fail to list files.
       new  1962571   populate_sdk_ext: Exclude BBTASKDEPDATA from task signature
       new  b5ab611   image-vm: Exclude DISK_SIGNATURE_GENERATED from task signature
       new  d60806e   build-appliance-image: Exclude DDATETIME from task signature

The 22 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/base.bbclass                          |   6 +-
 meta/classes/grub-efi.bbclass                      |  10 ++-
 meta/classes/image-vm.bbclass                      |   1 +
 meta/classes/image.bbclass                         |   5 +-
 meta/classes/insane.bbclass                        |  19 +++-
 meta/classes/kernel-yocto.bbclass                  |  11 +++
 meta/classes/packagegroup.bbclass                  |  18 ++--
 meta/classes/populate_sdk_ext.bbclass              |   2 +
 meta/classes/syslinux.bbclass                      |  22 ++---
 meta/conf/bitbake.conf                             |   3 +-
 meta/conf/distro/include/default-distrovars.inc    |   2 +-
 meta/lib/oe/patch.py                               |  22 +++--
 meta/recipes-connectivity/bluez5/bluez5.inc        |  13 ++-
 ...-target-for-building-tests-without-runnin.patch |  28 ++++++
 .../bluez5/bluez5}/run-ptest                       |   9 +-
 .../images/build-appliance-image_14.0.0.bb         |   1 +
 .../initrdscripts/files/init-install-efi-testfs.sh |   2 +-
 .../initrdscripts/files/init-install-efi.sh        |   4 +-
 .../initrdscripts/files/init-install.sh            |   2 +-
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc   |  12 +--
 .../opkg-build-Exit-when-fail-to-list-files.patch  |  45 ++++++++++
 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |   4 +-
 .../ltp/ltp/0034-periodic_output.patch             |  43 +++++++++
 .../ltp/ltp/0035-fix-test_proc_kill-hang.patch     |  23 +++++
 meta/recipes-extended/ltp/ltp_20160126.bb          |   2 +
 meta/recipes-gnome/epiphany/epiphany_3.18.4.bb     |   2 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 .../linux-yocto/0001-Fix-qemux86-pat-issue.patch   | 100 ---------------------
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  16 ++--
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  18 ++--
 meta/recipes-support/libassuan/libassuan_2.4.2.bb  |   6 +-
 .../lib/wic/plugins/source/isoimage-isohybrid.py   |   8 +-
 36 files changed, 281 insertions(+), 188 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch
 copy meta/{recipes-support/nettle/files => recipes-connectivity/bluez5/bluez5}/run-ptest (73%)
 create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/opkg-build-Exit-when-fail-to-list-files.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0034-periodic_output.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0035-fix-test_proc_kill-hang.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-yocto/0001-Fix-qemux86-pat-issue.patch

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


More information about the Openembedded-commits mailing list