[OE-core] [PATCH] guile: Update to 2.0.9

2013-04-29 Thread Jonathan Liu
fix_parallel_build_issue.patch is now part of upstream. Signed-off-by: Jonathan Liu --- .../guile/files/fix_parallel_build_issue.patch | 20 meta/recipes-devtools/guile/guile_2.0.7.bb | 103 - 2 files changed, 123 deletions(-) delete mode 100644 meta

[OE-core] [PATCH v2] guile: Update to 2.0.9

2013-04-29 Thread Jonathan Liu
fix_parallel_build_issue.patch is now part of upstream. Signed-off-by: Jonathan Liu --- .../guile/files/fix_parallel_build_issue.patch | 20 meta/recipes-devtools/guile/guile_2.0.7.bb | 103 - meta/recipes-devtools/guile/guile_2.0.9.bb | 102

[OE-core] [PATCH] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch | 71 -- .../libinstaller-Avoid-using

[OE-core] [PATCH v2] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux-native dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch

Re: [OE-core] [PATCH v2] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
On 1/05/2013 7:46 AM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Added new util-linux-native dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2

[OE-core] [PATCH v3] syslinux: Update to 4.06

2013-04-30 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch

[OE-core] [PATCH] boot-directdisk: Fix race condition with bootimg

2013-05-01 Thread Jonathan Liu
${HDDDIR}/rootfs.img by the bootimg task results in the size of ${HDDDIR} exceeding the initially calculated number of blocks for the image. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] boot-directdisk: Fix race condition with bootimg

2013-05-01 Thread Jonathan Liu
On 2/05/2013 12:22 AM, Jonathan Liu wrote: diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index d265485..fcbee8a 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass @@ -96,5 +96,5 @@ python do_bootdirectdisk

Re: [OE-core] systemd: /run directory not created

2013-05-02 Thread Jonathan Liu
On 15/04/2013 11:45 PM, Jack Mitchell wrote: On 15/04/13 14:10, Martin Jansa wrote: On Mon, Apr 15, 2013 at 01:58:52PM +0100, Jack Mitchell wrote: Ok, I have just come back to trying out the new systemd implementation, and this bug still exists. Exactly the same error as before: [2.390730

Re: [OE-core] systemd: /run directory not created

2013-05-02 Thread Jonathan Liu
On 23/02/2013 1:50 AM, Jack Mitchell wrote: On 22/02/13 14:15, Jack Mitchell wrote: On 22/02/13 09:22, Jack Mitchell wrote: On 21/02/13 22:27, Khem Raj wrote: On (14/02/13 15:44), Jack Mitchell wrote: On 14/02/13 15:31, Burton, Ross wrote: On 14 February 2013 14:31, Jack Mitchell wrote: Did

[OE-core] [PATCH v3] guile: Update to 2.0.9

2013-05-02 Thread Jonathan Liu
fix_parallel_build_issue.patch is now part of upstream. Signed-off-by: Jonathan Liu --- .../guile/files/fix_parallel_build_issue.patch | 20 meta/recipes-devtools/guile/guile_2.0.7.bb | 103 - meta/recipes-devtools/guile/guile_2.0.9.bb | 102

[OE-core] [PATCH 0/2] Scope variables in image classes to avoid conflicts

2013-05-02 Thread Jonathan Liu
Note: This depends on syslinux update to 4.06. Jonathan Liu (2): boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts bootimg: Scope HDDDIR and ISODIR variables to avoid conflicts meta/classes/boot-directdisk.bbclass | 25 - meta/classes

[OE-core] [PATCH 1/2] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-05-02 Thread Jonathan Liu
These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 25 - 1 file

[OE-core] [PATCH 2/2] bootimg: Scope HDDDIR and ISODIR variables to avoid conflicts

2013-05-02 Thread Jonathan Liu
These variables should not be shared with other image classes. The boot-directdisk class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Signed-off-by: Jonathan Liu --- meta/classes/bootimg.bbclass | 25 + 1 file

Re: [OE-core] [PATCH 2/2] bootimg: Scope HDDDIR and ISODIR variables to avoid conflicts

2013-05-02 Thread Jonathan Liu
I guess it is enough to scope just the variables in boot-directdisk for now then. Regards, Jonathan On 03/05/2013, at 8:33 AM, Saul Wold wrote: > On 05/02/2013 01:56 PM, Jonathan Liu wrote: >> These variables should not be shared with other image classes. >> The boot-directdisk

[OE-core] [PATCH v4] syslinux: Update to 4.06

2013-05-03 Thread Jonathan Liu
iling isohybrid unless it exists on the host system. This was fixed by adding -I${includedir} to CC when calling make. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch | 71 -- .../libinstaller-Avoid-

[OE-core] [PATCH v5] syslinux: Update to 4.06

2013-05-03 Thread Jonathan Liu
iling isohybrid unless it exists on the host system. This was fixed by adding -isystem ${includedir} to CC when calling make. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch | 71 -- .../libinstaller-

[OE-core] [PATCH v6] syslinux: Update to 4.06

2013-05-06 Thread Jonathan Liu
iling isohybrid unless it exists on the host system. This was fixed by adding -isystem ${STAGING_INCDIR} to CC when calling make. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch | 71 -- .../libinst

Re: [OE-core] [PATCH v6] syslinux: Update to 4.06

2013-05-06 Thread Jonathan Liu
On 7/05/2013 7:05 AM, Saul Wold wrote: On 05/06/2013 05:31 AM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. INCDIR isn't used by the build process d

Re: [OE-core] [PATCH v6] syslinux: Update to 4.06

2013-05-06 Thread Jonathan Liu
On 7/05/2013 8:17 AM, Jonathan Liu wrote: On 7/05/2013 7:05 AM, Saul Wold wrote: On 05/06/2013 05:31 AM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. INCDIR

[OE-core] [PATCH v7 0/1] syslinux: Update to 4.06

2013-05-06 Thread Jonathan Liu
Just adding the YOCTO bug ID compared to v6. Jonathan Liu (1): syslinux: Update to 4.06 meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch | 71 -- .../libinstaller-Avoid-using-linux-ext2_fs.h.patch | 975

[OE-core] [PATCH v7 1/1] syslinux: Update to 4.06

2013-05-06 Thread Jonathan Liu
iling isohybrid unless it exists on the host system. This was fixed by adding -isystem ${STAGING_INCDIR} to CC when calling make. [YOCTO #4438] Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 2 +- .../syslinux/files/cross-build.patch

[OE-core] [PATCH v8] syslinux: Update to 4.06

2013-05-07 Thread Jonathan Liu
lding isohybrid. If the host system already has util-linux, compiling syslinux-native would incorrectly succeed by using the uuid header/library from the host. To resolve this, -isystem${STAGING_INCDIR} -L${STAGING_LIBDIR} is added to CC when calling make. [YOCTO #4438] Signed-off-by: Jonatha

Re: [OE-core] [CONSOLIDATED PULL 00/23] Updated Pull

2013-05-08 Thread Jonathan Liu
On 8/05/2013 4:52 PM, Saul Wold wrote: Richard, This is an updated version of the C-Pull, it address the udev, binutils and final gcc-4.8 patches. I will propose a 4.8 patch to update to that version later this week. I have another batch of change, but I screwed up the push to MUT before build

[OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-05-08 Thread Jonathan Liu
These variables should not be shared with other image classes. The bootimg class also has an HDDDIR variable that could be overwritten if executing concurrently in the same image recipe. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 25 - 1 file

[OE-core] [PATCH 3/3] image-vmdk: Fix error recreating symbolic link

2013-05-08 Thread Jonathan Liu
If the vmdk image symbolic link already exists from a previous build, overwrite it instead of returning an error. Signed-off-by: Jonathan Liu --- meta/classes/image-vmdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes

[OE-core] [PATCH v9 1/3] syslinux: Update to 4.06

2013-05-08 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. Add CFLAGS and LDFLAGS overrides. [YOCTO #4438] Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 4

[OE-core] [PATCH 3/3 v2] image-vmdk: Fix error recreating symbolic link

2013-05-09 Thread Jonathan Liu
If the vmdk image symbolic link already exists from a previous build, overwrite it instead of returning an error. Signed-off-by: Jonathan Liu --- meta/classes/image-vmdk.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes

Re: [OE-core] [PATCH 3/3] image-vmdk: Fix error recreating symbolic link

2013-05-09 Thread Jonathan Liu
On 9/05/2013 6:33 PM, Robert Yang wrote: On 05/09/2013 11:24 AM, Jonathan Liu wrote: If the vmdk image symbolic link already exists from a previous build, overwrite it instead of returning an error. Signed-off-by: Jonathan Liu --- meta/classes/image-vmdk.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 4/4] image_types.bbclass: replace genext2fs with populate-extfs.sh

2013-05-10 Thread Jonathan Liu
On 7/05/2013 7:48 PM, Robert Yang wrote: -oe_mkext4fs () { - genext2fs -b $ROOTFS_SIZE -d ${IMAGE_ROOTFS} ${EXTRA_IMAGECMD} $1 - tune2fs -O extents,uninit_bg,dir_index,has_journal $1 - e2fsck -yfDC0 $1 || chk=$? - case $chk in - 0|1|2) - ;; - *) -

Re: [OE-core] [PATCH 07/15] bin/bitbake: Ensure early errors are shown to the user

2013-05-12 Thread Jonathan Liu
On 7 May 2013 22:55, Richard Purdie wrote: > Currently if errors occur early in the init process, the errors may > not be shown to the user. This change ensures that if a failure does > occur, the messages are flushed from the queue and shown to the user. > > Signed-off-by: Richard Purdie > --- >

[OE-core] [PATCH 0/1] xf86-video-modesetting: upgrade to 0.7.0

2013-05-12 Thread Jonathan Liu
Tested on Intel Atom Desktop Board D2500HN with gma500 kernel module. Jonathan Liu (1): xf86-video-modesetting: upgrade to 0.7.0 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb | 7 +++ 2

[OE-core] [PATCH 1/1] xf86-video-modesetting: upgrade to 0.7.0

2013-05-12 Thread Jonathan Liu
--- meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb | 7 +++ 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb

[OE-core] [PATCH] connman: add iptables to RDEPENDS

2013-05-12 Thread Jonathan Liu
The connmand daemon requires libxtables.so from iptables to start up. --- meta/recipes-connectivity/connman/connman.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index afc361c

[OE-core] [PATCH v2 0/1] xf86-video-modesetting: upgrade to 0.7.0

2013-05-12 Thread Jonathan Liu
Tested on Intel Atom Desktop Board D2500HN with gma500 kernel module. Jonathan Liu (1): xf86-video-modesetting: upgrade to 0.7.0 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb | 7 +++ 2

[OE-core] [PATCH v2 1/1] xf86-video-modesetting: upgrade to 0.7.0

2013-05-12 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.7.0.bb | 7 +++ 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver

[OE-core] [PATCH v2] connman: add iptables to RDEPENDS

2013-05-12 Thread Jonathan Liu
The connmand daemon requires libxtables.so from iptables to start up. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/connman/connman.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity

[OE-core] [PATCH] base-files: add /run to dirs755 for systemd

2013-05-12 Thread Jonathan Liu
The /run directory needs to exist when using systemd otherwise startup fails with the following error: systemd[1]: Failed to mount /run: No such file or directory This affects directdisk and vmdk images but images using an initrd do not appear to be affected. Signed-off-by: Jonathan Liu

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-05-12 Thread Jonathan Liu
Hi Robert, I get the following errors doing filesystem check on the ext4 image: # fsck.ext4 -fn tmp/deploy/images/custom-image-custom.ext4.ext4 e2fsck 1.42.7 (21-Jan-2013) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Entry 'mtd7' in /dev (2739) has an incorrect

Re: [OE-core] [PATCH v2] connman: add iptables to RDEPENDS

2013-05-13 Thread Jonathan Liu
I did a git pull which updated connman to 1.13 and rebuilt image from scratch clearing all temp files and work. The iptables dependency was missing when I checked with opkg-cl on the target. Regards, Jonathan On 13/05/2013, at 7:05 PM, "Burton, Ross" wrote: > On 13 May 2013 03:58,

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-05-13 Thread Jonathan Liu
On 13/05/2013 7:23 PM, Robert Yang wrote: Hi Jonathan Liu, What's your configuration, please, I tried a core-image-minimal building just now, didn't notice this error. Did the error come after these patches applied ? Yes, the errors occured after applying your patches. d

Re: [OE-core] [PATCH v2] connman: add iptables to RDEPENDS

2013-05-13 Thread Jonathan Liu
On 13/05/2013 8:03 PM, Burton, Ross wrote: On 13 May 2013 10:23, Jonathan Liu wrote: I did a git pull which updated connman to 1.13 and rebuilt image from scratch clearing all temp files and work. The iptables dependency was missing when I checked with opkg-cl on the target. I really can&#

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-05-13 Thread Jonathan Liu
On 13/05/2013 8:50 PM, Robert Yang wrote: On 05/13/2013 05:50 PM, Jonathan Liu wrote: On 13/05/2013 7:23 PM, Robert Yang wrote: Hi Jonathan Liu, What's your configuration, please, I tried a core-image-minimal building just now, didn't notice this error. Did the error come a

[OE-core] [PATCH] opkg: remove unnecessary extra leading slash in run-postinsts

2013-05-15 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-devtools/opkg/opkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index c34ac5b..631aafc 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta

[OE-core] [PATCH] systemd: fix ordering for machineid and run-postinsts services

2013-05-15 Thread Jonathan Liu
is created before running the script. [YOCTO #4490] Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd-compat-units/machineid.service | 2 +- meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] util-linux: Update to 2.23

2013-05-17 Thread Jonathan Liu
Remove license patch as it is integrated upstream. Add backports of upstream loopdev regression fixes. Updated uclibc-__progname-conflict.patch because it didn't apply. Added bash-completion and partx sub-packages. Signed-off-by: Jonathan Liu --- meta/recipes-core/util-linux/util-linu

[OE-core] [PATCH 0/1] base-files: add /run directory from FHS 3 draft specification

2013-05-19 Thread Jonathan Liu
running core-image-minimal qemux86 under QEMU. Jonathan Liu (1): base-files: add /run directory from FHS 3 draft specification meta/recipes-core/base-files/base-files/fstab | 1 + meta/recipes-core/base-files/base-files_3.0.14.bb | 12 ++-- meta/recipes-core

[OE-core] [PATCH 1/1] base-files: add /run directory from FHS 3 draft specification

2013-05-19 Thread Jonathan Liu
o a tmpfs anyway - Remove permissions workaround for /var/run/utmp as systemd-update-utmp-runlevel.service starts correctly without it [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jonathan Liu --- meta/recipes-core/base-files/base-files/fs

Re: [OE-core] [PATCH] base-files: add /run to dirs755 for systemd

2013-05-19 Thread Jonathan Liu
On 13/05/2013 8:53 PM, Burton, Ross wrote: On 13 May 2013 04:58, Jonathan Liu wrote: The /run directory needs to exist when using systemd otherwise startup fails with the following error: systemd[1]: Failed to mount /run: No such file or directory This is a genuine bug, but I'm not conv

[OE-core] [PATCH] populate-volatile.sh: normalize repeated leading slashes in TNAME

2013-05-19 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/meta/recipes-core/initscripts/initscripts-1.0/populate

[OE-core] [PATCH 0/1] systemd: update to 204

2013-05-19 Thread Jonathan Liu
This updates systemd to 204. It depends on the following commit: - base-files: add /run directory from FHS 3 draft specification Tested startup/shutdown and serial getty under QEMU x86. Jonathan Liu (1): systemd: update to 204 .../systemd-serialgetty/serial-getty@.service | 16

Re: [OE-core] [PATCH] populate-volatile.sh: normalize repeated leading slashes in TNAME

2013-05-20 Thread Jonathan Liu
On 20/05/2013 7:19 PM, Phil Blundell wrote: On Mon, 2013-05-20 at 11:29 +1000, Jonathan Liu wrote: - TNAME=${ROOT_DIR}/${TNAME} + TNAME=`echo ${ROOT_DIR}/${TNAME} | sed -e 's@^//*@/@'` Why is this a good thing? Your commit message is rather terse. p.

Re: [OE-core] [PATCH] populate-volatile.sh: normalize repeated leading slashes in TNAME

2013-05-20 Thread Jonathan Liu
On 20/05/2013 7:38 PM, Phil Blundell wrote: On Mon, 2013-05-20 at 19:23 +1000, Jonathan Liu wrote: On 20/05/2013 7:19 PM, Phil Blundell wrote: On Mon, 2013-05-20 at 11:29 +1000, Jonathan Liu wrote: - TNAME=${ROOT_DIR}/${TNAME} + TNAME=`echo ${ROOT_DIR}/${TNAME

[OE-core] [PATCH v2] populate-volatile.sh: remove repeated leading slashes in TNAME

2013-05-20 Thread Jonathan Liu
/, we strip the extra slash from ROOT_DIR. Signed-off-by: Jonathan Liu --- .../initscripts/initscripts-1.0/populate-volatile.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/meta

[OE-core] [PATCH v3] populate-volatile.sh: remove repeated leading slashes in TNAME

2013-05-20 Thread Jonathan Liu
/, we strip the extra slash from ROOT_DIR. Signed-off-by: Jonathan Liu --- .../initscripts/initscripts-1.0/populate-volatile.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/meta

[OE-core] [PATCH v2] systemd: update to 204

2013-05-20 Thread Jonathan Liu
Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy-strings-and-.patch | 41 --- ...ystemd-update

[OE-core] [PATCH v2] base-files: add /run directory from FHS 3 draft specification

2013-05-20 Thread Jonathan Liu
o a tmpfs anyway - Remove permissions workaround for /var/run/utmp as systemd-update-utmp-runlevel.service starts correctly without it [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jonathan Liu --- meta/files/fs-perms.

Re: [OE-core] [PATCH v2] systemd: update to 204

2013-05-20 Thread Jonathan Liu
On 21/05/2013 9:06 AM, Jonathan Liu wrote: Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy

[OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-20 Thread Jonathan Liu
-by: Jonathan Liu --- meta/files/fs-perms.txt | 5 ++--- meta/recipes-core/base-files/base-files/fstab | 1 + meta/recipes-core/base-files/base-files_3.0.14.bb | 12 ++-- meta/recipes-core/dbus/dbus.inc |

[OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-21 Thread Jonathan Liu
thout it - Remove /var/run from dbus package as it is created on startup - Remove /var/volatile/run/resolvconf/interface from resolvconf package as resolvconf package uses /etc/resolvconf/run/interface [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jona

Re: [OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-21 Thread Jonathan Liu
On 22 May 2013 09:07, Saul Wold wrote: > On 05/20/2013 08:54 PM, Jonathan Liu wrote: > >> This adds the /run directory from the Filesystem Hierarchy Standard 3.0 >> Draft [1] and refactors the filesystem as follows: >> - Remove creation of /var/volatile/run >> - Re

[OE-core] [PATCH] busybox: backport sulogin empty root password fix

2013-05-21 Thread Jonathan Liu
This allows system maintenance login if the root password is empty. Signed-off-by: Jonathan Liu --- .../busybox-sulogin-empty-root-password.patch | 58 ++ meta/recipes-core/busybox/busybox_1.20.2.bb| 3 +- 2 files changed, 60 insertions(+), 1 deletion

[OE-core] [PATCH v2] busybox: backport sulogin empty root password fix

2013-05-22 Thread Jonathan Liu
This allows system maintenance login if the root password is empty. Signed-off-by: Jonathan Liu --- .../busybox-sulogin-empty-root-password.patch | 58 ++ meta/recipes-core/busybox/busybox_1.20.2.bb| 1 + 2 files changed, 59 insertions(+) create mode 100644

[OE-core] [PATCH v4] populate-volatile.sh: remove repeated leading slashes in TNAME

2013-05-22 Thread Jonathan Liu
/, we strip the extra slash from ROOT_DIR. Signed-off-by: Jonathan Liu --- .../initscripts/initscripts-1.0/populate-volatile.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh b/meta

[OE-core] [PATCH v3] systemd: update to 204

2013-05-22 Thread Jonathan Liu
Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy-strings-and-.patch | 41 --- ...ystemd-update

Re: [OE-core] [CONSOLIDATED PULL 00/34] Update patch set

2013-05-22 Thread Jonathan Liu
On 23/05/2013 9:03 AM, Saul Wold wrote: Jonathan Liu (3): util-linux: Update to 2.23 populate-volatile.sh: remove repeated leading slashes in TNAME There was a small issue with populate-volatile.sh patch and I have submitted v4 (changed -n to -z in the last if condition). Please remove

Re: [OE-core] [PATCH v3] systemd: update to 204

2013-05-22 Thread Jonathan Liu
On 23/05/2013 9:39 AM, Jonathan Liu wrote: Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy

[OE-core] [PATCH v4] systemd: update to 204

2013-05-22 Thread Jonathan Liu
Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy-strings-and-.patch | 41 --- ...ystemd-update

Re: [OE-core] [PATCH v3] base-files: add /run directory from FHS 3 draft specification

2013-05-22 Thread Jonathan Liu
On 23 May 2013 02:33, Burton, Ross wrote: > Hi Jonathan > > On 22 May 2013 02:47, Jonathan Liu wrote: > > This adds the /run directory from the Filesystem Hierarchy Standard 3.0 > > Draft [1] and refactors the filesystem as follows: > > Good start! > > > -

[OE-core] [PATCH v4] base-files: add /run directory from FHS 3 draft specification

2013-05-22 Thread Jonathan Liu
thout it [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jonathan Liu --- meta/files/fs-perms.txt | 5 ++--- meta/recipes-core/base-files/base-files/fstab | 1 + meta/recipes-core/base-files/base-files_3

[OE-core] [PATCH] dbus: remove /var/run from package as it is created on startup

2013-05-22 Thread Jonathan Liu
/var/run is a tmpfs that is created on startup. For sysvinit, /var/run/dbus is created by populate-volatiles.sh. For systemd, /var/run/dbus is created implicitly by dbus.socket when creating a listen stream socket at /var/run/dbus/system_bus_socket. Signed-off-by: Jonathan Liu --- meta/recipes

[OE-core] [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-22 Thread Jonathan Liu
resolvconf uses /etc/resolvconf/run/interface instead of /var/volatile/run/resolvconf/interface. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf

Re: [OE-core] [PATCH v4] base-files: add /run directory from FHS 3 draft specification

2013-05-22 Thread Jonathan Liu
Note that I have rebased the patch so it depends on: - [PATCH v4] systemd: update to 204 Regards, Jonathan On 23 May 2013 14:02, Jonathan Liu wrote: > This adds the /run directory from the Filesystem Hierarchy Standard 3.0 > Draft [1] and refactors the filesystem as follows: >

[OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-05-22 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index 3169043..736bee0 100644 --- a/meta/classes/boot

[OE-core] [PATCH v5] systemd: update to 204

2013-05-23 Thread Jonathan Liu
Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Added missing util-linux dependency. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se-AC_CHECK_TOOL-for-objcopy-strings

Re: [OE-core] [PATCH] dbus: remove /var/run from package as it is created on startup

2013-05-23 Thread Jonathan Liu
On 23/05/2013 9:38 PM, Richard Purdie wrote: On Thu, 2013-05-23 at 14:02 +1000, Jonathan Liu wrote: /var/run is a tmpfs that is created on startup. For sysvinit, /var/run/dbus is created by populate-volatiles.sh. For systemd, /var/run/dbus is created implicitly by dbus.socket when creating a

Re: [OE-core] [PATCH v5] systemd: update to 204

2013-05-23 Thread Jonathan Liu
:15 AM, Jonathan Liu wrote: Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Added missing util-linux dependency. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se

[OE-core] [PATCH v2] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-23 Thread Jonathan Liu
: Jonathan Liu --- meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb index d342a6e..78de492 100644 --- a

[OE-core] [PATCH v6] systemd: update to 204

2013-05-23 Thread Jonathan Liu
Removed patches integrated upstream. Added backport of fix for utmp not running at shutdown. Updated serial-getty service. Added missing util-linux dependency. Updated uClibc patches. Signed-off-by: Jonathan Liu --- .../systemd-serialgetty/serial-getty@.service | 16 +- ...se

Re: [OE-core] [PATCH] systemd: fix ordering for machineid and run-postinsts services

2013-05-24 Thread Jonathan Liu
On 16/05/2013 12:59 PM, Jonathan Liu wrote: The remount-rootfs.service unit has been renamed to systemd-remount-fs.service in systemd v183 and later. The run-postinsts script writes to /var/log (a symbolic link to /var/volatile/log), so systemd-tmpfiles-setup.service is added to After= in run

[OE-core] [PATCH v3] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
: Jonathan Liu --- meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb index a96dbff..fc12215 100644

Re: [OE-core] [PATCH v2] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
On 24/05/2013 10:10 AM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf

[OE-core] [PATCH v4] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
: Jonathan Liu --- meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb index a96dbff..c41657a 100644

Re: [OE-core] [PATCH v3] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-25 Thread Jonathan Liu
On 26/05/2013 11:57 AM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf

[OE-core] [PATCH] bind: remove empty /var/run directory

2013-05-25 Thread Jonathan Liu
The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/bind/bind_9.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 18cbb99

[OE-core] [PATCH] cups: remove /var/run from package as cupsd will populate it on startup

2013-05-25 Thread Jonathan Liu
The /var/run/cups and /var/run/cups/certs directories don't need to be included in the package as they are created by cupsd with the proper permissions if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-extended/c

[OE-core] [PATCH v5] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-26 Thread Jonathan Liu
: Jonathan Liu --- .../resolvconf/resolvconf_1.72.bb | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb index a96dbff..4fe70f5

Re: [OE-core] [PATCH v5] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-26 Thread Jonathan Liu
On 26/05/2013 5:40 PM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf

[OE-core] [PATCH] consolekit: remove /var/run from package

2013-05-26 Thread Jonathan Liu
The /var/run/ConsoleKit directory doesn't need to be included in the package as it is created by console-kit-daemon if it doesn't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-support/consolekit/consolekit_0.4.5.bb | 5 +++

[OE-core] [PATCH 3/6] systemd: do not create symbolic link from /run to /var/run

2013-05-26 Thread Jonathan Liu
The /run directory already exists as a tmpfs with /var/run as a symbolic link pointing to /run. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/init | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd/init b/meta/recipes-core/systemd

[OE-core] [PATCH 4/6] systemd: remove old /var/run workarounds

2013-05-26 Thread Jonathan Liu
Do not clear /var/run on startup as it is a tmpfs. Do not create empty /var/run/utmp on startup as it no longer seems needed for systemd-update-utmp-runlevel.service to start properly. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/var-run.conf | 4 meta/recipes-core

[OE-core] [PATCH 2/6] systemd: do not create /var/volatile/run and /var/volatile/lock

2013-05-26 Thread Jonathan Liu
The directories are not needed anymore. Previously: /var/run -> /var/volatile/run /var/lock -> /var/volatile/lock Now: /var/run -> /run /var/lock -> /run/lock Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 -- meta/recipes-core/sys

[OE-core] [PATCH 1/6] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
to /var/volatile/lock - Add symbolic link from /var/run to /run - Add symbolic link from /var/lock -> /run/lock - Add /run to /etc/fstab for sysvinit compatibility [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jonathan Liu --- meta/files/fs-perms.

[OE-core] [PATCH 0/6] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
/interface from package boot-directdisk: mount root by MBR disk signature for Linux 3.8+ bind: remove empty /var/run directory cups: remove /var/run from package as cupsd will populate it on startup consolekit: remove /var/run from package Jonathan Liu (6): base-files: add /run directory from

[OE-core] [PATCH 6/6] udev: do not create symbolic link from /run to /var/run

2013-05-26 Thread Jonathan Liu
The /run directory is now a tmpfs with /var/run as a symbolic link pointing to /run. Signed-off-by: Jonathan Liu --- meta/recipes-core/udev/udev.inc | 6 +- meta/recipes-core/udev/udev/volatiles | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 meta/recipes

[OE-core] [PATCH 5/6] udev: do not create /var/volatile/run in init script

2013-05-26 Thread Jonathan Liu
filesystem), /var/volatile/run doesn't need to be created anymore. Signed-off-by: Jonathan Liu --- meta/recipes-core/udev/udev/init | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index cd87f50..95f9c03 100644 --- a/meta/recipes

Re: [OE-core] [PATCH v4] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
On 24/05/2013 1:39 PM, Saul Wold wrote: On 05/22/2013 09:02 PM, Jonathan Liu wrote: This adds the /run directory from the Filesystem Hierarchy Standard 3.0 Draft [1] and refactors the filesystem as follows: - Remove creation of /var/volatile/run - Remove creation of /var/volatile/lock - Remove

[OE-core] [PATCH] findutils: backport fixes for documentation build errors

2013-05-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../findutils-4.4.2/findutils_fix_doc.patch| 50 ++ meta/recipes-extended/findutils/findutils_4.4.2.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta/recipes-extended/findutils/findutils-4.4.2

Re: [OE-core] [PATCH 0/2] switch to using busybox instead of tinylogin

2013-05-27 Thread Jonathan Liu
On 28 May 2013 15:39, wrote: > From: Chen Qi > > The following changes since commit > 21089515bd18ba18e86ec8f72ff8141b9fb1dea8: > > ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 > 17:23:41 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky

[OE-core] [PATCH] qt4: fix path to demos documentation

2013-05-28 Thread Jonathan Liu
The qt4-demos-doc package is not created when building qt4-x11-free because ${docdir}/qtopia/qch/qt.qch doesn't exist. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recip

  1   2   3   4   >