[oe-commits] [openembedded-core] branch master updated (8cb4ac4 -> 1b60ae1)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 23:13:34 UTC 2016


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

      from  8cb4ac4   gcc: Add support for atomic opertions (libitm) where available
       new  a85604f   recipetool: create: add support for out-of-tree kernel modules
       new  39cab54   recipetool: create: add basic support for generating linux kernel recipes
       new  41d0e4d   recipetool: create: add basic support for new npm fetcher/class
       new  e38c94d   syslinux.bbclass: make vm and live can be built together
       new  f350bed   sanity.bbclass: remove conflict checking for image vm and live
       new  8deb148   sanity: Do not mistake meta-yocto-bsp for meta-yocto
       new  b8cb647   bootimg: set default value for LABELS variable
       new  1b60ae1   layer.conf: Update after replacement of udev with eudev

The 8 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            |   3 +
 meta/classes/image-live.bbclass         |  16 ++--
 meta/classes/image-vm.bbclass           |  15 ++--
 meta/classes/sanity.bbclass             |  30 +++----
 meta/classes/syslinux.bbclass           |  23 +++--
 meta/conf/layer.conf                    |   2 +-
 scripts/lib/recipetool/create_kernel.py |  99 +++++++++++++++++++++
 scripts/lib/recipetool/create_kmod.py   | 152 ++++++++++++++++++++++++++++++++
 scripts/lib/recipetool/create_npm.py    |  48 ++++++++++
 10 files changed, 352 insertions(+), 44 deletions(-)
 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