[OE-core] [PATCH 1/3] makedevs: support using user/group names in device table files

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Compared to hard coding the numeric group and user ids in the device table files, the way of using user/group names is preferred. This patch adds the ability to makedevs to correctly deal with device table files with user/group names in them. To maintain

[OE-core] [PATCH 2/3] image.bbclass: create device table after package installation

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Now that the makedevs supports using user/group names in the devcie table files, and it uses passwd and group files under the rootfs which is provided by the base-passwd package, we should let package installation finish first, so that makedevs can get a

[OE-core] [PATCH 3/3] device_table-minimal.txt: use user/group names instead of uid/gid

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Instead of hard coding the uid/gid, we prefer the way of using user/group names. Note the way of using uid/gid is still supported. [YOCTO #1159] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/files/device_table-minimal.txt | 42

[OE-core] [PATCH 0/3] makedevs: support using user/group names

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2: subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/makedevs

[OE-core] [PATCH 3/3] nfs-utils: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../nfs-utils/nfs-utils_1.2.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 1/3] lighttpd: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb |8 1 file changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 2/3] rpcbind: Replace spaces with tabs in shell function

2013-08-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com As per OE-Core convention, indentation should be TAB for shell. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[OE-core] [PATCH_V2] systemtap: upgrade to 2.3

2013-08-13 Thread Cristiana Voicu
Disabled javac and jar. Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- meta/recipes-kernel/systemtap/systemtap_git.bb |6 +++--- meta/recipes-kernel/systemtap/systemtap_git.inc |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 1/1] oe/path.py: call /bin/cp directly

2013-08-13 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This avoids running cp with interactive mode if defined: alias cp='cp -i' Signed-off-by: Wenzong Fan wenzong@windriver.com --- meta/lib/oe/path.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/path.py

[OE-core] [PATCH 0/1] oe/path.py: call /bin/cp directly

2013-08-13 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com This avoids running cp with interactive mode on some hosts if defined: alias cp='cp -i' The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9: maintainers.inc: reassign maintainers, remove obsolete recipes

Re: [OE-core] [PATCH_V2] systemtap: upgrade to 2.3

2013-08-13 Thread Voicu, Cristiana
Just saw that there is a little change for systemtap on master and this patch will fail. I will send a new version. Cristiana -Original Message- From: Voicu, Cristiana Sent: Tuesday, August 13, 2013 10:11 AM To: openembedded-core@lists.openembedded.org Cc: Voicu, Cristiana Subject:

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
So, everyone suggested PACKAGECONFIG in here on the mailing list except Khem whose reply I did not get. Yet, 4964 got closed by the team. Could anyone please give a sane description why and what would block the end users other than fork? On Tue, Aug 6, 2013 at 8:36 AM, Laszlo Papp lp...@kde.org

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
On Tue, Aug 13, 2013 at 8:32 AM, Laszlo Papp lp...@kde.org wrote: So, everyone suggested PACKAGECONFIG in here on the mailing list except Khem whose reply I did not get. Yet, 4964 got closed by the team. Could anyone please give a sane description why and what would block the end users other

[OE-core] [PATCH 0/1] opkg.inc: remove the obsolete POSTLOG

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9: maintainers.inc: reassign maintainers, remove obsolete recipes (2013-08-12 13:13:05 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] opkg.inc: remove the obsolete POSTLOG variable

2013-08-13 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com With the current implementation of postinst logging mechanism, the location for log file is configured via the POSTINST_LOGFILE variable. The POSTLOG variable is obsolete now, thus removing it. Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH_V3] systemtap: upgrade to 2.3

2013-08-13 Thread Cristiana Voicu
Disabled javac and jar. Signed-off-by: Cristiana Voicu cristiana.vo...@intel.com --- meta/recipes-kernel/systemtap/systemtap_git.bb |6 +++--- meta/recipes-kernel/systemtap/systemtap_git.inc |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 0/1] sstate.bbclass: fix parallel building issue

2013-08-13 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit 8dbb6fdca32785d91d6380e3722720714f8140e8: man-pages: upgrade to 3.53 (2013-08-05 23:59:59 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/sstat

[OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-13 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com sstate_package creates hardlink from sysroot to SSTATE_BUILDDIR, then sstate_create_package will store SSTATE_BUILDDIR into a archive file by tar, but once other packages install the same file into sysroot, the creating the archive file will fail with below

[OE-core] [PATCH][V2] cogl: GL/GLX feature cleanup

2013-08-13 Thread Ross Burton
Separate GL and GLX flags don't make sense, as on Linux GL means GLX and GLX means GL. So, default to GLESv2 and GLX if X11 is enabled. EGL on X11 doesn't have feature parity yet so leave it disabled by default. Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Burton, Ross
On 13 August 2013 08:32, Laszlo Papp lp...@kde.org wrote: So, everyone suggested PACKAGECONFIG in here on the mailing list except Khem whose reply I did not get. Yet, 4964 got closed by the team. Could anyone please give a sane description why and what would block the end users other than

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
As we have already discussed that, it is not any clear at all without example. Yes, the end user does not really care about the internal implementation of the feature Please provide useful examples and tutorials how to use a feature especially when a user (and apparently others posting here)

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
So, please show me how it works for this use case. Note this is note defconfig, and has not much relevance to the kernel which is apparently mentioned for some reason. diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index acd2bfb..0e84f4c 100644 ---

[OE-core] [PATCH 0/1] Fix dpkg-native compile fail on Fedora 19

2013-08-13 Thread Kai Kang
The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9: maintainers.inc: reassign maintainers, remove obsolete recipes (2013-08-12 13:13:05 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/dpkg-native

[OE-core] [PATCH 1/1] dpkg: fix include header caused compile error

2013-08-13 Thread Kai Kang
Build dpkg-native on Fedora 19, it fails with: /usr/include/c++/4.8.1/cstdlib: In function ‘long long int std::abs(long long int)’: /usr/include/c++/4.8.1/cstdlib:174:20: error: declaration of C function ‘long long int std::abs(long long int)’ conflicts with abs(long long __x) { return

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Burton, Ross
On 13 August 2013 10:52, Laszlo Papp lp...@kde.org wrote: As we have already discussed that, it is not any clear at all without example. Yes, the end user does not really care about the internal implementation of the feature Please provide useful examples and tutorials how to use a

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
Why are you referring to defconfig when I mentioned several times, the problem is the inc file and a python function; i.e. not the kernel, nor the busybox config? On Tue, Aug 13, 2013 at 10:58 AM, Burton, Ross ross.bur...@intel.comwrote: On 13 August 2013 10:52, Laszlo Papp lp...@kde.org

[OE-core] [PATCH 1/2] bitbake.conf: define WORKDIR in terms of BASE_WORKDIR

2013-08-13 Thread Ross Burton
To make it easier to move WORKDIR, define it using the new variable BASE_WORKDIR, which is the root of the work directory. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/conf/bitbake.conf |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf

[OE-core] [RFC][PATCH 0/2] WORKDIR and insane tweaks

2013-08-13 Thread Ross Burton
Hi, Last night I was attempting a build with WORKDIR in a tmpfs to see what impact it made on build time (the results were fairly interesting, I'll write them up shortly). I noticed that to move WORKDIR I had to replicate the full WORKDIR path logic, which was a bit irritating but not that

[OE-core] [PATCH 2/2] insane: don't abort if workdir is not TMPDIR/work

2013-08-13 Thread Ross Burton
The BASE_WORKDIR variable can be used instead of enforcing WORKDIR being TMPDIR/work (and aborting the build if it isn't). Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/insane.bbclass |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Jack Mitchell
On 13/08/13 10:52, Laszlo Papp wrote: As we have already discussed that, it is not any clear at all without example. Yes, the end user does not really care about the internal implementation of the feature Please provide useful examples and tutorials how to use a feature especially when

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Phil Blundell
There's no magic involved in the python function: all it does is generate a config fragment which is then passed to merge_config.sh along with everything else. If you supply your own fragment as Ross suggested then it should override the values from the Python-generated one and everything ought

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
I personally dislike top posting for a single entity in an email and I think that is nigh unbearable. ;-) More to the point, if there is no documentation, why is the bugreport closed rather than forming it into a documentation bugreport? Also, I am still not sure we are on the same paper. You

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Jack Mitchell
On 13/08/13 11:19, Laszlo Papp wrote: I personally dislike top posting for a single entity in an email and I think that is nigh unbearable. ;-) If you also have a dislike for top-posting, then why top-post?! More to the point, if there is no documentation, why is the bugreport closed

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-13 Thread Laszlo Papp
On Tue, Aug 13, 2013 at 11:35 AM, Jack Mitchell m...@communistcode.co.ukwrote: On 13/08/13 11:19, Laszlo Papp wrote: I personally dislike top posting for a single entity in an email and I think that is nigh unbearable. ;-) If you also have a dislike for top-posting, then why top-post?!

[OE-core] [PATCH v2] connman: fix systemd support for connman-* packages.

2013-08-13 Thread Yevhen Kyriukha
This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Otavio Salvador
On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-12 11:37 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Bruce Ashfield
On 13-08-13 08:46 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-12 11:37 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Otavio Salvador
On Tue, Aug 13, 2013 at 10:06 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-13 08:46 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-12 11:37 AM, Otavio Salvador wrote: As the Linux kernel,

Re: [OE-core] [PATCH] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Bruce Ashfield
On 13-08-13 09:35 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 10:06 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-13 08:46 AM, Otavio Salvador wrote: On Tue, Aug 13, 2013 at 12:40 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-08-12 11:37 AM, Otavio

[OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Otavio Salvador
As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files rely on CPP and kernel headers to be able to

[OE-core] [CONSOLIDATED PULL 00/24] Review ACK

2013-08-13 Thread Saul Wold
Paul, Ross: We are still in Review and ACK mode, so please take a look at this. I have included the dpkg fix for Fedora 19. This also has some patch for the QA Tests and Paul's Gstreamer patches. Thanks Sau! The following changes since commit 5c11cf4db8f43003fb7132b92a78659f70f07ce0:

[OE-core] [PATCH v2] oeqa/utils/qemurunner: get ip old fashioned way and use tcp serial console

2013-08-13 Thread Stefan Stanacar
The way we read data from the serial console was unreliable and blocking (AutoBuilder seems to hit that often), so change the serial console type from unix socket to tcp and reverse the connection - don't let qemu act as server (wait for a connection). So now the serial console is used to save

Re: [OE-core] [CONSOLIDATED PULL 00/24] Review ACK

2013-08-13 Thread Stanacar, StefanX
On Tue, 2013-08-13 at 07:36 -0700, Saul Wold wrote: Paul, Ross: We are still in Review and ACK mode, so please take a look at this. I have included the dpkg fix for Fedora 19. This also has some patch for the QA Tests and Paul's Gstreamer patches. Saul, you always move too fast for

Re: [OE-core] [PATCH v2] connman: fix systemd support for connman-* packages.

2013-08-13 Thread Saul Wold
On 08/13/2013 04:26 AM, Yevhen Kyriukha wrote: This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 8 insertions(+) diff --git

Re: [OE-core] [PATCH v2] connman: fix systemd support for connman-* packages.

2013-08-13 Thread Yevhen Kyriukha
2013/8/13 Saul Wold s...@linux.intel.com: On 08/13/2013 04:26 AM, Yevhen Kyriukha wrote: This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 8

Re: [OE-core] Yocto toolchain for Windows

2013-08-13 Thread Khem Raj
On Aug 12, 2013, at 6:34 AM, Francois Retief fgret...@gmail.com wrote: Hi Krzysztof, My understanding is that MinGW is the libc library for Win32 environments. So we need to replace eglibc with mingw for all code that execute on the Win32 platform. In the case of OpenEmbedded, it is all

[OE-core] [PATCH 2/2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh script will correctly handle these CONFIG

[OE-core] [PATCH 1/2] meta-skeleton: layer.conf should also have .bbappend in BBFILES

2013-08-13 Thread Saul Wold
This will allow for an example recipe with a .bbappend to be found, such as busybox or kernel configure fragments. Signed-off-by: Saul Wold s...@linux.intel.com --- meta-skeleton/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-skeleton/conf/layer.conf

[OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh script will correctly handle these CONFIG

Re: [OE-core] [PATCH 2/2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Darren Hart
On Tue, 2013-08-13 at 09:44 -0700, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
s/which files/which lines/ On Tue, Aug 13, 2013 at 6:23 PM, Laszlo Papp lp...@kde.org wrote: How will this know which files exactly to disregard in the busybox include file (.inc)? Could you please give that to the commit message as explanation? On Tue, Aug 13, 2013 at 6:11 PM, Saul Wold

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
How will this know which files exactly to disregard in the busybox include file (.inc)? Could you please give that to the commit message as explanation? On Tue, Aug 13, 2013 at 6:11 PM, Saul Wold s...@linux.intel.com wrote: This shows an example of the config fragment support that both the

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh

[OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Gary Thomas
I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support back - it was working with Poky/Yocto just a few weeks back... Note: I have imported

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will combine the original configuration, and any listed configuration fragments (.cfg files). It will combine these, and then filter them in such a way that last-in wins.

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Martin Jansa
On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support back - it was working with Poky/Yocto

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Mark Hatle
On 8/13/13 12:29 PM, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support back - it was working with Poky/Yocto just a few weeks back...

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Darren Hart
On Tue, 2013-08-13 at 12:26 -0500, Mark Hatle wrote: On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Laszlo Papp
On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.comwrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will combine the original configuration, and any listed configuration fragments (.cfg files).

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
On 08/13/2013 10:26 AM, Mark Hatle wrote: On 8/13/13 12:11 PM, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that

[OE-core] [PATCH] qemu: Skip it for mips64 target

2013-08-13 Thread Khem Raj
We should not skip it always since same recipes provide qemu-native too so user class-target override to make it only skip for target recipes Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/qemu/qemu.inc | 1 + meta/recipes-devtools/qemu/qemu_1.5.0.bb | 2 +-

[OE-core] [CONSOLIDATED PULL 00/24] Final Review ACK

2013-08-13 Thread Saul Wold
Richard: This will be ready to pull after Paul and Ross Ack. I fixed the groff patches for GPLv2 and updated Stefan's patch, other than that no changes. Sau! The following changes since commit 5c11cf4db8f43003fb7132b92a78659f70f07ce0: checkroot.sh: respect the value of ENABLE_ROOTFS_FSCK

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Mark Hatle
On 8/13/13 12:40 PM, Laszlo Papp wrote: On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which files/which lines/ The kernel configuration mechanism has a tool that will

[OE-core] [PATCH 2/2 v3] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Saul Wold
This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the merge_config.sh script will correctly handle these CONFIG

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Bruce Ashfield
On Tue, Aug 13, 2013 at 1:58 PM, Mark Hatle mark.ha...@windriver.com wrote: On 8/13/13 12:40 PM, Laszlo Papp wrote: On Tue, Aug 13, 2013 at 6:33 PM, Mark Hatle mark.ha...@windriver.com mailto:mark.ha...@windriver.com wrote: On 8/13/13 12:23 PM, Laszlo Papp wrote: s/which

Re: [OE-core] [CONSOLIDATED PULL 00/24] Final Review ACK

2013-08-13 Thread Burton, Ross
On 13 August 2013 18:49, Saul Wold s...@linux.intel.com wrote: Richard: This will be ready to pull after Paul and Ross Ack. I fixed the groff patches for GPLv2 and updated Stefan's patch, other than that no changes. Acked-By: Ross Burton ross.bur...@intel.com Ross

Re: [OE-core] [PATCH v2] linux-dtb: Use kernel build system to generate the dtb files

2013-08-13 Thread Bruce Ashfield
On 13-08-13 09:52 AM, Otavio Salvador wrote: As the Linux kernel, unconditionally, builds the dtc application and it is the compatible version with the DeviceTree files shipped within the kernel it is better to use it and the kernel build system to generate the dtb files. Some DeviceTree files

Re: [OE-core] [PATCH 2/2 v2] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Otavio Salvador
On Tue, Aug 13, 2013 at 2:11 PM, Saul Wold s...@linux.intel.com wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file

[OE-core] [V2][PATCH 1/1] openjade: do not produce shared libraries

2013-08-13 Thread Joe Slater
CQID: 429576 openjade is the only one that uses the shared libraries and sometimes it cannot find them! Signed-off-by: Joe Slater jsla...@windriver.com --- .../openjade/openjade-native_1.3.2.bb | 29 ++- 1 files changed, 21 insertions(+), 8 deletions(-) diff

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-13 Thread Saul Wold
On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com sstate_package creates hardlink from sysroot to SSTATE_BUILDDIR, then sstate_create_package will store SSTATE_BUILDDIR into a archive file by tar, but once other packages install the same file into

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Gary Thomas
On 2013-08-13 11:36, Martin Jansa wrote: On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Phil Blundell
On Tue, 2013-08-13 at 13:26 -0600, Gary Thomas wrote: On 2013-08-13 11:36, Martin Jansa wrote: On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Paul Eggleton
On Tuesday 13 August 2013 20:36:09 Phil Blundell wrote: On Tue, 2013-08-13 at 13:26 -0600, Gary Thomas wrote: On 2013-08-13 11:36, Martin Jansa wrote: On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Paul Eggleton
On Tuesday 13 August 2013 12:37:19 Mark Hatle wrote: On 8/13/13 12:29 PM, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Martin Jansa
On Tue, Aug 13, 2013 at 08:36:09PM +0100, Phil Blundell wrote: On Tue, 2013-08-13 at 13:26 -0600, Gary Thomas wrote: On 2013-08-13 11:36, Martin Jansa wrote: On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264

Re: [OE-core] Yocto toolchain for Windows

2013-08-13 Thread Richard Purdie
On Tue, 2013-08-13 at 09:17 -0700, Khem Raj wrote: On Aug 12, 2013, at 6:34 AM, Francois Retief fgret...@gmail.com wrote: My understanding is that MinGW is the libc library for Win32 environments. So we need to replace eglibc with mingw for all code that execute on the Win32 platform. In

Re: [OE-core] Yocto toolchain for Windows

2013-08-13 Thread Khem Raj
On Aug 13, 2013, at 1:11 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2013-08-13 at 09:17 -0700, Khem Raj wrote: On Aug 12, 2013, at 6:34 AM, Francois Retief fgret...@gmail.com wrote: My understanding is that MinGW is the libc library for Win32 environments. So we

Re: [OE-core] [PATCH 2/2 v3] meta-skeleton: Add busybox config fragment example

2013-08-13 Thread Darren Hart
On Tue, 2013-08-13 at 11:01 -0700, Saul Wold wrote: This shows an example of the config fragment support that both the linux-yocto and busybox recipes use. This example is specific to busybox. By adding busybox CONFIG options into a .cfg file and then adding that .cfg file to SRC_URI the

[OE-core] [PATCH 1/1] coreutils: allow for acl support

2013-08-13 Thread Joe Slater
CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-core/coreutils/coreutils_8.21.bb | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] coreutils: allow for acl support

2013-08-13 Thread Saul Wold
On 08/13/2013 02:20 PM, Joe Slater wrote: CQID: 430353 Define PACKAGECONFIG info for acl assuming it might be a DISTRO_FEATURE. Thanks for the Patch! Will you be doing the same for the GPLv2 version? I guess this means we should be expecting a set of patches to enable other recipes that

Re: [OE-core] Yocto toolchain for Windows

2013-08-13 Thread Zhang, Jessica
Hi Richard, I've tried the sdk on windows and here're the issues that I've run into: 1. in our sysroot all the libraries have .so we need to change them to .dll 2. seems the cross compiler i586-poky-linux-gcc.exe relies on libiconv-2.dll, so I manually installed that dll. 3. Now when I run

Re: [OE-core] [PATCH 1/1] coreutils: allow for acl support

2013-08-13 Thread Slater, Joseph
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, August 13, 2013 2:48 PM To: Slater, Joseph Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] coreutils: allow for acl support On 08/13/2013 02:20 PM, Joe Slater wrote:

Re: [OE-core] [PATCH 1/1] sstate.bbclass: fix parallel building issue

2013-08-13 Thread Rongqing Li
On 08/14/2013 03:02 AM, Saul Wold wrote: On 08/13/2013 01:20 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com sstate_package creates hardlink from sysroot to SSTATE_BUILDDIR, then sstate_create_package will store SSTATE_BUILDDIR into a archive file by tar, but once

[OE-core] [dylan]devshell: broken

2013-08-13 Thread Andre
bitbake -c devshell seems to have stopped working (tested with xterm and mate-terminal) in dylan since this commit: a749f06 terminal: Run command using a wrapper script It looks like the run.do_devshell.PID script is generated but then fails to run when passed to a terminal. A possible clue