[oe-commits] [openembedded-core] branch master-next updated (453b9ff -> e79f0db)

git at git.openembedded.org git at git.openembedded.org
Thu May 2 21:20:54 UTC 2019


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 453b9ff  icu: Added armeb support.
     new 6f0072d  systemd: don't build firstboot by default
     new 76444b6  systemd: do not create machine-id
     new 3150253  systemd-conf: simplify creation of machine-specific configuration
     new 154abbc  systemd: create preset files instead of installing in image
     new 86f5a23  systemctl-native: Rewrite in Python supporting preset-all and mask
     new a57678a  image: call systemctl preset-all for images
     new e329f1a  opkg: fix ptest packaging when OPKGLIBDIR == libdir
     new e79f0db  uboot-sign: Fix build when UBOOT_DTB_BINARY is empty

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   (453b9ff)
            \
             N -- N -- N   refs/heads/master-next (e79f0db)

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 8 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.bbclass                         |   9 +-
 meta/classes/rootfs-postcommands.bbclass           |   6 +
 meta/classes/systemd.bbclass                       |  41 +-
 meta/classes/uboot-sign.bbclass                    |  14 +-
 .../systemd/systemd-conf/journald.conf             |   3 +
 meta/recipes-core/systemd/systemd-conf/logind.conf |   2 +
 meta/recipes-core/systemd/systemd-conf/system.conf |   2 +
 .../systemd/systemd-conf/system.conf-qemuall       |   3 +
 meta/recipes-core/systemd/systemd-conf_242.bb      |  61 +--
 .../systemd/systemd-systemctl/systemctl            | 476 ++++++++++++---------
 .../recipes-core/systemd/systemd/99-default.preset |   1 +
 meta/recipes-core/systemd/systemd_242.bb           |  26 +-
 meta/recipes-devtools/opkg/opkg_0.4.0.bb           |   7 +-
 .../icu/icu/0001-Make-icu-support-arm-BE.patch     |  28 --
 meta/recipes-support/icu/icu_64.2.bb               |   1 -
 15 files changed, 372 insertions(+), 308 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd-conf/journald.conf
 create mode 100644 meta/recipes-core/systemd/systemd-conf/logind.conf
 create mode 100644 meta/recipes-core/systemd/systemd-conf/system.conf
 create mode 100644 meta/recipes-core/systemd/systemd-conf/system.conf-qemuall
 create mode 100644 meta/recipes-core/systemd/systemd/99-default.preset
 delete mode 100644 meta/recipes-support/icu/icu/0001-Make-icu-support-arm-BE.patch

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


More information about the Openembedded-commits mailing list