[oe-commits] [openembedded-core] branch master updated (5ac0604 -> b2771e1)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 20 14:11:31 UTC 2016


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

      from  5ac0604   build-appliance-image: Create image in correct location
      adds  3b1423d   linux-firmware: Correct the LICENSE setting of license packages
      adds  57c025a   linux-firmware: Add missing ralink-firmware License
      adds  9a0bf95   groff: not ship /usr/bin/glilypond
      adds  7c6d0e4   qemuppc.conf: adjust kernel console
      adds  f364f77   runqemu: acquire_lock() should fail when failed to open the file
      adds  3e7029f   recipetool: create: fix picking up name from local python source tree
      adds  237f660   recipetool: create: improve python recipe license handling
      adds  7b018b1   recipetool: create: fix name/version extraction from filename
      adds  f7e43f9   recipetool: create: fix error with git tree and no network
      adds  63234cc   recipetool: create: detect python autoconf macros
      adds  847a1aa   recipetool: create: pick up AC_PROG_SWIG
      adds  ba4aa31   recipetool: create: tweak license crunching
      adds  78c672a   recipetool: create: support git short form URLs
      adds  c5d5a1b   lib/oe/recipeutils: fix invalid character detection in validate_pn()
      adds  e010d9b   devtool: add: drop superfluous validation for recipe name
      adds  87cfb51   runqemu: add guidance to resolve issues with missing files
      adds  d57bdac   qemuboot: write the full kernel filename, not the link name
      adds  2579e05   runqemu: clarify an INFO message
      adds  3ccbaaa   qemuboot: also write the kernel link name to the conf file
      adds  ca5a686   runqemu: try symlinks when kernel or rootfs can't be found
      adds  3541c21   runqemu: work even if a *.qemuboot.conf isn't found
      adds  93649ed   runqemu: use OECORE_NATIVE_SYSROOT from sdk
      adds  62e9628   dropbear: fix -ltomcrypt -ltommath order when using system libtom libs
      adds  b7c2edd   dropbear: deterministic selection of system -vs- bundled libtom libs
      adds  e30c6c9   kernel.bbclass: assign INITRAMFS_BASE_NAME using ?=
       new  449a0b2   externalsrc.bbclass: Make reparsing work for BBCLASSEXTENDed recipes
       new  ee46973   qemuboot.bbclass: don't fail on very first build
       new  d643fb2   package_manager.py: Adjust error message order
       new  ca78313   package_manager.py: Change diagnostic messages per IRC
       new  bdfce77   gawk-3.1.5: fix non-glibc & gcc >= v4 builds
       new  c687c9f   image_types: add parted-native to do_image_wic depends
       new  2ce0294   openssh: fix potential signed overflow to enable compilation with -ftrapv
       new  63d6d01   default-distrovars.inc: remove libidn from LGPLv2_WHITELIST_GPL-3.0
       new  3d4bf5b   runqemu-gen-tapdevs: remove /etc/runqemu-nosudo when remove taps
       new  907e659   linux-firmware: package carl9170 separately
       new  32ff097   runqemu: improve finding of rootfs, kernel and dtb
       new  0e68366   boost: switch to using C++11 atomics when available
       new  d7df809   enchant: add PACKAGECONFIG for *spell
       new  2271f59   oeqa/runtime/parselogs.py: Add ignore of tsc calibration fail in x86
       new  9f8a075   gcc-configure: Enable initfini-array
       new  c280656   openssl: fix do_configure error when cwd is not in @INC
       new  b2771e1   oeqa/selftest/lic-checksum: don't report the expected failure to errors.yp

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:
 .../recipes-test/images/wic-image-minimal.bb       |   2 +-
 meta/classes/externalsrc.bbclass                   |  20 +++-
 meta/classes/image_types.bbclass                   |   1 +
 meta/classes/kernel.bbclass                        |   2 +-
 meta/classes/qemuboot.bbclass                      |  14 ++-
 meta/conf/distro/include/default-distrovars.inc    |   2 +-
 meta/conf/machine/qemuppc.conf                     |   2 +-
 meta/lib/oe/package_manager.py                     |  20 ++--
 meta/lib/oe/recipeutils.py                         |   4 +-
 meta/lib/oeqa/runtime/parselogs.py                 |   1 +
 meta/lib/oeqa/selftest/lic-checksum.py             |   1 +
 ...ial-signed-overflow-in-pointer-arithmatic.patch |  99 ++++++++++++++++++
 meta/recipes-connectivity/openssh/openssh_7.3p1.bb |   1 +
 .../openssl/openssl-util-perlpath.pl-cwd.patch     |  34 +++++++
 .../recipes-connectivity/openssl/openssl_1.0.2h.bb |   1 +
 meta/recipes-core/dropbear/dropbear.inc            |   5 +
 .../fix-libtomcrypt-libtommath-ordering.patch      |  48 +++++++++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |   4 +
 ...0001-gawk-fix-non-glibc-gcc-4-compilation.patch |  67 ++++++++++++
 meta/recipes-extended/gawk/gawk_3.1.5.bb           |   7 +-
 meta/recipes-extended/groff/groff_1.22.3.bb        |   5 +
 .../linux-firmware/linux-firmware_git.bb           |  19 +++-
 ...by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch |  59 +++++++++++
 meta/recipes-support/boost/boost_1.61.0.bb         |   1 +
 meta/recipes-support/enchant/enchant_1.6.0.bb      |  16 +--
 scripts/lib/devtool/standard.py                    |   8 +-
 scripts/lib/recipetool/create.py                   |  75 ++++++++++----
 scripts/lib/recipetool/create_buildsys.py          |  19 +++-
 scripts/lib/recipetool/create_buildsys_python.py   |  66 ++++++------
 scripts/lib/scriptutils.py                         |  13 +++
 scripts/runqemu                                    | 113 +++++++++++++++------
 scripts/runqemu-gen-tapdevs                        |  46 +++++----
 32 files changed, 628 insertions(+), 147 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/openssl-util-perlpath.pl-cwd.patch
 create mode 100644 meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch
 create mode 100644 meta/recipes-extended/gawk/gawk-3.1.5/0001-gawk-fix-non-glibc-gcc-4-compilation.patch
 create mode 100644 meta/recipes-support/boost/boost/0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch

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


More information about the Openembedded-commits mailing list