[oe-commits] [openembedded-core] branch master-next updated (6a78a1fd -> b77d511)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 29 17:39:26 UTC 2016


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

      from  6a78a1fd  sato/images: Add ptest image
       new  5c395a7   oeqa/buildoptions: Improve unsafe references tests
       new  8258177   cracklib: package all *.py* files
       new  7728626   dhcp: CVE-2015-8605
       new  75ad616   gstreamer1.0-plugins-bad.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
       new  701b96f   harfbuzz: update 1.2.1 -> 1.2.3
       new  1aee3cf   grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure
       new  c884c62   grub2.inc: avoid passing -isystem to native builds
       new  041ebfc   grub2.inc: drop bogus dependency on xz
       new  ee14d76   classes/module: allow substitution of the modules_install target name
       new  0bf4345   recipetool: create: add support for out-of-tree kernel modules
       new  b741f21   recipetool: create: add basic support for generating linux kernel recipes
       new  3ad48cc   recipetool: create: add basic support for new npm fetcher/class
       new  704a864   classes/populate_sdk_ext: prepend to PATH rather than appending
       new  bdbd545   combo-layer: handle empty commits during "init --history"
       new  4103c55   syslinux.bbclass: make vm and live can be built together
       new  0221ee7   sanity.bbclass: remove conflict checking for image vm and live
       new  00858c5   sanity: Do not mistake meta-yocto-bsp for meta-yocto
       new  6746a05   libarchive: Set xattrs after setting times
       new  f2eb72b   populate_sdk_ext: Delete the buildtools tar file after installation
       new  b77d511   automake: don't delete .pyc files

The 20 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/boot-directdisk.bbclass               |   8 +-
 meta/classes/bootimg.bbclass                       |   1 +
 meta/classes/image-live.bbclass                    |  16 +--
 meta/classes/image-vm.bbclass                      |  15 +-
 meta/classes/module.bbclass                        |   4 +-
 meta/classes/populate_sdk_ext.bbclass              |   5 +-
 meta/classes/sanity.bbclass                        |  30 ++--
 meta/classes/syslinux.bbclass                      |  23 +++-
 meta/lib/oeqa/selftest/buildoptions.py             |  34 ++++-
 meta/recipes-bsp/grub/grub2.inc                    |  19 ++-
 .../dhcp/dhcp/CVE-2015-8605.patch                  |  99 ++++++++++++++
 meta/recipes-connectivity/dhcp/dhcp_4.3.3.bb       |   1 +
 ...-compile-compile-only-optimized-byte-code.patch |  42 ------
 meta/recipes-devtools/automake/automake_1.15.bb    |   1 -
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb   |   2 +-
 .../0001-Set-xattrs-after-setting-times.patch      |  59 ++++++++
 .../libarchive/libarchive_3.1.2.bb                 |   1 +
 .../{harfbuzz_1.2.1.bb => harfbuzz_1.2.3.bb}       |   4 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |   3 +-
 scripts/combo-layer                                |   2 +-
 scripts/lib/recipetool/create_kernel.py            |  99 ++++++++++++++
 scripts/lib/recipetool/create_kmod.py              | 152 +++++++++++++++++++++
 scripts/lib/recipetool/create_npm.py               |  48 +++++++
 23 files changed, 569 insertions(+), 99 deletions(-)
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2015-8605.patch
 delete mode 100644 meta/recipes-devtools/automake/automake/py-compile-compile-only-optimized-byte-code.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/0001-Set-xattrs-after-setting-times.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.1.bb => harfbuzz_1.2.3.bb} (88%)
 create mode 100644 scripts/lib/recipetool/create_kernel.py
 create mode 100644 scripts/lib/recipetool/create_kmod.py
 create mode 100644 scripts/lib/recipetool/create_npm.py

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


More information about the Openembedded-commits mailing list