* [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull
@ 2013-08-15 15:32 Saul Wold
2013-08-15 15:39 ` Burton, Ross
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Saul Wold @ 2013-08-15 15:32 UTC (permalink / raw)
To: richard.purdie, ross.burton, paul.eggleton, openembedded-core,
clarson
Richard,
I updated this by removing the connman patch as suggested by Ross. I
chose to leave in the Read-Only rootfs, as I have talked with Qi and
I will have him send a follow on patch to fix the internal patch header.
I have tested the read-only stuff locally.
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
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 +-
.../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 ++-
39 files changed, 458 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull
2013-08-15 15:32 [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull Saul Wold
@ 2013-08-15 15:39 ` Burton, Ross
2013-08-15 15:42 ` Paul Eggleton
2013-08-16 10:08 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2013-08-15 15:39 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, clarson, openembedded-core
On 15 August 2013 16:32, Saul Wold <sgw@linux.intel.com> wrote:
> Richard,
>
> I updated this by removing the connman patch as suggested by Ross. I
> chose to leave in the Read-Only rootfs, as I have talked with Qi and
> I will have him send a follow on patch to fix the internal patch header.
>
> I have tested the read-only stuff locally.
Acked-By: Ross Burton <ross.burton@intel.com>
Ross
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull
2013-08-15 15:32 [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull Saul Wold
2013-08-15 15:39 ` Burton, Ross
@ 2013-08-15 15:42 ` Paul Eggleton
2013-08-16 10:08 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-08-15 15:42 UTC (permalink / raw)
To: Saul Wold; +Cc: clarson, openembedded-core
On Thursday 15 August 2013 08:32:26 Saul Wold wrote:
> I updated this by removing the connman patch as suggested by Ross. I
> chose to leave in the Read-Only rootfs, as I have talked with Qi and
> I will have him send a follow on patch to fix the internal patch header.
>
> I have tested the read-only stuff locally.
>
> 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
I'm satisfied by your response to my feedback on the last series, so:
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull
2013-08-15 15:32 [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull Saul Wold
2013-08-15 15:39 ` Burton, Ross
2013-08-15 15:42 ` Paul Eggleton
@ 2013-08-16 10:08 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2013-08-16 10:08 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, clarson, openembedded-core
On Thu, 2013-08-15 at 08:32 -0700, Saul Wold wrote:
> Richard,
>
> I updated this by removing the connman patch as suggested by Ross. I
> chose to leave in the Read-Only rootfs, as I have talked with Qi and
> I will have him send a follow on patch to fix the internal patch header.
>
> I have tested the read-only stuff locally.
>
> 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
I don't like the above patch since it spawns a ton of processes at boot
time. We can do better...
> 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
Seriously? No. Add a sanity check and tell the user to fix their
environment if it will cause problems. There are a ton of other places
cp might fail have this issue, we're not hardcoding all of them.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-16 10:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 15:32 [CONSOLIDATED PULL 00/32] Ready for Final ACK & Pull Saul Wold
2013-08-15 15:39 ` Burton, Ross
2013-08-15 15:42 ` Paul Eggleton
2013-08-16 10:08 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox