[OE-core] [PATCH 1/1] lighttpd: 1.4.35 - 1.4.36

2015-07-28 Thread Kai Kang
Upgrade lighttpd from 1.4.35 to 1.4.36. * romove PR * update contex of 0001-mod_cgi-buffers-data-without-bound.patch Signed-off-by: Kai Kang kai.k...@windriver.com --- .../0001-mod_cgi-buffers-data-without-bound.patch | 55 +++--- .../{lighttpd_1.4.35.bb = lighttpd_1.4.36.bb}

[OE-core] [PATCH 0/1] Upgrade lighttpd to 1.4.36

2015-07-28 Thread Kai Kang
The following changes since commit cdabae3ec4684b534e7d613ea96c33739ec01d74: bitbake: build: Exit scripts with result of last shell function (2015-07-27 18:04:28 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/lighttpd

[OE-core] [poky][PATCH v3 0/2] gstreamer1.0: Add patches for Gstreamer 1.4.5

2015-07-28 Thread Yuqing Zhu
Fix sticky events haven't send out when active track reach EOS Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs Yuqing Zhu (2): gstreamer1.0: Add inputselector related patch gstreamer1.0: Add basesink related patch

[OE-core] [poky][PATCH v3 1/2] gstreamer1.0: Add inputselector related patch

2015-07-28 Thread Yuqing Zhu
Fix: ticky events haven't send out when active track reach EOS EOS event hasn't been send to down-element. The resolution is block EOS event of inactive pad, send the event after the pad actived. Signed-off-by: Yuqing Zhu b54...@freescale.com ---

[OE-core] [poky][PATCH v3 2/2] gstreamer1.0: Add basesink related patch

2015-07-28 Thread Yuqing Zhu
Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...x-QoS-lateness-checking-if-subclass-imple.patch | 70 ++ .../gstreamer/gstreamer1.0_1.4.5.bb| 1 + 2 files changed, 71

[OE-core] [PATCH 2/3] useradd_base.bbclass: do not warn when the user exists

2015-07-28 Thread Robert Yang
Use bbnote rather than bbwarn when the user exists, otherwise we would always get the warnings when rebuild the recipe or build with mulitlib, everything is OK if the user exists, so it should not be a warning. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] [PATCH 1/3] useradd_base.bbclass: print PN when bbnote/bbwarn/bbfatal

2015-07-28 Thread Robert Yang
Print PN will help debug: WARNING: openssh: user sshd already exists, not re-creating it Which is better than: WARNING: user sshd already exists, not re-creating it Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/useradd_base.bbclass | 58

[OE-core] [PATCH 0/3] fixes for useradd

2015-07-28 Thread Robert Yang
The following changes since commit 27d068d05239c26a3848eb101571acab54635e37: harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/useradd

[OE-core] [PATCH 3/3] builder: fix USERADD_PARAM

2015-07-28 Thread Robert Yang
When build lib32-builder, it would create the user lib32-builder which was incorrect. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-graphics/builder/builder_0.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] glibc 2.22

2015-07-28 Thread Lei, Maohui
Hi Khem, glibc 2.22 will release end of this month. For some time I have put together the update here http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/m asterid=0 2e73ea526d94f21c7ef82eb96b062eff8ebb825 It works pretty well for machines I have tested it on (

[OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Robert Yang
Remove it since we have 2.4.0, the git version is 1.3 can't be built by deafult: ERROR: Fetcher failure: Unable to find revision 04024dea2674861fcf13582a77b58130c67fccd8 in branch master even from upstream We can fix it, but seems that no one uses it any more. And move patches from files dir to

[OE-core] [PATCH 1/3] mc: add PACKAGECONFIG for util-linux

2015-07-28 Thread Robert Yang
Fixed: mc-4.8.14: mc rdepends on util-linux-libmount, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/mc/mc_4.8.14.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb

[OE-core] [PATCH 2/3] qemu: add PACKAGECONFIG for gnutls

2015-07-28 Thread Robert Yang
Fixed: qemu-2.3.99+2.4.0-rc2: qemu rdepends on nettle, but it isn't a build dependency? [build-deps] qemu-2.3.99+2.4.0-rc2: qemu rdepends on gnutls, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |1

[OE-core] [PATCH 0/3] Fixes for qemu and mc

2015-07-28 Thread Robert Yang
The following changes since commit 27d068d05239c26a3848eb101571acab54635e37: harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/qemu

Re: [OE-core] About upgrade a package to a Release Candidate version (RCX)

2015-07-28 Thread Richard Purdie
On Tue, 2015-07-28 at 09:09 +0100, Burton, Ross wrote: On 28 July 2015 at 08:53, Robert Yang liezhi.y...@windriver.com wrote: Is it a good idea to upgrade a package to a Release Candidate version, such as RC1, RC2 and so on ? I think no because: 1) Maybe the

[OE-core] About upgrade a package to a Release Candidate version (RCX)

2015-07-28 Thread Robert Yang
Hello, Is it a good idea to upgrade a package to a Release Candidate version, such as RC1, RC2 and so on ? I think no because: 1) Maybe the RC version is not stable enough. 2) Maybe the package's final version doesn't release when oe-core/meta-oe releases, I think that use an older but

[OE-core] [PATCH] lsbtest: sync test suite packages version

2015-07-28 Thread Lucian Musat
Sync file packages_list with upstream test suite packages version. Signed-off-by: Lucian Musat george.l.mu...@intel.com --- meta/recipes-extended/lsb/lsbtest/packages_list | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[OE-core] [poky v3][PATCH 1/6] gstreamer1.0-plugins-base: Bug fix for id3demux issue

2015-07-28 Thread Yuqing Zhu
Use g_utf16_to_utf8() instead of g_convert to fix the issue that id3 tags utf16 charaters cannot be extreacted in id3demux when try to get the id3v2 tag such as TIT2, TALB etc. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../fix-id3demux-utf16-to-utf8-issue.patch | 54

[OE-core] [poky v3][PATCH 5/6] gstreamer1.0-plugins-base: Add videofilter related patch

2015-07-28 Thread Yuqing Zhu
Use new GST_VIDEO_FRAME_MAP_FLAG_NO_REF Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...r-Use-new-GST_VIDEO_FRAME_MAP_FLAG_NO_REF.patch | 69 ++ .../gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | 1 + 2 files changed, 70 insertions(+) create mode 100644

[OE-core] [poky v3][PATCH 4/6] gstreamer1.0-plugins-base: Add video-frame related patch

2015-07-28 Thread Yuqing Zhu
-Add GST_VIDEO_FRAME_MAP_FLAG_NO_REF This makes sure that the buffer is not reffed another time when storing it in the GstVideoFrame, keeping it writable if it was writable. -Don't ref buffers twice when mapping Signed-off-by: Yuqing Zhu b54...@freescale.com ---

[OE-core] [poky v3][PATCH 3/6] gstreamer1.0-plugins-base: update video alignment after video alignment

2015-07-28 Thread Yuqing Zhu
Video buffer pool will update video alignment to respect stride alignment requirement. But haven't update it to video alignment in configure. Which will cause user get wrong video alignment. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../videobuffer_updata_alignment_update.patch |

[OE-core] [poky v3][PATCH 2/6] gstreamer1.0-plugins-base: handle audio/video decoder error

2015-07-28 Thread Yuqing Zhu
If there is input data and no output data to the end of the stream, it will send GST_ELEMENT_ERROR and quit from playing. The patch comments the GST_ELEMENT_ERROR() and add GST_ERROR_OBJECT() information instead. Signed-off-by: Yuqing Zhu b54...@freescale.com ---

[OE-core] [poky v3][PATCH 6/6] gstreamer1.0-plugins-base: Add videoencoder related patch

2015-07-28 Thread Yuqing Zhu
Keep sticky events around when doing a soft reset. The current code will first discard all frames, and then tries to copy all sticky events from the (now discarded) frames. So change the order. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...p-sticky-events-around-when-doing-a-soft-.patch

[OE-core] [poky v3][PATCH 0/6] gstreamer1.0-plugins-base: Add patches for Gstreamer 1.4.5 base

2015-07-28 Thread Yuqing Zhu
Fix id3demux issue Handle audio/video decoder error Update video alignment after video alignment Add GST_VIDEO_FRAME_MAP_FLAG_NO_REF, keeping buffer writable Gstvideofilter use new GST_VIDEO_FRAME_MAP_FLAG_NO_REF Don't ref buffers twice when mapping Keep sticky events around when doing a

Re: [OE-core] [PATCH] u-boot-mkimage: fix a building failure on OpenSus

2015-07-28 Thread Rongqing Li
On 2015年07月28日 19:47, Burton, Ross wrote: On 28 July 2015 at 03:00, rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: +config.mk http://config.mk will be included only if auto.conf is newer than .config +but in some system, the HPET is not enabled, the smallest

Re: [OE-core] [PATCH 1/3] mc: add PACKAGECONFIG for util-linux

2015-07-28 Thread Robert Yang
On 07/28/2015 07:25 PM, Burton, Ross wrote: On 28 July 2015 at 10:05, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: +PACKAGECONFIG[util-linux] = ac_cv_lib_mount_mnt_new_table_from_file=yes,ac_cv_lib_mount_mnt_new_table_from_file=no,util-linux, For

Re: [OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Robert Yang
On 07/28/2015 10:33 PM, Iorga, Cristian wrote: I am not in the habit of talking without knowing. Usually. There might be exceptions. This is not one. That being said, I was able to switch to qemu git recipe (instead of the tarball releases) and make it work for a git head just before 2.4.0RC0

[OE-core] [PATCH 0/8 v2] refresh busybox defconfig

2015-07-28 Thread Andre McCurdy
The current oe-core busybox defconfig dates back to busybox v1.20.2, so configure options introduced in busybox v1.21.x, v1.22.x and v1.23.x take on default values when the oe-core defconfig is run through 'make oldconfig'. The first 4 patches just refresh the oe-core defconfig file (with no

[OE-core] [PATCH 5/8] busybox: disable sha3sum in defconfig

2015-07-28 Thread Andre McCurdy
The sha1sum, sha256sum and sha512sum applets are not enabled by default, so don't enable sha3sum either. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 8/8] busybox: disable volumeid support for exFAT, F2FS and NILFS

2015-07-28 Thread Andre McCurdy
These are less common filesystem formats, so disable volumeid support for them by default. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 6/8] busybox: disable fatattr in defconfig

2015-07-28 Thread Andre McCurdy
The fatattr applet (to display or change file attributes on a fat file system) doesn't seem like core functionality, so disable by default. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 3/8] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig

2015-07-28 Thread Andre McCurdy
CONFIG_FEATURE_VI_OPTIMIZE_CURSOR is obsolete and removed from busybox v1.21.0 onwards: http://git.busybox.net/busybox/commit/?id=04b52892ed5d9d8a4cf5d887c221a8b50c71274e Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 1 - 1 file changed, 1

[OE-core] [PATCH 2/8] busybox: re-order defconfig to align with busybox 1.23.2

2015-07-28 Thread Andre McCurdy
No functional changes, simply re-order lines in defconfig so that the existing options don't move elsewhere in the file when run though busybox 1.23.2 'make oldconfig'. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 84

[OE-core] [PATCH 4/8] busybox: refresh defconfig for busybox v1.23.2

2015-07-28 Thread Andre McCurdy
The current oe-core busybox defconfig dates back to busybox v1.20.2, so configure options introduced in busybox v1.21.x, v1.22.x and v1.23.x take on default values when the oe-core defconfig is run through 'make oldconfig'. Signed-off-by: Andre McCurdy armccu...@gmail.com ---

[OE-core] [PATCH 1/8] busybox: merge login-utilities.cfg into defconfig

2015-07-28 Thread Andre McCurdy
The login-utilities.cfg busybox config fragment was added during the transition of the default login manager from tinylogin to busybox [1]. The tinylogin recipe was removed from oe-core prior to the 1.5 (dora) release [2]. Merging the config fragment into defconfig simplifies the process of

[OE-core] [PATCH 7/8] busybox: disable fstrim in defconfig

2015-07-28 Thread Andre McCurdy
The fstrim applet (to discard unused blocks on a mounted filesystem) doesn't seem like core functionality, so disable by default. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] tzdata: Add marking for config files in recipe

2015-07-28 Thread Li Zhou
The tzdata recipe does not mark the /etc/timezone file and /etc/localtime link as configuration files. An on target update would then overwite the user modified versions of those files. Add those files in CONFFILES_${PN}. Signed-off-by: Li Zhou li.z...@windriver.com ---

Re: [OE-core] wic: Add plugin for hybrid iso image

2015-07-28 Thread Ed Bartosh
Hi Mihaly, The code looks ok to me. Can you please fix the following: 1. Pylint is reporting a lot of long lines, indentation and other issues, so it would be nice if you run it and fix at least some of them? 2. Docstring of plugin class is shown in 'wic help plugins' output. Some lines of

Re: [OE-core] [poky v3][PATCH 3/6] gstreamer1.0-plugins-base: update video alignment after video alignment

2015-07-28 Thread Carlos Rafael Giani
Backport [1.4.1] is probably wrong. Admittedly, the bugzilla entry is somewhat confusing, but I think it should be using the version 1.5.1 instead. On 07/28/2015 07:58 PM, Yuqing Zhu wrote: Video buffer pool will update video alignment to respect stride alignment requirement. But haven't

Re: [OE-core] [PATCH 4/4] toolchain-scripts: Extend to cover nativesdk compiler tools (e.g. nativesdk-gcc)

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 10:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: This is needed when we add nativesdk-gcc/binutil to an SDK. Being present doesn't hurt in other cases. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org Maybe it could use the

[OE-core] [PATCH] linux-firmware: upgrade to commit 75cc3ef8ba6712fd72c073b17a790282136cc743

2015-07-28 Thread Cristian Iorga
- Intel copyright years changed; - Advanced Micro Devices copyright years changed; Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 3/4] gcc: Add support for nativesdk-gcc

2015-07-28 Thread Richard Purdie
Being able to build a nativesdk gcc is useful, particularly in cases where the host compiler may be of an incompatible version (or a 32 bit compiler is needed). Sadly, building nativesdk-gcc is not straight forward. We install nativesdk-gcc into a relocatable location and this means that its

[OE-core] [PATCH 2/4] binutils: Add nativesdk support

2015-07-28 Thread Richard Purdie
As part of adding nativesdk toolchain support, enable nativesdk-binutils. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/binutils/binutils_2.25.bb b/meta/recipes-devtools/binutils/binutils_2.25.bb index 738aaee..6f42671 100644 ---

[OE-core] [PATCH 4/4] toolchain-scripts: Extend to cover nativesdk compiler tools (e.g. nativesdk-gcc)

2015-07-28 Thread Richard Purdie
This is needed when we add nativesdk-gcc/binutil to an SDK. Being present doesn't hurt in other cases. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index b838015..d0b2b91 100644 ---

Re: [OE-core] [PATCH 4/4] toolchain-scripts: Extend to cover nativesdk compiler tools (e.g. nativesdk-gcc)

2015-07-28 Thread Richard Purdie
On Tue, 2015-07-28 at 10:28 -0300, Otavio Salvador wrote: On Tue, Jul 28, 2015 at 10:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: This is needed when we add nativesdk-gcc/binutil to an SDK. Being present doesn't hurt in other cases. Signed-off-by: Richard Purdie

Re: [OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Martin Jansa
On Tue, Jul 28, 2015 at 02:04:28PM +, Iorga, Cristian wrote: Hi Robert, Hmm, Qemu git recipe is useful, and is close to being up to date, why to remove it?? Close to being up to date? Aren't you talking about ./meta/recipes-devtools/qemu/qemu_2.4.0-rc2.bb?

Re: [OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 15:16, Martin Jansa martin.ja...@gmail.com wrote: Close to being up to date? Aren't you talking about ./meta/recipes-devtools/qemu/qemu_2.4.0-rc2.bb? bitbake@jama:/OE/webos/ow/oe-core$ find . -name qemu\*bb -exec grep PV.*= {} \; REALPV = 2.4.0-rc2 PV = 2.3.99+${REALPV}

Re: [OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Iorga, Cristian
I am not in the habit of talking without knowing. Usually. There might be exceptions. This is not one. That being said, I was able to switch to qemu git recipe (instead of the tarball releases) and make it work for a git head just before 2.4.0RC0 in under 20 minutes. The patch was not submitted

Re: [OE-core] [PATCH 0/2] [master][dizzy] Enable Marvel 8897 Wifi feature

2015-07-28 Thread Ng, Wei Tee
Alright. After getting input from you guys, I will add it in distro layer. Thanks for the time and advice. Regards, Wei Tee From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, July 28, 2015 2:46 AM To: Otavio Salvador Cc: Hugo Vasconcelos Saldanha; Ng, Wei Tee; Patches and

Re: [OE-core] About upgrade a package to a Release Candidate version (RCX)

2015-07-28 Thread Robert Yang
On 07/28/2015 05:36 PM, Richard Purdie wrote: On Tue, 2015-07-28 at 09:09 +0100, Burton, Ross wrote: On 28 July 2015 at 08:53, Robert Yang liezhi.y...@windriver.com wrote: Is it a good idea to upgrade a package to a Release Candidate version, such as RC1, RC2 and so

Re: [OE-core] [poky v3][PATCH 2/6] gstreamer1.0-plugins-base: handle audio/video decoder error

2015-07-28 Thread Carlos Rafael Giani
Shouldn't the upstream status be Submitted instead of Pending? It is already in bugzilla. On 07/28/2015 07:58 PM, Yuqing Zhu wrote: If there is input data and no output data to the end of the stream, it will send GST_ELEMENT_ERROR and quit from playing. The patch comments the

Re: [OE-core] [poky v3][PATCH 1/6] gstreamer1.0-plugins-base: Bug fix for id3demux issue

2015-07-28 Thread Carlos Rafael Giani
Change Upstream-Status to Accepted, since it is marked as fixed in bugzilla. On 07/28/2015 07:58 PM, Yuqing Zhu wrote: Use g_utf16_to_utf8() instead of g_convert to fix the issue that id3 tags utf16 charaters cannot be extreacted in id3demux when try to get the id3v2 tag such as TIT2, TALB etc.

[OE-core] [PATCH 1/4] lib/oe/classextend: Fix nativesdk double name mapping

2015-07-28 Thread Richard Purdie
Handle the case a name has already been extended in the nativesdk case (avoids double name extensions which can happen with nativesdk-gcc). Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/lib/oe/classextend.py b/meta/lib/oe/classextend.py index 8da87b7..5107ecd

Re: [OE-core] [PATCH 2/9] file: 5.23 - 5.24

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 03:12, Robert Yang liezhi.y...@windriver.com wrote: * Use git repo rather than tarball since the original SRC_URI is not stable, it is not reachable sometimes. Personally speaking I see this as a recipe for a release of file which just happens to use git to fetch the

Re: [OE-core] [PATCH 2/9] file: 5.23 - 5.24

2015-07-28 Thread Martin Jansa
On Tue, Jul 28, 2015 at 02:08:20PM +0100, Burton, Ross wrote: On 28 July 2015 at 03:12, Robert Yang liezhi.y...@windriver.com wrote: * Use git repo rather than tarball since the original SRC_URI is not stable, it is not reachable sometimes. Personally speaking I see this as a recipe

Re: [OE-core] [poky v3][PATCH 1/6] gstreamer1.0-plugins-base: Bug fix for id3demux issue

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 10:09 AM, Carlos Rafael Giani d...@pseudoterminal.org wrote: Change Upstream-Status to Accepted, since it is marked as fixed in bugzilla. Backport and please add the version it has been included to ease upgrade. -- Otavio Salvador O.S.

Re: [OE-core] [poky v3][PATCH 2/6] gstreamer1.0-plugins-base: handle audio/video decoder error

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 10:11 AM, Carlos Rafael Giani d...@pseudoterminal.org wrote: Shouldn't the upstream status be Submitted instead of Pending? It is already in bugzilla. Agreed. Submitted [https://...] -- Otavio Salvador O.S. Systems

Re: [OE-core] [PATCH 3/3] qemu_git.bb: remove it

2015-07-28 Thread Iorga, Cristian
Hi Robert, Hmm, Qemu git recipe is useful, and is close to being up to date, why to remove it?? Qemu brakes quite often, as seen recently on autobuilders, building from git allowed us to move forward (although it is true that the git upgrade was not integrated into master.) I vote against this

Re: [OE-core] [PATCH 3/3] builder: fix USERADD_PARAM

2015-07-28 Thread Robert Yang
Hello, I updated this patch a little, we also need update the chown command: git://git.openembedded.org/openembedded-core-contrib rbt/useradd diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index 78d41e5..bb729fc 100644 ---

Re: [OE-core] [PATCH 2/9] file: 5.23 - 5.24

2015-07-28 Thread Robert Yang
On 07/28/2015 09:48 PM, Martin Jansa wrote: On Tue, Jul 28, 2015 at 02:08:20PM +0100, Burton, Ross wrote: On 28 July 2015 at 03:12, Robert Yang liezhi.y...@windriver.com wrote: * Use git repo rather than tarball since the original SRC_URI is not stable, it is not reachable sometimes.

[OE-core] [PATCH 2/4] python3: remove package python3-robotparser

2015-07-28 Thread Dominic Sacré
robotparser has been moved to urllib.robotparser in Python 3, and gets packaged as part of python3-netclient alongside the rest of urllib. This causes python3-modules to depend on an empty/missing python3-robotparser package. robotparser.py is relatively small and has no dependencies outside

[OE-core] [PATCH 1/4] python3: detect libraries in STAGING_LIBDIR

2015-07-28 Thread Dominic Sacré
Patch setup.py so that the detect_modules() function looks for required libraries and headers in STAGING_LIBDIR / STAGING_INCDIR. Without this patch, several extension modules are not built, even though their dependencies are present in the compiler's search paths. The result is the following

[OE-core] [PATCH 3/4] python3: remove 2to3 symlink from package python3-2to3

2015-07-28 Thread Dominic Sacré
The 2to3 symlink conflicts with its Python 2 equivalent in package python-2to3. The Python 3 version of the tool is still available as 2to3-3.4. Signed-off-by: Dominic Sacré dominic.sa...@gmx.de --- meta/recipes-devtools/python/python-3.4-manifest.inc | 2 +-

[OE-core] [PATCH 0/4] python3: fix building extension modules, make python3-modules installable

2015-07-28 Thread Dominic Sacré
This series of patches fixes several issues with the python3 recipe. These caused packages to be incomplete or missing, and prevented the python3-modules package from being installed. [YOCTO #8048] Dominic Sacré (4): python3: detect libraries in STAGING_LIBDIR python3: remove package

[OE-core] [PATCH 4/4] python3: delete patches that don't get applied anywhere

2015-07-28 Thread Dominic Sacré
These patches are not referenced in any of the Python recipes. Signed-off-by: Dominic Sacré dominic.sa...@gmx.de --- .../python3/06-ctypes-libffi-fix-configure.patch | 44 --- .../python/python3/fix-ast.h-dependency.patch | 26 -

Re: [OE-core] [PATCH 1/3] mc: add PACKAGECONFIG for util-linux

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 10:05, Robert Yang liezhi.y...@windriver.com wrote: +PACKAGECONFIG[util-linux] = ac_cv_lib_mount_mnt_new_table_from_file=yes,ac_cv_lib_mount_mnt_new_table_from_file=no,util-linux, For mc this might be something we want to enable by default. Ross --

Re: [OE-core] [PATCH] libhugetlbfs: Uprev to v2.19 from v2.18

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 06:40, jianchuan.w...@windriver.com wrote: From: Jianchuan Wang jianchuan.w...@windriver.com The 5 patches which are deleted have been in the v2.19 Wrong list for this and xfsprogs - you mean openembedded-devel@ for meta-oe. Ross --

Re: [OE-core] [PATCH] u-boot-mkimage: fix a building failure on OpenSus

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 03:00, rongqing...@windriver.com wrote: +config.mk will be included only if auto.conf is newer than .config +but in some system, the HPET is not enabled, the smallest unit of +time is second, and can not decise which file is newer, even if +the correct dependency has been

Re: [OE-core] [poky][PATCH v2 4/6] gstreamer1.0-plugins-base: Add video-frame related patch

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 2:23 AM, Zhu Carol b54...@freescale.com wrote: Hi Otavio, Really sorry for the Upstream-Status format error, we just kept the same with some patches on fido branch, maybe they are old version. And I still have a little confusion about the third comment. My question

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-28 Thread Burton, Ross
On 27 July 2015 at 02:01, Rongqing Li rongqing...@windriver.com wrote: I think we can merge this patch. I open a defect and submit this patch, as a result, noone knows what this line can fix. https://rt.perl.org/Public/Bug/Display.html?id=125603 Reading the bug it seems a more

[OE-core] [PATCH] mdadm: 3.3.2 - 3.3.3

2015-07-28 Thread Li xin
Upgrade mdadm from 3.3.2 to 3.3.3 1) Remove backported patch:inline.patch 2) update context of mdadm-3.3.2_x32_abi_time_t.patch 3) Add systemd support: add systemd service file mdmonitor.service and mdadm.conf which is needed to start mdmonitor service. Signed-off-by: Li Xin

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the blib string

2015-07-28 Thread Rongqing Li
On 2015年07月28日 20:53, Burton, Ross wrote: On 27 July 2015 at 02:01, Rongqing Li rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: I think we can merge this patch. I open a defect and submit this patch, as a result, noone knows what this line can fix.

[OE-core] [PATCH 1/1] dbus: upgrade to 1.8.20

2015-07-28 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/dbus/{dbus-test_1.8.18.bb = dbus-test_1.8.20.bb} | 4 ++-- meta/recipes-core/dbus/dbus_1.8.18.bb | 4 meta/recipes-core/dbus/dbus_1.8.20.bb | 4 3 files

[OE-core] [PATCH 0/1] dbus: upgrade to 1.8.20

2015-07-28 Thread Chen Qi
The following changes since commit 27d068d05239c26a3848eb101571acab54635e37: harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/dbus-1.8.20

[OE-core] [PATCH v2] mdadm: 3.3.2 - 3.3.3

2015-07-28 Thread Li xin
Upgrade mdadm from 3.3.2 to 3.3.3 1) Remove backported patch:inline.patch 2) update context of mdadm-3.3.2_x32_abi_time_t.patch 3) Add systemd support: add systemd service file mdmonitor.service and mdadm.conf which is needed to start mdmonitor.service. Signed-off-by: Li Xin

[OE-core] [PATCH] pixbufcache: Use sceneQueueComplete event to simplify usage

2015-07-28 Thread Richard Purdie
Ensuring the native pixbuf cache is correct after new loaders have been installed is tricky. This needs to be done without races and work regardless of whether the build is from sstate or freshly built for one or more modules. This adds a hook into base.bbclass which is then triggered by the code

[OE-core] Why python-native is not available via '#!/usr/bin/env python'?

2015-07-28 Thread Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw)
Hello, During integrating a Python tool (both: native and nativesdk) into a Yocto layer, the following questions came to my mind. My problem was that [native-sysroot]/usr/bin/python was too long (complete shebang greater than 128 characters). Changing it naively to `/usr/bin/env python`

Re: [OE-core] [PATCH 4/4] toolchain-scripts: Extend to cover nativesdk compiler tools (e.g. nativesdk-gcc)

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 10:53 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2015-07-28 at 10:28 -0300, Otavio Salvador wrote: On Tue, Jul 28, 2015 at 10:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: This is needed when we add nativesdk-gcc/binutil to

[OE-core] [PATCH] watchdog: kill update-rc.d when not using sysvinit

2015-07-28 Thread Abdur Rehman
Fixes a dependency on a nonexistent initscripts-functions package. Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Abdur Rehman abdur_reh...@mentor.com --- meta/recipes-extended/watchdog/watchdog_5.14.bb |5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] [oe-core][PATCH 1/1] nss: advance to version 3.19.1

2015-07-28 Thread Joe Slater
Picks up fixes for CVE-2015-2721 and CVE-2015-2730. Specify previously overlooked license file COPYING. Do not modify nss.inc. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/nss/nss_3.17.3.bb |7 --- meta/recipes-support/nss/nss_3.19.1.bb | 17

Re: [OE-core] [oe-core][PATCH 1/1] nss: advance to version 3.19.1

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 20:11, Joe Slater jsla...@windriver.com wrote: +# override value in nss.inc +# +LIC_FILES_CHKSUM = file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \ + file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \ +

Re: [OE-core] Why python-native is not available via '#!/usr/bin/env python'?

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 17:23, Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw) bartlomiej.kucharc...@nokia.com wrote: Q1. What are the reasons behind that `/usr/bin/env python` refer to the host tool instead the native one? Because the use of the built python-native is opt-in for each recipe, and if

[OE-core] [PATCH] xfsprogs: Uprev to 3.2.3 version

2015-07-28 Thread jianchuan.wang
From: Jianchuan Wang jianchuan.w...@windriver.com In the v3.2.3, the libhandle.so/libhandle.a paths have changed so that We need not rm them in the install processing. Signed-off-by: Jianchuan Wang jianchuan.w...@windriver.com --- ...nerate-crctable-which-is-moved-into-runti.patch | 170

Re: [OE-core] [PATCH] watchdog: kill update-rc.d when not using sysvinit

2015-07-28 Thread Burton, Ross
On 28 July 2015 at 18:11, Abdur Rehman abdur_reh...@mentor.com wrote: +python () { +if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): +d.setVar(INHIBIT_UPDATERCD_BBCLASS, 1) +} Isn't this what the update-rcd logic does already: # Check that this