[oe-commits] [openembedded-core] branch master-next updated (07433b7 -> 0714bd5)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 15:57:47 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 07433b7  fixup
 discard 4e03804  oeqa/reproducible: Improve test output and ensure deb+ipk compared
 discard 8a86e97  kernel-yocto.bbclass: export LD in the environment used by kconf_check
 discard f516cf3  systemd: Upgrade 243.2 -> 243.4-latest
 discard 8ccef8c  python3-six: Move src_uri checks to recipe main
 discard fd9553b  kernel.bbclass: set LD in KERNEL_CONFIG_COMMAND to fix 5.4+ builds when gold is enabled
 discard 9a5f65e  rt-tests: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
 discard d99ef30  oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
 discard 2a563a5  piglit: don't stage the test suite
 discard efabe1f  podfix: remove
 discard ed145d7  ifupdown: add ptest
 discard cc4b0ff  lttng-modules: update to 2.11.1
 discard df5d2c4  rsync: whitelist CVE-2017-16548
 discard c4d78f1  bash: include patch 8-11
 discard b80bf49  gstreamer1.0-plugins-common.inc: disable orc on mips
 discard 5045c6d  lib/oe/path: try hardlinking instead of guessing when it might fail
 discard 4cad166  buildhistory: Allow customising buildhistory tags
 discard 3a7c509  cmake: prefer CMAKE_BUILD_PARALLEL_LEVEL
 discard ed8e300  procps: enable optional systemd support
 discard a12660a  libtirpc: upgrade 1.1.4 -> 1.2.5
 discard 1bc9ae6  sudo: upgrade 1.8.29 -> 1.8.30
 discard f922d3b  assimp: upgrade 5.0.0 -> 5.0.1
 discard 7ae6d78  glib-networking: upgrade 2.62.2 -> 2.62.3
 discard 39f7cbf  stress-ng: upgrade 0.10.15 -> 0.10.16
 discard 85fb7b6  glibc: don't ignore global LDFLAGS settings
 discard e1b5f7a  opkg-utils: Fix reproducibility
 discard 4fe0c1b  libxshmfence: Set shm directory deterministically
 discard 4bac8ac  sudo: Set vardir deterministically
 discard a6d88da  sstatesig: Log timestamps for hashequiv in reprodubile builds
 discard 6e1bc08  HACK: signing: Add extra test debug
 discard fd17f5e  glew/curl: specify exclusive package configs
 discard 92a1199  base.bbclass: extend PACKAGECONFIG for conflict package configs
 discard a23f3e1  oescripts.py: use unittest.SkipUnless for class skip
     add 39fe849  sudo: Set vardir deterministically
     add 6217c3a  libxshmfence: Set shm directory deterministically
     add 4535469  glibc: don't ignore global LDFLAGS settings
     add be821fd  stress-ng: upgrade 0.10.15 -> 0.10.16
     add 046851a  glib-networking: upgrade 2.62.2 -> 2.62.3
     add ea43f8a  assimp: upgrade 5.0.0 -> 5.0.1
     add 5933efd  sudo: upgrade 1.8.29 -> 1.8.30
     add 009dbec  libtirpc: upgrade 1.1.4 -> 1.2.5
     add 54a5dac  procps: enable optional systemd support
     add cdd44c9  cmake: prefer CMAKE_BUILD_PARALLEL_LEVEL
     add 1bb2aa5  buildhistory: Allow customising buildhistory tags
     add f5571bd  lib/oe/path: try hardlinking instead of guessing when it might fail
     add 2b65c49  gstreamer1.0-plugins-common.inc: disable orc on mips
     add 61c3449  bash: include patch 8-11
     add 1e2739c  rsync: whitelist CVE-2017-16548
     add d313e49  lttng-modules: update to 2.11.1
     add 2333ef5  ifupdown: add ptest
     add 46884b1  podfix: remove
     add 9cc4dc9  piglit: don't stage the test suite
     add c3bd502  oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
     add 0ebb56f  rt-tests: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
     add 66c1f4b  kernel.bbclass: set LD in KERNEL_CONFIG_COMMAND to fix 5.4+ builds when gold is enabled
     add 7515a38  python3-six: Move src_uri checks to recipe main
     add 48a061c  systemd: Upgrade 243.2 -> 243.4-latest
     add d3083e9  kernel-yocto.bbclass: export LD in the environment used by kconf_check
     new e78d771  oescripts.py: use unittest.SkipUnless for class skip
     new 1dd7a8d  base.bbclass: extend PACKAGECONFIG for conflict package configs
     new 2e41081  glew/curl: specify exclusive package configs
     new 05ddb80  HACK: signing: Add extra test debug
     new 325fc4c  sstatesig: Log timestamps for hashequiv in reprodubile builds
     new f566ebd  opkg-utils: Fix reproducibility
     new c9b4c47  oeqa/reproducible: Improve test output and ensure deb+ipk compared
     new 3aac5ef  fixup
     new 9c136e7  baremetal-helloworld: Create recipe for baremetal examples on QEMU
     new ae877d9  netbase: Upgrade to 6.0
     new 0714bd5  musl: Update to latest on master

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   (07433b7)
            \
             N -- N -- N   refs/heads/master-next (0714bd5)

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 11 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:
 .../baremetal-examples/baremetal-helloworld_git.bb | 105 +++++++++++++++++++++
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 .../netbase/{netbase_5.8.bb => netbase_6.0.bb}     |  10 +-
 3 files changed, 111 insertions(+), 6 deletions(-)
 create mode 100644 meta-skeleton/recipes-baremetal/baremetal-examples/baremetal-helloworld_git.bb
 rename meta/recipes-core/netbase/{netbase_5.8.bb => netbase_6.0.bb} (61%)

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


More information about the Openembedded-commits mailing list