[OE-core] [PATCH] gstreamer1.0: Upgrade to 1.10.1

2016-11-29 Thread Khem Raj
Remove backported patches and upstreamed ones Drop --disable-trace its no more in 1.10.x Add packageconfig option for kms, keep it disabled by default in bad plugins recipe Signed-off-by: Khem Raj --- ...libav_1.8.3.bb => gstreamer1.0-libav_1.10.1.bb} | 5 +-

[OE-core] [PATCH] man-pages: 4.07 -> 4.08

2016-11-29 Thread huangqy
From: Huang Qiyu Upgrade man-pages from 4.07 to 4.08. Signed-off-by: Huang Qiyu --- .../man-pages/{man-pages_4.07.bb => man-pages_4.08.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH] iw: 4.7 -> 4.9

2016-11-29 Thread huangqy
From: Huang Qiyu Upgrade iw from 4.7 to 4.9. Signed-off-by: Huang Qiyu --- meta/recipes-connectivity/iw/{iw_4.7.bb => iw_4.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iw/{iw_4.7.bb

[OE-core] [PATCH] bluez5: 5.42 -> 5.43

2016-11-29 Thread huangqy
From: Huang Qiyu Upgrade bluez5 from 5.42 to 5.43. Signed-off-by: Huang Qiyu --- meta/recipes-connectivity/bluez5/{bluez5_5.42.bb => bluez5_5.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH V5] subprocess cleanup

2016-11-29 Thread Stephano Cetola
changed since V4: Removed single quotes from the --show-format option on smart query. The quote was causing the arch search to fail in the following for loop. Stephano Cetola (1): package_manager: remove strings and migrate to direct arrays meta/lib/oe/package.py | 13 +--

[OE-core] [PATCH V5] package_manager: remove strings and migrate to direct arrays

2016-11-29 Thread Stephano Cetola
When using subprocess call and check_output, it is better to use arrays rather than strings when possible to avoid whitespace and quoting problems. [ YOCTO #9342 ] Signed-off-by: Stephano Cetola --- meta/lib/oe/package.py | 13 +--

[OE-core] [PATCH] strace: 4.13 -> 4.14

2016-11-29 Thread huangqy
From: Huang Qiyu Upgrade strace from 4.13 to 4.14. Signed-off-by: Huang Qiyu --- meta/recipes-devtools/strace/{strace_4.13.bb => strace_4.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 0/2] fix can't login when debug-tweaks is not in IMAGE_FEATURES

2016-11-29 Thread Robert Yang
Hello, According to the discussions, here are things that we may do, please feel free to give your comments. 1) Add an image feature like "production", which will conflict with debug-tweaks, and check for some common security issues ? 2) Add a way like ROOT_PASSWD to let user can set root

Re: [OE-core] [PATCH] devtool: execute associated functions while preparing the source tree

2016-11-29 Thread Paul Eggleton
On Wed, 30 Nov 2016 14:39:12 Paul Eggleton wrote: > On Wed, 30 Nov 2016 09:33:22 Jiajie Hu wrote: > > On Wednesday, November 30, 2016 07:01:30 AM Paul Eggleton wrote: > > > So this in itself looks reasonable in theory, but I have to warn you > > > that when we switch to tinfoil2 [1] these commits

Re: [OE-core] [PATCH 1/1] kernel-devsrc: remove symlink source

2016-11-29 Thread Robert Yang
On 11/29/2016 06:57 PM, Bruce Ashfield wrote: On Tue, Nov 29, 2016 at 4:16 AM, Robert Yang > wrote: Fixed: $ rpm -qplv tmp/deploy/rpm/qemuppc/kernel-devsrc-1.0-r0.qemuppc.rpm | grep kernel/source

Re: [OE-core] [PATCH] qemu*.conf: Add slirp support for all qemu machines

2016-11-29 Thread Robert Yang
On 11/30/2016 02:24 AM, Randy Witt wrote: "-device virtio-net-device,netdev=net0" and "-netdev user,id=net0,hostfwd=tcp::-:22" Then there is no way for user to override the second part, and we can't call the first part as a "QB_SLIRP_OPT" since it is only part of them, so I won't break

Re: [OE-core] [PATCH] devtool: execute associated functions while preparing the source tree

2016-11-29 Thread Paul Eggleton
On Wed, 30 Nov 2016 09:33:22 Jiajie Hu wrote: > On Wednesday, November 30, 2016 07:01:30 AM Paul Eggleton wrote: > > So this in itself looks reasonable in theory, but I have to warn you that > > when we switch to tinfoil2 [1] these commits are going to be done via the > > metadata instead, and

Re: [OE-core] [PATCH] devtool: execute associated functions while preparing the source tree

2016-11-29 Thread Jiajie Hu
Hi, Paul On Wednesday, November 30, 2016 07:01:30 AM Paul Eggleton wrote: > So this in itself looks reasonable in theory, but I have to warn you that > when we switch to tinfoil2 [1] these commits are going to be done via the > metadata instead, and beyond a possible hack that I'd really rather

[OE-core] [PATCH] sqlite3: 3.14.1 -> 3.15.1

2016-11-29 Thread huangqy
From: Huang Qiyu Upgrade sqlite3 from 3.14.1 to 3.15.1. Signed-off-by: Huang Qiyu --- meta/recipes-support/sqlite/{sqlite3_3.14.1.bb => sqlite3_3.15.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 2/2] oe-selftest: Add option to submit test result to a git repository.

2016-11-29 Thread Mariano Lopez
On Tuesday, November 29, 2016 04:26:45 PM Benjamin Esquivel wrote: > On Tue, 2016-11-29 at 08:42 -0600, mariano.lo...@linux.intel.com wrote: > > From: Mariano Lopez > > > > This new option allows to commit the result to a git repository, > > along with the results

Re: [OE-core] [PATCH 1/2] oeqa/utils/metadata.py: Add metadata library

2016-11-29 Thread Mariano Lopez
On Tuesday, November 29, 2016 04:17:25 PM Benjamin Esquivel wrote: > On Tue, 2016-11-29 at 08:42 -0600, mariano.lo...@linux.intel.com wrote: > > From: Mariano Lopez > > > > Adds functions to get metadata from the host running the tests. > > > > [YOCTO #9954] > >

Re: [OE-core] [PATCH 2/2] oe-selftest: Add option to submit test result to a git repository.

2016-11-29 Thread Benjamin Esquivel
On Tue, 2016-11-29 at 08:42 -0600, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > This new option allows to commit the result to a git repository, > along with the results it will add a metadata file for information > of the current selftest run,

Re: [OE-core] [PATCH 1/2] oeqa/utils/metadata.py: Add metadata library

2016-11-29 Thread Benjamin Esquivel
On Tue, 2016-11-29 at 08:42 -0600, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > Adds functions to get metadata from the host running the tests. > > [YOCTO #9954] > > Signed-off-by: Mariano Lopez > --- >  

[OE-core] [PATCH v2] sysvinit-inittab: fix getty device removal

2016-11-29 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval getty devices were not being removed in some cases because device name was not at the end of the line, for example a ttyS1 device: S1:12345:respawn:/bin/start_getty 115200 ttyS1 vt102 Removing this limitation allows sed to

[OE-core] [PATCH V2] texinfo upgrade to 6.3

2016-11-29 Thread Edwin Plauchu
From: Edwin Plauchu Signed-off-by: Edwin Plauchu --- .../texinfo/texinfo/disable-native-tools.patch | 43 -- .../texinfo/texinfo/dont-depend-on-help2man.patch | 19 ---

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Leonardo Sandoval
On 11/29/2016 03:08 PM, Cal Sullivan wrote: Oops, accidentally dropped CCs. See my reply below. On 11/29/2016 01:05 PM, Cal Sullivan wrote: On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM,

Re: [OE-core] [PATCH] texinfo upgrade to 6.3

2016-11-29 Thread Burton, Ross
On 29 November 2016 at 21:17, Edwin Plauchu < edwin.plauchu.cama...@linux.intel.com> wrote: > - file://disable-native-tools.patch \ > Should this patch be deleted? Ross -- ___ Openembedded-core mailing list

[OE-core] [PATCH] texinfo upgrade to 6.3

2016-11-29 Thread Edwin Plauchu
Signed-off-by: Edwin Plauchu --- .../texinfo/texinfo/dont-depend-on-help2man.patch | 19 --- .../texinfo/texinfo/texinfo-4.12-zlib.patch| 65 +++--- .../texinfo/{texinfo_6.0.bb => texinfo_6.3.bb} | 5 +- 3 files changed,

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Cal Sullivan
Oops, accidentally dropped CCs. See my reply below. On 11/29/2016 01:05 PM, Cal Sullivan wrote: On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM,

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Cal Sullivan
On 11/29/2016 12:52 PM, Leonardo Sandoval wrote: On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM, > wrote: From: Leonardo Sandoval

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Leonardo Sandoval
On 11/29/2016 02:15 PM, Christopher Larson wrote: On Tue, Nov 29, 2016 at 11:29 AM, > wrote: From: Leonardo Sandoval

[OE-core] [PATCH 1/1] parselogs.py: Whitelist iwlwifi firmware load error messages

2016-11-29 Thread California Sullivan
The iwlwifi module of any given kernel has a minimum and maximum supported firmware version. The kernel begins by attempting to load the maximum version, and decrements until it is successful. The 4.8 kernel's maximum supported firmware version is 24, but thus far only 22 has been released,

Re: [OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread Christopher Larson
On Tue, Nov 29, 2016 at 11:29 AM, < leonardo.sandoval.gonza...@linux.intel.com> wrote: > From: Leonardo Sandoval > > getty devices were not being removed in some cases because device name > was not at the end of the line, for example a ttyS1 device: >

[OE-core] [PATCH] tune-cortexa*.inc: squash whitespace within TUNE_FEATURES strings

2016-11-29 Thread Andre McCurdy
TUNE_FEATURES is include in BUILDCFG_VARS, so any whitespace is visible to the user during the build process. Remove the extra whitespace added during the 2.1 development cycle: http://git.openembedded.org/openembedded-core/commit/?id=f774b44fa007a2a756ada892ede832b1251d940c For consistency,

[OE-core] [PATCH] sysvinit-inittab: fix getty device removal

2016-11-29 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval getty devices were not being removed in some cases because device name was not at the end of the line, for example a ttyS1 device: S1:12345:respawn:/bin/start_getty 115200 ttyS1 vt102 Removing this limitation allows sed to

Re: [OE-core] [PATCH] qemu*.conf: Add slirp support for all qemu machines

2016-11-29 Thread Randy Witt
"-device virtio-net-device,netdev=net0" and "-netdev user,id=net0,hostfwd=tcp::-:22" Then there is no way for user to override the second part, and we can't call the first part as a "QB_SLIRP_OPT" since it is only part of them, so I won't break them into 2, and if the user defines

Re: [OE-core] [PATCH] devtool: execute associated functions while preparing the source tree

2016-11-29 Thread Paul Eggleton
Hi Jiajie, On Tue, 29 Nov 2016 10:59:09 Jiajie Hu wrote: > Execute prefuncs and postfuncs associated with the task while preparing > the source tree. If any changes are made to the source tree by these > prefuncs or postfuncs, a separate commit will be created so that the > changes won't get

Re: [OE-core] Kernel: Builds use old version of defconfig

2016-11-29 Thread Andre McCurdy
On Mon, Nov 28, 2016 at 11:58 PM, Mike Looijmans wrote: > > The current system assumes that the kernel recipe creates a > do_configure_prepend to do the mangling, which is rather counterintuitive, > one would expect to "append" extra actions. For reference, I've

Re: [OE-core] [PATCH] systemd.bbclass: don't block on service restart

2016-11-29 Thread Khem Raj
> On Nov 24, 2016, at 8:17 PM, Mark Asselstine > wrote: > > The current class works fine when a recipe uses SYSTEMD_AUTO_ENABLE > 'enable' and has no on device pkg_postinst(), ie when the postinst is > run as part of rootfs creation. However, when there is a

Re: [OE-core] ASSUME_PROVIDED versus SANITY_REQUIRED_UTILITIES versus "The Build Host Packages"

2016-11-29 Thread Burton, Ross
On 29 November 2016 at 17:24, Paul Eggleton wrote: > How would you get access to that recipe-space information within > sanity.bbclass though? > Yeah good point, that might be "a bit" tricky. Ross -- ___

Re: [OE-core] Kernel: Builds use old version of defconfig

2016-11-29 Thread Khem Raj
> On Nov 28, 2016, at 11:58 PM, Mike Looijmans wrote: > > On 29-11-16 03:03, Khem Raj wrote: >> >>> On Nov 24, 2016, at 5:55 AM, Bruce Ashfield >> > wrote: >>> >>> >>> >>> On Thu, Nov 24, 2016 at 5:32 AM,

Re: [OE-core] ASSUME_PROVIDED versus SANITY_REQUIRED_UTILITIES versus "The Build Host Packages"

2016-11-29 Thread Paul Eggleton
On Tue, 29 Nov 2016 11:31:44 Burton, Ross wrote: > On 29 November 2016 at 10:47, Robert P. J. Day > wrote: > > one example i mentioned is that the YP guide does not list "sed" as a > > build host requirement, but "sed-native" is in ASSUME_PROVIDED; > > however, it's not

Re: [OE-core] [PATCH 06/18] cmake: update to 3.7.0

2016-11-29 Thread Khem Raj
> On Nov 29, 2016, at 6:01 AM, Alexander Kanavin > wrote: > > On 11/29/2016 01:24 AM, Khem Raj wrote: >> >>> On Nov 28, 2016, at 5:34 AM, Alexander Kanavin >>> wrote: >>> >>> License is still 3-clause BSD. >> >> OK.

Re: [OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-29 Thread Jose Lamego
On 11/29/2016 02:51 AM, Patrick Ohly wrote: > On Mon, 2016-11-28 at 16:35 -0600, Jose Lamego wrote: >> >> On 11/28/2016 03:34 PM, Patrick Ohly wrote: >>> On Mon, 2016-11-28 at 14:28 -0600, Jose Lamego wrote: Agree. Please provide feedback about below comments and I will submit a v3

[OE-core] [PATCH 2/2] oe-selftest: Add option to submit test result to a git repository.

2016-11-29 Thread mariano . lopez
From: Mariano Lopez This new option allows to commit the result to a git repository, along with the results it will add a metadata file for information of the current selftest run, such as: hostname, machine, distro, distro version, host version, and layers. This

[OE-core] [PATCH 1/2] oeqa/utils/metadata.py: Add metadata library

2016-11-29 Thread mariano . lopez
From: Mariano Lopez Adds functions to get metadata from the host running the tests. [YOCTO #9954] Signed-off-by: Mariano Lopez --- meta/lib/oeqa/utils/metadata.py | 77 + 1 file changed, 77

[OE-core] [PATCH 0/2] Add communication mechanism for sending test results

2016-11-29 Thread mariano . lopez
From: Mariano Lopez These changes add a mechanism for sending test result to a remote repository for later consumption of the data from other clients. These patches were tested in our local autobuilders. The following changes since commit

Re: [OE-core] [PATCH 06/18] cmake: update to 3.7.0

2016-11-29 Thread Alexander Kanavin
On 11/29/2016 01:24 AM, Khem Raj wrote: On Nov 28, 2016, at 5:34 AM, Alexander Kanavin wrote: License is still 3-clause BSD. OK. what triggered the checksum change then ? They added a contributor list to Copyright.txt (I'll trim the lines that are

Re: [OE-core] [PATCH] buildhistory-diff: report directory renames

2016-11-29 Thread Alexander Kanavin
On 11/28/2016 07:28 PM, Ed Bartosh wrote: The script detects directory renaming if two different directories with the same set of files are added and removed. What happens if the sets of files are slightly different? (e.g. a couple of files are added or removed). Can we get some wiggle space

Re: [OE-core] ASSUME_PROVIDED versus SANITY_REQUIRED_UTILITIES versus "The Build Host Packages"

2016-11-29 Thread Burton, Ross
On 29 November 2016 at 10:47, Robert P. J. Day wrote: > one example i mentioned is that the YP guide does not list "sed" as a > build host requirement, but "sed-native" is in ASSUME_PROVIDED; > however, it's not listed in SANITY_REQUIRED_UTILITIES. that seems >

Re: [OE-core] [PATCH 1/1] kernel-devsrc: remove symlink source

2016-11-29 Thread Bruce Ashfield
On Tue, Nov 29, 2016 at 4:16 AM, Robert Yang wrote: > Fixed: > $ rpm -qplv tmp/deploy/rpm/qemuppc/kernel-devsrc-1.0-r0.qemuppc.rpm | > grep kernel/source > /usr/src/kernel/source -> /buildarea/lyang1/test_yocto/ >

Re: [OE-core] ASSUME_PROVIDED versus SANITY_REQUIRED_UTILITIES versus "The Build Host Packages"

2016-11-29 Thread Robert P. J. Day
On Mon, 28 Nov 2016, Richard Purdie wrote: > On Mon, 2016-11-28 at 06:20 -0500, Robert P. J. Day wrote: > >   a bit confused by what i'm seeing in a recent > > qemuppc/core-image-minimal build on my fedora system regarding which > > native packages are built, despite what's in bitbake.conf (using

Re: [OE-core] [PATCH 0/4] Persistent /var/log support

2016-11-29 Thread Jack Mitchell
On 22/11/16 10:10, Chen Qi wrote: The following changes since commit a675b2c89e477af088faee9b3be96eae19a85f0b: sanity.bbclass: fix logging of an error (2016-11-15 15:18:50 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

Re: [OE-core] [PATCH 5/5] runqemu: set default device and hostfwd for slirp

2016-11-29 Thread Robert Yang
On 11/29/2016 05:54 PM, Nathan Rossi wrote: On 29 November 2016 at 19:38, Nathan Rossi wrote: On 29 November 2016 at 17:35, Robert Yang wrote: There is no network rather than lo whitout set device, so set it by default. And set hostfwd:

Re: [OE-core] [PATCH 5/5] runqemu: set default device and hostfwd for slirp

2016-11-29 Thread Robert Yang
On 11/29/2016 05:38 PM, Nathan Rossi wrote: On 29 November 2016 at 17:35, Robert Yang wrote: There is no network rather than lo whitout set device, so set it by default. And set hostfwd: -> 22, 2323 -> 23 [YOCTO #7887] Signed-off-by: Robert Yang

[OE-core] [PATCH] qemu: Fix pci-assign

2016-11-29 Thread zhe.he
From: He Zhe Fix iommu pci device assignment failure. "qemu-system-x86_64: -device pci-assign,host=02:00.0: No IOMMU found. Unable to assign device "(null)"" Signed-off-by: He Zhe --- ...sync-MSI-MSI-X-cap-and-table-with-PCIDevi.patch | 71

Re: [OE-core] [PATCH 5/5] runqemu: set default device and hostfwd for slirp

2016-11-29 Thread Nathan Rossi
On 29 November 2016 at 19:38, Nathan Rossi wrote: > On 29 November 2016 at 17:35, Robert Yang wrote: >> There is no network rather than lo whitout set device, so set it by >> default. And set hostfwd: -> 22, 2323 -> 23 >> >> [YOCTO #7887]

Re: [OE-core] [PATCH 5/5] runqemu: set default device and hostfwd for slirp

2016-11-29 Thread Nathan Rossi
On 29 November 2016 at 17:35, Robert Yang wrote: > There is no network rather than lo whitout set device, so set it by > default. And set hostfwd: -> 22, 2323 -> 23 > > [YOCTO #7887] > > Signed-off-by: Robert Yang > --- >

[OE-core] [PATCH][krogoth] bs4: fix bitbake build error with latest html5lib version

2016-11-29 Thread Enrico Jorns
Since the 0.9 release of python-html5lib, the module `treewalkers._base` was changed to `treewalkers.base` (without underscore). This breaks bitbake is it uses the old module name. | [...] | File "[...]/bitbake/lib/bs4/builder/_html5lib.py", line 57, in | class

[OE-core] [PATCH 1/1] kernel-devsrc: remove symlink source

2016-11-29 Thread Robert Yang
Fixed: $ rpm -qplv tmp/deploy/rpm/qemuppc/kernel-devsrc-1.0-r0.qemuppc.rpm | grep kernel/source /usr/src/kernel/source -> /buildarea/lyang1/test_yocto/tmp/work/qemuppc-poky-linux/kernel-devsrc/1.0-r0/image/usr/src/kernel It is generated by kernel's "make clean _mrproper_scripts", the

[OE-core] [PATCH 0/1] kernel-devsrc: remove symlink source

2016-11-29 Thread Robert Yang
The following changes since commit af280990bff4a484fd8a18e3442b56a0a39b7611: Revert "classes/populate_sdk_ext: require uninative" (2016-11-28 14:49:37 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/kernel

Re: [OE-core] ✗ patchtest: failure for Fixes for eSDK and testsdkext

2016-11-29 Thread Paul Eggleton
On Tue, 29 Nov 2016 15:38:50 Robert Yang wrote: > On 11/17/2016 05:02 PM, Burton, Ross wrote: > > On 17 November 2016 at 06:55, Patchwork > > > > > wrote: > > * Patch[7/8] oeqa/sdkext/devtool.py:

[OE-core] [PATCH V3] scripts/send-pull-request: Avoid multiple chain headers

2016-11-29 Thread Patrick Ohly
When creating a patch set with cover letter using the send-pull-request script, both the "In-Reply-To" and "References" headers are appended twice in patch 2 and subsequent. That's because git-format-patch already inserted them and then git-send-email repeats that. Suppressing mail threading in

Re: [OE-core] [PATCH V2] scripts.send-pull-request: Avoid multiple chain headers

2016-11-29 Thread Patrick Ohly
On Mon, 2016-11-28 at 16:35 -0600, Jose Lamego wrote: > > On 11/28/2016 03:34 PM, Patrick Ohly wrote: > > On Mon, 2016-11-28 at 14:28 -0600, Jose Lamego wrote: > >> Agree. Please provide feedback about below comments and I will submit a > >> v3 patch. > >> > >> On 11/28/2016 01:47 PM, Patrick

Re: [OE-core] Kernel: Builds use old version of defconfig

2016-11-29 Thread Mike Looijmans
On 29-11-16 03:03, Khem Raj wrote: On Nov 24, 2016, at 5:55 AM, Bruce Ashfield > wrote: On Thu, Nov 24, 2016 at 5:32 AM, Mike Looijmans > wrote: On 24-11-16 11:10, Mike