* [CONSOLIDATED PULL 00/33] Review & ACK
@ 2013-08-15 6:10 Saul Wold
2013-08-15 9:40 ` Burton, Ross
2013-08-15 14:43 ` Paul Eggleton
0 siblings, 2 replies; 5+ messages in thread
From: Saul Wold @ 2013-08-15 6:10 UTC (permalink / raw)
To: ross.burton, paul.eggleton, openembedded-core, clarson
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL 00/33] Review & ACK
2013-08-15 6:10 [CONSOLIDATED PULL 00/33] Review & ACK Saul Wold
@ 2013-08-15 9:40 ` Burton, Ross
2013-08-15 15:34 ` Burton, Ross
2013-08-15 14:43 ` Paul Eggleton
1 sibling, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2013-08-15 9:40 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, clarson, openembedded-core
On 15 August 2013 07:10, Saul Wold <sgw@linux.intel.com> wrote:
> connman: fix systemd support for connman-* packages.
This situation (possibly empty packages) should be supported in the
systemd class instead of worked around with anonymous Python
functions, please pull this.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL 00/33] Review & ACK
2013-08-15 6:10 [CONSOLIDATED PULL 00/33] Review & ACK Saul Wold
2013-08-15 9:40 ` Burton, Ross
@ 2013-08-15 14:43 ` Paul Eggleton
2013-08-15 15:28 ` Saul Wold
1 sibling, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2013-08-15 14:43 UTC (permalink / raw)
To: Saul Wold; +Cc: clarson, openembedded-core
On Wednesday 14 August 2013 23:10:54 Saul Wold wrote:
> 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
Patch is missing signed-off-by and upstream-status.
> udev: remove implicit dependency on initscripts
> populate-volatile.sh: use $ROOT_DIR/var/volatile/tmp as TMPDIR
Saul, didn't you have feedback on this?
> 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.
Everything else looks OK.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL 00/33] Review & ACK
2013-08-15 14:43 ` Paul Eggleton
@ 2013-08-15 15:28 ` Saul Wold
0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-08-15 15:28 UTC (permalink / raw)
To: Paul Eggleton; +Cc: clarson, openembedded-core
On 08/15/2013 07:43 AM, Paul Eggleton wrote:
> On Wednesday 14 August 2013 23:10:54 Saul Wold wrote:
>> 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
>
> Patch is missing signed-off-by and upstream-status.
>
I will pull this and have Qi and separate patch with the header, I would
like to finally get this in.
>> udev: remove implicit dependency on initscripts
>> populate-volatile.sh: use $ROOT_DIR/var/volatile/tmp as TMPDIR
>
> Saul, didn't you have feedback on this?
>
I talked further with about this with him and I am Ok with the
way it is.
Sau!
>> 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.
>
> Everything else looks OK.
>
> Cheers,
> Paul
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [CONSOLIDATED PULL 00/33] Review & ACK
2013-08-15 9:40 ` Burton, Ross
@ 2013-08-15 15:34 ` Burton, Ross
0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2013-08-15 15:34 UTC (permalink / raw)
To: Saul Wold; +Cc: paul.eggleton, clarson, openembedded-core
On 15 August 2013 10:40, Burton, Ross <ross.burton@intel.com> wrote:
> please pull this.
Please *remove* this for now.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-15 15:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 6:10 [CONSOLIDATED PULL 00/33] Review & ACK Saul Wold
2013-08-15 9:40 ` Burton, Ross
2013-08-15 15:34 ` Burton, Ross
2013-08-15 14:43 ` Paul Eggleton
2013-08-15 15:28 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox