All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/52] Various metadata tweaks v3
@ 2015-10-22 15:21 Joshua Lock
  2015-10-22 15:21 ` [PATCH v3 01/52] common-licenses: use correct GFDL-1.1 license text Joshua Lock
                   ` (52 more replies)
  0 siblings, 53 replies; 54+ messages in thread
From: Joshua Lock @ 2015-10-22 15:21 UTC (permalink / raw)
  To: openembedded-core


The following series are some tidy ups and changes made whilst
porting a distro with systemd and a Weston + Xwayland userland to
Jethro.

Please consider them for inclusion.

Changes since v2:
* Backport weston patch to make enabling/disabling of systemd-login explicit
* Mention the change in default behaviour regarding systemds dbus-related tests

Regards,

Joshua

The following changes since commit 10e5df3503632a6e1c54612055b19f7258c3ae2f:

  lib/oe/image.py: Fix dependency handling for compressed types (2015-10-14 18:08:22 +0300)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/cleanup
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/cleanup

Alejandro Hernandez (1):
  archiver.bbclass: Fixes and improves archiver class for kernel and gcc
    packages

Alex Franco (2):
  test-empty-image: rename from core-image-empty
  sanity.bbclass: expand warning when chmod fails

Benjamin Esquivel (2):
  populate SDK: prepare calling of bb.utils for exceptions
  oeqa/selftest/manifest.py: Test support for manifests

Chen Qi (2):
  openssh: fix file permission for /etc/pam.d/sshd
  sudo: fix file permission for /etc/pam.d/sudo

Chris Hallinan (1):
  image-live: make SYSLINUX_ROOT changable in image recipes

Daniel Istrate (2):
  oeqa/selftest/bbtests: Updated bitbake TCs
  oeqa/selftest/wic: corrected testcase decorator for test18_iso_image

Joe MacDonald (1):
  classes/base: provide hints on PACKAGECONFIG error

Joshua Lock (6):
  systemd: add PACKAGECONFIG to build with compatibility libraries
  weston: add PACKAGECONFIG to build with systemd-login support
  systemd: make dbus an optional build time dependency
  weston: add a PACKAGECONFIG option for xwayland support
  xserver-xorg: add Xwayland RRECOMMENDS
  xserver-xorg: drop empty ${PN}-security-policy package

Kai Kang (1):
  gcc-4.x: fix wrong warning when using the universal zero initializer
    {0}

Khem Raj (1):
  grub-efi, gummiboot: Emit correct path in startup.nsh

Leonardo Sandoval (3):
  oeqa/utils/ftools: Ignore the exception if file does not exist
  oeqa/utils/ftools: From functions that expect data, check if None
  oeqa/selftest/buildoptions: Use the correct script for cleaning the
    workdir

Mariano Lopez (2):
  oetest: Add tearDownLocal class
  oeqa/runtime: Fix setUp and tearDown methods

Mark Hatle (1):
  gcc-5.2: Fix various _FOR_BUILD and related variables

Matt Madison (1):
  i2c-tools: fix inverted RDEPENDS

Maxin B. John (1):
  toolchain-shar-extract.sh: provide proper path for env_setup_script

Paul Eggleton (11):
  common-licenses: use correct GFDL-1.1 license text
  build-compare: drop PATCHTOOL setting
  tzdata: reinstate changes reverted in 2014c upgrade
  devtool: extract: fix error handling
  scripts/gen-lockedsig-cache: fix race with temp file creation
  classes/populate_sdk_ext: consistent indentation
  classes/populate_sdk_ext: prevent image construction from executing on
    install
  classes/populate_sdk_ext: add note to env setup script
  classes/populate_sdk_ext: detect and warn if running in OE environment
  toolchain-shar-extract.sh: print full-length title underline
  devtool: handle virtual providers

Peter Kjellerstedt (1):
  useradd_base.bbclass: Do not warn without a reason

Richard Purdie (2):
  libc-package: Fix localedef multilib dependency issues
  build-appliance-image: Update to jethro head revision

Robert Yang (1):
  coreutils: fix for native and nativesdk

Ross Burton (10):
  linux-yocto-custom: fix typo in Upstream-Status tag
  metadata_scm: rewrite git hash logic
  rpm: remove spurious build dependencies
  qemu: disable Valgrind
  oeqa/selftest/bbtests: clean up local DL_DIR/SSTATE_DIR safely
  oeqa/selftest: verify that devtool can use plugins in other layers
  oeqa/selftest/wic: fix cleaning
  oeqa/selftest: clean up selftest.inc in teardown
  oeqa/selftest/wic: remove numbers from test names
  oeqa/selftest: improve config writing and cleanup

 meta-selftest/lib/devtool/__init__.py              |   0
 meta-selftest/lib/devtool/test.py                  |  11 ++
 .../{core-image-empty.bb => test-empty-image.bb}   |   1 -
 .../0001-linux-version-tweak.patch                 |   2 +-
 meta/classes/archiver.bbclass                      |  27 ++-
 meta/classes/base.bbclass                          |   3 +-
 meta/classes/grub-efi.bbclass                      |   3 +-
 meta/classes/gummiboot.bbclass                     |   3 +-
 meta/classes/image-live.bbclass                    |   2 +-
 meta/classes/libc-package.bbclass                  |   4 +-
 meta/classes/metadata_scm.bbclass                  |  23 +--
 meta/classes/populate_sdk_ext.bbclass              |  18 +-
 meta/classes/sanity.bbclass                        |   4 +-
 meta/classes/useradd_base.bbclass                  |   6 +-
 meta/files/common-licenses/GFDL-1.1                | 206 ++++++++-------------
 meta/files/ext-sdk-prepare.sh                      |  20 ++
 meta/files/toolchain-shar-extract.sh               |   7 +-
 meta/lib/oe/recipeutils.py                         |   6 +-
 meta/lib/oe/sdk.py                                 |  76 +++++---
 meta/lib/oeqa/oetest.py                            |   6 +
 meta/lib/oeqa/runtime/_ptest.py                    |   2 +-
 meta/lib/oeqa/runtime/date.py                      |   4 +-
 meta/lib/oeqa/runtime/kernelmodule.py              |   4 +-
 meta/lib/oeqa/runtime/scanelf.py                   |   2 +-
 meta/lib/oeqa/selftest/base.py                     |   2 +-
 meta/lib/oeqa/selftest/bbtests.py                  |  60 ++++--
 meta/lib/oeqa/selftest/buildoptions.py             |   8 +-
 meta/lib/oeqa/selftest/devtool.py                  |  44 +++++
 meta/lib/oeqa/selftest/imagefeatures.py            |  16 +-
 meta/lib/oeqa/selftest/manifest.py                 | 163 ++++++++++++++++
 meta/lib/oeqa/selftest/wic.py                      |  67 ++++---
 meta/lib/oeqa/utils/ftools.py                      |  20 +-
 meta/recipes-connectivity/openssh/openssh_7.1p1.bb |   2 +-
 meta/recipes-core/coreutils/coreutils_8.24.bb      |   2 +-
 .../images/build-appliance-image_12.0.1.bb         |   2 +-
 meta/recipes-core/systemd/systemd_225.bb           |   4 +-
 .../build-compare/build-compare_git.bb             |   1 -
 meta/recipes-devtools/gcc/gcc-4.8.inc              |   1 +
 ...-gcc-483-universal-initializer-no-warning.patch | 107 +++++++++++
 meta/recipes-devtools/gcc/gcc-4.9.inc              |   1 +
 ...-gcc-483-universal-initializer-no-warning.patch | 107 +++++++++++
 meta/recipes-devtools/gcc/gcc-5.2.inc              |   1 +
 .../gcc/gcc-5.2/0042-cxxflags-for-build.patch      | 123 ++++++++++++
 meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb |   3 +-
 meta/recipes-devtools/qemu/qemu/no-valgrind.patch  |  19 ++
 meta/recipes-devtools/qemu/qemu_2.4.0.bb           |   1 +
 meta/recipes-devtools/rpm/rpm_4.11.2.bb            |   2 +-
 meta/recipes-extended/sudo/sudo_1.8.14p3.bb        |   2 +-
 meta/recipes-extended/tzdata/tzdata_2015g.bb       |   5 +-
 .../weston/explicit-enable-disable-systemd.patch   |  70 +++++++
 .../wayland/weston/libsystemd.patch                |  53 ++++++
 meta/recipes-graphics/wayland/weston_1.8.0.bb      |   8 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   8 +-
 scripts/gen-lockedsig-cache                        |   4 +
 scripts/lib/devtool/standard.py                    |  32 +++-
 scripts/lib/devtool/upgrade.py                     |  12 +-
 56 files changed, 1101 insertions(+), 289 deletions(-)
 create mode 100644 meta-selftest/lib/devtool/__init__.py
 create mode 100644 meta-selftest/lib/devtool/test.py
 rename meta-selftest/recipes-test/images/{core-image-empty.bb => test-empty-image.bb} (86%)
 create mode 100644 meta/files/ext-sdk-prepare.sh
 create mode 100644 meta/lib/oeqa/selftest/manifest.py
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/0051-gcc-483-universal-initializer-no-warning.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0065-gcc-483-universal-initializer-no-warning.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-5.2/0042-cxxflags-for-build.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/no-valgrind.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/explicit-enable-disable-systemd.patch
 create mode 100644 meta/recipes-graphics/wayland/weston/libsystemd.patch

-- 
2.1.4



^ permalink raw reply	[flat|nested] 54+ messages in thread

end of thread, other threads:[~2015-10-22 15:24 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 15:21 [PATCH v3 00/52] Various metadata tweaks v3 Joshua Lock
2015-10-22 15:21 ` [PATCH v3 01/52] common-licenses: use correct GFDL-1.1 license text Joshua Lock
2015-10-22 15:21 ` [PATCH v3 02/52] build-compare: drop PATCHTOOL setting Joshua Lock
2015-10-22 15:21 ` [PATCH v3 03/52] tzdata: reinstate changes reverted in 2014c upgrade Joshua Lock
2015-10-22 15:21 ` [PATCH v3 04/52] gcc-4.x: fix wrong warning when using the universal zero initializer {0} Joshua Lock
2015-10-22 15:21 ` [PATCH v3 05/52] coreutils: fix for native and nativesdk Joshua Lock
2015-10-22 15:21 ` [PATCH v3 06/52] grub-efi, gummiboot: Emit correct path in startup.nsh Joshua Lock
2015-10-22 15:21 ` [PATCH v3 07/52] linux-yocto-custom: fix typo in Upstream-Status tag Joshua Lock
2015-10-22 15:21 ` [PATCH v3 08/52] metadata_scm: rewrite git hash logic Joshua Lock
2015-10-22 15:21 ` [PATCH v3 09/52] devtool: extract: fix error handling Joshua Lock
2015-10-22 15:21 ` [PATCH v3 10/52] classes/base: provide hints on PACKAGECONFIG error Joshua Lock
2015-10-22 15:21 ` [PATCH v3 11/52] toolchain-shar-extract.sh: provide proper path for env_setup_script Joshua Lock
2015-10-22 15:21 ` [PATCH v3 12/52] image-live: make SYSLINUX_ROOT changable in image recipes Joshua Lock
2015-10-22 15:21 ` [PATCH v3 13/52] scripts/gen-lockedsig-cache: fix race with temp file creation Joshua Lock
2015-10-22 15:21 ` [PATCH v3 14/52] test-empty-image: rename from core-image-empty Joshua Lock
2015-10-22 15:21 ` [PATCH v3 15/52] oetest: Add tearDownLocal class Joshua Lock
2015-10-22 15:21 ` [PATCH v3 16/52] oeqa/runtime: Fix setUp and tearDown methods Joshua Lock
2015-10-22 15:21 ` [PATCH v3 17/52] classes/populate_sdk_ext: consistent indentation Joshua Lock
2015-10-22 15:21 ` [PATCH v3 18/52] classes/populate_sdk_ext: prevent image construction from executing on install Joshua Lock
2015-10-22 15:21 ` [PATCH v3 19/52] classes/populate_sdk_ext: add note to env setup script Joshua Lock
2015-10-22 15:21 ` [PATCH v3 20/52] classes/populate_sdk_ext: detect and warn if running in OE environment Joshua Lock
2015-10-22 15:21 ` [PATCH v3 21/52] toolchain-shar-extract.sh: print full-length title underline Joshua Lock
2015-10-22 15:21 ` [PATCH v3 22/52] libc-package: Fix localedef multilib dependency issues Joshua Lock
2015-10-22 15:21 ` [PATCH v3 23/52] devtool: handle virtual providers Joshua Lock
2015-10-22 15:21 ` [PATCH v3 24/52] populate SDK: prepare calling of bb.utils for exceptions Joshua Lock
2015-10-22 15:21 ` [PATCH v3 25/52] sanity.bbclass: expand warning when chmod fails Joshua Lock
2015-10-22 15:21 ` [PATCH v3 26/52] openssh: fix file permission for /etc/pam.d/sshd Joshua Lock
2015-10-22 15:21 ` [PATCH v3 27/52] sudo: fix file permission for /etc/pam.d/sudo Joshua Lock
2015-10-22 15:21 ` [PATCH v3 28/52] gcc-5.2: Fix various _FOR_BUILD and related variables Joshua Lock
2015-10-22 15:21 ` [PATCH v3 29/52] rpm: remove spurious build dependencies Joshua Lock
2015-10-22 15:21 ` [PATCH v3 30/52] i2c-tools: fix inverted RDEPENDS Joshua Lock
2015-10-22 15:21 ` [PATCH v3 31/52] qemu: disable Valgrind Joshua Lock
2015-10-22 15:21 ` [PATCH v3 32/52] useradd_base.bbclass: Do not warn without a reason Joshua Lock
2015-10-22 15:21 ` [PATCH v3 33/52] oeqa/selftest/manifest.py: Test support for manifests Joshua Lock
2015-10-22 15:21 ` [PATCH v3 34/52] oeqa/utils/ftools: Ignore the exception if file does not exist Joshua Lock
2015-10-22 15:21 ` [PATCH v3 35/52] oeqa/utils/ftools: From functions that expect data, check if None Joshua Lock
2015-10-22 15:21 ` [PATCH v3 36/52] oeqa/selftest/bbtests: clean up local DL_DIR/SSTATE_DIR safely Joshua Lock
2015-10-22 15:21 ` [PATCH v3 37/52] oeqa/selftest/bbtests: Updated bitbake TCs Joshua Lock
2015-10-22 15:21 ` [PATCH v3 38/52] oeqa/selftest/buildoptions: Use the correct script for cleaning the workdir Joshua Lock
2015-10-22 15:22 ` [PATCH v3 39/52] oeqa/selftest: verify that devtool can use plugins in other layers Joshua Lock
2015-10-22 15:22 ` [PATCH v3 40/52] oeqa/selftest/wic: corrected testcase decorator for test18_iso_image Joshua Lock
2015-10-22 15:22 ` [PATCH v3 41/52] oeqa/selftest/wic: fix cleaning Joshua Lock
2015-10-22 15:22 ` [PATCH v3 42/52] oeqa/selftest: clean up selftest.inc in teardown Joshua Lock
2015-10-22 15:22 ` [PATCH v3 43/52] oeqa/selftest/wic: remove numbers from test names Joshua Lock
2015-10-22 15:22 ` [PATCH v3 44/52] oeqa/selftest: improve config writing and cleanup Joshua Lock
2015-10-22 15:22 ` [PATCH v3 45/52] archiver.bbclass: Fixes and improves archiver class for kernel and gcc packages Joshua Lock
2015-10-22 15:22 ` [PATCH v3 46/52] build-appliance-image: Update to jethro head revision Joshua Lock
2015-10-22 15:22 ` [PATCH v3 47/52] systemd: add PACKAGECONFIG to build with compatibility libraries Joshua Lock
2015-10-22 15:22 ` [PATCH v3 48/52] weston: add PACKAGECONFIG to build with systemd-login support Joshua Lock
2015-10-22 15:22 ` [PATCH v3 49/52] systemd: make dbus an optional build time dependency Joshua Lock
2015-10-22 15:22 ` [PATCH v3 50/52] weston: add a PACKAGECONFIG option for xwayland support Joshua Lock
2015-10-22 15:22 ` [PATCH v3 51/52] xserver-xorg: add Xwayland RRECOMMENDS Joshua Lock
2015-10-22 15:22 ` [PATCH v3 52/52] xserver-xorg: drop empty ${PN}-security-policy package Joshua Lock
2015-10-22 15:23 ` [PATCH v3 00/52] Various metadata tweaks v3 Joshua Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.