[oe-commits] [openembedded-core] branch master-next updated (9476ae8 -> 0786680)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 23:05:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

 discard 9476ae8  go-cross-canadian: add recipe
 discard e3dd1eb  go.bbclass: enable nativesdk builds for Go packages
 discard 0919fe4  go-crosssdk: add recipe
 discard aef35af  go: enable nativesdk builds for the toolchain
 discard bccdb66  go-cross: take GOARM environment setting
 discard a9c0f37  go: rename go.inc -> go-target.inc
 discard aa39fbf  go.bbclass: clean up CGO_xxx settings
 discard cd8128d  go-dep: Move bash dependency to -dev package
 discard 9767d58  go.bbclass: remove some xxx_FINAL variables
 discard 75aace3  go.bbclass: remove GO_GCFLAGS nad GO_LDFLAGS
 discard 961157c  go: split out go-runtime into separate recipe
 discard c21403b  go-bootstrap-native: remove recipe
 discard b140d84  go-native: remove dependency on go-bootstrap-native
 discard a4a33aa  iproute2: Default to tipc enabled, and include libmnl dependency
 discard 1317e7d  libarchive: fix bug929 and CVE-2017-14166
 discard ef5fe3a  selftest/cases/signing: ignore removal errors when cleaning temporary gpg directory
 discard bac16c8  image_types: support lz4 compressed squashfs
     add 7e3a7cd  selftest/cases/signing: ignore removal errors when cleaning temporary gpg directory
     add 9b248a1  libarchive: fix bug929 and CVE-2017-14166
     add b40f42e  iproute2: Default to tipc enabled, and include libmnl dependency
     add 9dc9d45  go-native: remove dependency on go-bootstrap-native
     add d9f5486  go-bootstrap-native: remove recipe
     add d2a7af7  go: split out go-runtime into separate recipe
     add 2d37f60  go.bbclass: remove GO_GCFLAGS nad GO_LDFLAGS
     add 31aa0d8  go.bbclass: remove some xxx_FINAL variables
     add 53bbd22  go-dep: Move bash dependency to -dev package
     add 0885280  go.bbclass: clean up CGO_xxx settings
     add 780aa33  go: rename go.inc -> go-target.inc
     add 1d319f1  go-cross: take GOARM environment setting
     add 32438dc  go: enable nativesdk builds for the toolchain
     add 5dbca2a  go-crosssdk: add recipe
     add 83ad0bd  go.bbclass: enable nativesdk builds for Go packages
     add 9daa02f  go-cross-canadian: add recipe
     add de70799  image_types: support lz4 compressed squashfs
     new a48634f  qemurunner.py: wait for PID to appear in procfs
     new ee38857  kernel: Move Device Tree support to kernel.bbclass
     new 189c396  kernel-devicetree.bbclass: Rework to use tasks
     new 0786680  kernel-devicetree.bbclass: Add support to generate append to kernel

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9476ae8)
            \
             N -- N -- N   refs/heads/master-next (0786680)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/image_types.bbclass          |   2 +-
 meta/classes/kernel-devicetree.bbclass    | 128 ++++++++++++++++++++++++++++++
 meta/classes/kernel.bbclass               |   3 +
 meta/lib/oeqa/utils/qemurunner.py         |   7 +-
 meta/recipes-kernel/linux/linux-dtb.inc   |  66 +--------------
 meta/recipes-kernel/linux/linux-yocto.inc |   1 -
 6 files changed, 138 insertions(+), 69 deletions(-)
 create mode 100644 meta/classes/kernel-devicetree.bbclass

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


More information about the Openembedded-commits mailing list