Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: ross.burton@intel.com, paul.eggleton@linux.intel.com,
	openembedded-core@lists.openembedded.org, clarson@kergoth.com
Subject: [CONSOLIDATED PULL 00/33] Review & ACK
Date: Wed, 14 Aug 2013 23:10:54 -0700	[thread overview]
Message-ID: <cover.1376546582.git.sgw@linux.intel.com> (raw)

Paul, Ross:

Please review this set, it include the Read-Only rootfs, which I have
tested locally. I also included the makedev change, and I verified it's
correctly using the rootfs to find the passwd and group files.

Thanks
	Sau!


The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089:

  meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100)

are available in the git repository at:

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

Chen Qi (14):
  opkg.inc: remove the obsolete POSTLOG variable
  makedevs: support using user/group names in device table files
  image.bbclass: create device table after package installation
  device_table-minimal.txt: use user/group names instead of uid/gid
  init-live.sh: make $ROOT_MOUNT/media writable when necessary
  use a uniform way to determine whether rootfs is read-only
  udev: remove implicit dependency on initscripts
  populate-volatile.sh: use $ROOT_DIR/var/volatile/tmp as TMPDIR
  populate-volatile.sh: don't spawn background process at rootfs time
  runqemu-internal: fix to start X correctly in live images
  initscripts: use a uniform way to handle directories in read-only
    rootfs
  populate-volatile.sh: use 'cp -a' to avoid potential problem
  irda-utils: fix for read-only rootfs
  openssh: fix for read-only rootfs

Cristiana Voicu (1):
  systemtap: upgrade to 2.3

Martin Jansa (5):
  at-spi2-core: add intltool-native dependency
  gst-plugins-gl: add dependency on glew
  xeyes: add dependency on libxrender
  xrestop: add dependency on ncurses
  qemu, default-providers: Add mesa as default virtual/egl

Muhammad Shakeel (3):
  lighttpd: Replace spaces with tabs in shell function
  rpcbind: Replace spaces with tabs in shell function
  nfs-utils: Replace spaces with tabs in shell function

Otavio Salvador (1):
  linux-dtb: Use kernel build system to generate the dtb files

Ross Burton (4):
  cogl: GL/GLX feature cleanup
  libmatchbox: upgrade to 1.11
  matchbox-wm: fix icon handling on 64-bit hosts
  wipe-sysroots: don't assume TMPDIR is under BUILDDIR

Saul Wold (2):
  meta-skeleton: layer.conf Should also have .bbappend in example
  texinfo: add perl RDEPENDS and fix up packaging

Stefan Herbrechtsmeier (1):
  cmake.bbclass: Don't use packages from the native build machine

Wenzong Fan (1):
  oe/path.py: call /bin/cp directly

Yevhen Kyriukha (1):
  connman: fix systemd support for connman-* packages.

 meta-skeleton/conf/layer.conf                      |   2 +-
 meta/classes/cmake.bbclass                         |   1 +
 meta/classes/image.bbclass                         |  24 ++-
 meta/conf/distro/include/default-providers.inc     |   1 +
 meta/conf/machine/include/qemu.inc                 |   1 +
 meta/files/device_table-minimal.txt                |  42 ++---
 meta/lib/oe/path.py                                |   2 +-
 meta/recipes-connectivity/connman/connman.inc      |   8 +
 .../irda-utils/irda-utils-0.9.18/init              |  13 +-
 .../nfs-utils/nfs-utils_1.2.8.bb                   |   2 +-
 .../openssh/openssh-6.2p2/init                     |  22 ++-
 meta/recipes-connectivity/openssh/openssh_6.2p2.bb |   9 +-
 meta/recipes-core/initrdscripts/files/init-live.sh |   2 +
 .../initscripts/initscripts-1.0/functions          |  14 ++
 .../initscripts-1.0/populate-volatile.sh           |  15 +-
 .../initscripts-1.0/read-only-rootfs-hook.sh       |  48 ++++-
 meta/recipes-core/initscripts/initscripts_1.0.bb   |   5 +
 meta/recipes-core/sysvinit/sysvinit/rcS-default    |   4 -
 meta/recipes-core/udev/udev/init                   |  21 ++-
 meta/recipes-core/udev/udev/udev-cache             |   5 +
 .../makedevs/makedevs-1.0.0/makedevs.c             | 207 ++++++++++++++++++---
 meta/recipes-devtools/opkg/opkg.inc                |   2 -
 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb  |   8 +-
 .../0001-add-is_rootfs_readonly-to-functions.patch |  37 ++++
 meta/recipes-extended/lsb/lsbinitscripts_9.48.bb   |   1 +
 meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb     |  12 +-
 meta/recipes-extended/texinfo/texinfo_5.1.bb       |   5 +-
 meta/recipes-graphics/cogl/cogl-1.0.inc            |  17 +-
 meta/recipes-graphics/libmatchbox/files/check.m4   | 133 -------------
 .../{libmatchbox_1.10.bb => libmatchbox_1.11.bb}   |  15 +-
 .../matchbox-wm/matchbox-wm_git.bb                 |   3 +-
 meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb      |   2 +-
 meta/recipes-graphics/xrestop/xrestop_0.4.bb       |   2 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |  58 +++---
 meta/recipes-kernel/systemtap/systemtap_git.bb     |   6 +-
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   4 +-
 .../gstreamer/gst-plugins-gl_0.10.3.bb             |   2 +-
 meta/recipes-support/atk/at-spi2-core_2.8.0.bb     |   2 +-
 scripts/runqemu-internal                           |   2 +-
 scripts/wipe-sysroot                               |  24 ++-
 40 files changed, 466 insertions(+), 317 deletions(-)
 create mode 100644 meta/recipes-extended/lsb/lsbinitscripts/0001-add-is_rootfs_readonly-to-functions.patch
 delete mode 100644 meta/recipes-graphics/libmatchbox/files/check.m4
 rename meta/recipes-graphics/libmatchbox/{libmatchbox_1.10.bb => libmatchbox_1.11.bb} (70%)

-- 
1.8.1.4



             reply	other threads:[~2013-08-15  6:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15  6:10 Saul Wold [this message]
2013-08-15  9:40 ` [CONSOLIDATED PULL 00/33] Review & ACK Burton, Ross
2013-08-15 15:34   ` Burton, Ross
2013-08-15 14:43 ` Paul Eggleton
2013-08-15 15:28   ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1376546582.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=clarson@kergoth.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox