[oe-commits] [openembedded-core] branch master-next updated (5ac0604 -> 76cd050)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 19 08:11:54 UTC 2016


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

      from  5ac0604   build-appliance-image: Create image in correct location
       new  3b1423d   linux-firmware: Correct the LICENSE setting of license packages
       new  57c025a   linux-firmware: Add missing ralink-firmware License
       new  9a0bf95   groff: not ship /usr/bin/glilypond
       new  7c6d0e4   qemuppc.conf: adjust kernel console
       new  f364f77   runqemu: acquire_lock() should fail when failed to open the file
       new  3e7029f   recipetool: create: fix picking up name from local python source tree
       new  237f660   recipetool: create: improve python recipe license handling
       new  7b018b1   recipetool: create: fix name/version extraction from filename
       new  f7e43f9   recipetool: create: fix error with git tree and no network
       new  63234cc   recipetool: create: detect python autoconf macros
       new  847a1aa   recipetool: create: pick up AC_PROG_SWIG
       new  ba4aa31   recipetool: create: tweak license crunching
       new  78c672a   recipetool: create: support git short form URLs
       new  c5d5a1b   lib/oe/recipeutils: fix invalid character detection in validate_pn()
       new  e010d9b   devtool: add: drop superfluous validation for recipe name
       new  87cfb51   runqemu: add guidance to resolve issues with missing files
       new  d57bdac   qemuboot: write the full kernel filename, not the link name
       new  2579e05   runqemu: clarify an INFO message
       new  3ccbaaa   qemuboot: also write the kernel link name to the conf file
       new  ca5a686   runqemu: try symlinks when kernel or rootfs can't be found
       new  3541c21   runqemu: work even if a *.qemuboot.conf isn't found
       new  93649ed   runqemu: use OECORE_NATIVE_SYSROOT from sdk
       new  38cdd58   runqemu: improve finding of rootfs, kernel and dtb
       new  858377b   dropbear: fix -ltomcrypt -ltommath order when using system libtom libs
       new  6d8dae9   dropbear: deterministic selection of system -vs- bundled libtom libs
       new  27d07fc   kernel.bbclass: assign INITRAMFS_BASE_NAME using ?=
       new  5df5974   kernel.bbclass: Add kernel_version_sanity_check function
       new  59a4cdc   externalsrc.bbclass: Make reparsing work for BBCLASSEXTENDed recipes
       new  76cd050   qemuboot.bbclass: don't fail on very first build

The 29 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/externalsrc.bbclass                   |  20 +++-
 meta/classes/kernel.bbclass                        |  32 +++++-
 meta/classes/qemuboot.bbclass                      |  14 ++-
 meta/conf/machine/qemuppc.conf                     |   2 +-
 meta/lib/oe/recipeutils.py                         |   4 +-
 meta/recipes-core/dropbear/dropbear.inc            |   5 +
 .../fix-libtomcrypt-libtommath-ordering.patch      |  48 +++++++++
 meta/recipes-extended/groff/groff_1.22.3.bb        |   5 +
 .../linux-firmware/linux-firmware_git.bb           |  13 +++
 meta/recipes-kernel/linux/linux-yocto.inc          |   1 +
 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                                    | 116 +++++++++++++++------
 16 files changed, 334 insertions(+), 107 deletions(-)
 create mode 100644 meta/recipes-core/dropbear/dropbear/fix-libtomcrypt-libtommath-ordering.patch

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


More information about the Openembedded-commits mailing list