[oe-commits] [openembedded-core] branch master-next updated (7c4a01d -> b97115c)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 15 10:12:32 UTC 2020


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 7c4a01d  python3: Add hack to do_install for ownership issues
 discard 237b805  sstatesig: Improve debug output if getpwuid() fails
 discard 7343b94  images: respect IMAGE_NAME_SUFFIX also for *-testdata.json and *-qemuboot.conf files
 discard b5acdef  *-initramfs: don't use .rootfs IMAGE_NAME_SUFFIX
 discard bc2b02a  *-artifact-names: include version only in the artifact links
 discard b29f2d0  kernel.bbclass: drop unnecessary package_get_auto_pr for do_install
 discard 4d5e416  kernel.bbclass: imageType without {}
 discard 9b2af7c  kernel-artifact-names.bbclass: use PR instead of PKGR in KERNEL_ARTIFACT_NAME
 discard 2eb7644  bitbake.conf, kernel*.bbclass: include IMAGE_VERSION_SUFFIX only in the _LINK_NAME variables and change it to hard link
 discard 5ec8d3d  image-artifact-names: introduce new bbclass and move some variables into it
     new b06ac69  sstatesig: Improve debug output if getpwuid() fails
     new b97115c  python3: Add hack to do_install for ownership issues

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   (7c4a01d)
            \
             N -- N -- N   refs/heads/master-next (b97115c)

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 2 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/buildhistory.bbclass                  |  2 -
 meta/classes/cve-check.bbclass                     |  4 +-
 meta/classes/image-artifact-names.bbclass          | 15 -------
 meta/classes/image-live.bbclass                    | 12 +++---
 meta/classes/image.bbclass                         | 10 ++---
 meta/classes/image_types.bbclass                   |  9 +++-
 meta/classes/kernel-artifact-names.bbclass         | 12 +-----
 meta/classes/kernel-devicetree.bbclass             | 21 ++--------
 meta/classes/kernel.bbclass                        | 49 +++++++---------------
 meta/classes/qemuboot.bbclass                      |  6 +--
 meta/classes/rootfs-postcommands.bbclass           |  8 ++--
 meta/classes/syslinux.bbclass                      |  2 +-
 meta/classes/testexport.bbclass                    | 10 ++---
 meta/classes/testimage.bbclass                     |  7 +---
 meta/conf/bitbake.conf                             |  5 +++
 .../images/core-image-minimal-initramfs.bb         |  1 -
 .../images/core-image-tiny-initramfs.bb            |  1 -
 .../images/core-image-testmaster-initramfs.bb      |  1 -
 18 files changed, 58 insertions(+), 117 deletions(-)
 delete mode 100644 meta/classes/image-artifact-names.bbclass

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


More information about the Openembedded-commits mailing list