Re: [OE-core] [PATCH] kernel-devsrc: Don't package kernel meta-data

2016-08-03 Thread Bruce Ashfield
On Wed, Aug 3, 2016 at 5:33 AM, Jacob Kroon wrote: > On 07/26/2016 06:56 PM, Jacob Kroon wrote: > >> * The kernel meta-data doesn't need to be distributed in the kernel >> source >>package, so drop it >> * Fix a typo >> * Split long lines >> >> Signed-off-by: Jacob Kroon >> --- >> meta/r

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-03 Thread Bruce Ashfield
On Wed, Aug 3, 2016 at 8:53 AM, Trevor Woerner wrote: > On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > > On 1 August 2016 at 15:07, Bruce Ashfield > wrote: > > > > > Not a large dependency, but it does bring to mind the question if this > > > could be conditional on the type of image bei

Re: [OE-core] [PATCH 0/2] perf: enable man pages for 'help' functionality

2016-08-03 Thread dengke...@windriver.com
Hi Randy & Ross 1. After my test, python2 & python3 works well. 2. I will follow-up the packages docs related to the asciidoc and work on the generation of docs, let it be optional. //dengke On 2016年08月03日 01:59, Randy MacLeod wrote: As Ross asked in a separate reply, we should discuss

[OE-core] [PATCH 2/2] documentation/ref-manual: Update SERIAL_CONSOLES_CHECK description

2016-08-03 Thread California Sullivan
The previous description was not accurate. Looking at the code, SERIAL_CONSOLES_CHECK does not act like SERIAL_CONSOLES, as it will not add consoles to enable but only check and disable consoles defined by SERIAL_CONSOLES. Also, the previous patch adds aliasing functionality that needed to be docum

[OE-core] [PATCH 0/2] Update SERIAL_CONSOLES_CHECK to allow aliasing

2016-08-03 Thread California Sullivan
This patch set fixes the corner case described in [YOCTO #9440] and updates its documentation. The documentation was not up to date with what the code actually does, and I added to its functionality, so it needed to be completely rewritten. Scott, please review the documentation patch and feel fre

[OE-core] [PATCH 1/2] sysvinit-inittab_2.88dsf.bb: Allow aliasing with SERIAL_CONSOLES_CHECK

2016-08-03 Thread California Sullivan
With some hardware the name of the device node and the name in /proc/console differ. This causes SERIAL_CONSOLES_CHECK to not enable working consoles in these cases. This patch changes SERIAL_CONSOLES_CHECK to have an optional alias for the checked consoles. The new format is: : Fixes [YOCTO #944

[OE-core] [krogoth][master][PATCHv2] pseudo: Add nobody user and group

2016-08-03 Thread Davis, Michael
Nodejs expects the user and group nobody to exist on global install commands. The target build works as base-passwd contained it, however the fallback passwd did not. This broke the SDK if nodejs was included. Signed-off-by: Michael Davis --- meta/recipes-devtools/pseudo/files/fallback-group |

[OE-core] [krogoth][master][PATCH] peusdo: Add nobody user and group

2016-08-03 Thread Davis, Michael
Nodejs expects the user and group nobody to exist on global install commands. The target build work work as base-passwd contained it, however the fallback passwd did not. This broke the SDK if nodejs was included. Signed-off-by: Michael Davis --- meta/recipes-devtools/pseudo/files/fallback-grou

[OE-core] [PATCH 1/1] python-smartpm_git.bb: Add patch for debugging random errors

2016-08-03 Thread mariano . lopez
From: Mariano Lopez This will add a patch to debug random errors seen in the autobuilders, it won't solve the errors, but will give us a better idea of what is happening. [YOCTO #8383] Signed-off-by: Mariano Lopez --- ...art-add-deugging-when-targetpath-is-empty.patch | 47 +++

[OE-core] [PATCH][krogoth] pulseaudio: fix crash when disconnecting bluetooth devices

2016-08-03 Thread Tanu Kaskinen
[YOCTO #10018] Add a patch that makes the bluetooth code create the HSP/HFP card profile only once. The old behaviour of creating the profile twice was not compatible with 0001-card-add-pa_card_profile.ports.patch. This fix is not needed for master, because master doesn't any more have 0001-card-

[OE-core] [PATCH][jethro] pulseaudio: fix crash when disconnecting bluetooth devices

2016-08-03 Thread Tanu Kaskinen
[YOCTO #10018] Add a patch that makes the bluetooth code create the HSP/HFP card profile only once. The old behaviour of creating the profile twice was not compatible with 0001-card-add-pa_card_profile.ports.patch. This fix is not needed for master, because master doesn't any more have 0001-card-

Re: [OE-core] [PATCH] runqemu: qemuzynqmp: Add Linux boot support

2016-08-03 Thread Alistair Francis
Ping^2! On Wed, Jul 27, 2016 at 11:02 AM, Alistair Francis wrote: > Ping! > > On Wed, Jun 15, 2016 at 1:43 PM, Alistair Francis > wrote: >> Add support to direct boot Linux instead of just booting u-boot. >> >> Signed-off-by: Alistair Francis >> --- >> scripts/runqemu | 3 +-- >> scri

Re: [OE-core] multilib support on Jethro: populate_sdk help

2016-08-03 Thread Nemicolopterus Crypticus
Ok, I moved past that above error as well. I edited the image recipe, and just commented out the packages that aren't ready for lib32 build yet. Unfortunately, even when I build with lib32- -c populate_sdk, the sysroots for armv7 aren't getting populated. Also, the environment setup script does no

[OE-core] [PATCH 3/4] Python3-native: Upgrade from 3.5.1 to 3.5.2

2016-08-03 Thread Alejandro Hernandez
LICENSE did not change, only dates were changed Rebases: - 000-cross-compile.patch - python-3.3-multilib.patch Signed-off-by: Alejandro Hernandez --- ...on3-native_3.5.1.bb => python3-native_3.5.2.bb} | 7 +- .../python/python3/000-cross-compile.patch | 38 +++

[OE-core] [PATCH 1/4] Python2-native: Upgrade from 2.7.11 to 2.7.12

2016-08-03 Thread Alejandro Hernandez
LICENSE did not change, only dates changed. Rebases: - debug.patch - multilib.patch Upstream: - avoid_parallel_make_races_on_pgen.patch Signed-off-by: Alejandro Hernandez --- .../python/python-native/debug.patch | 17 ++-- .../python/python-native/multilib.patch| 9

[OE-core] [PATCH 2/4] Python2: Upgrade from 2.7.11 to 2.7.12

2016-08-03 Thread Alejandro Hernandez
LICENSE did not change, only dates were changed Rebases: - multilib.patch - 01-use-proper-tools-for-cross-build.patch Upstream: - avoid_parallel_make_races_on_pgen.patch - CVE-2016-5636.patch Signed-off-by: Alejandro Hernandez --- .../01-use-proper-tools-for-cross-build.patch | 40 ++

[OE-core] [PATCH 4/4] Python3: Upgrade from 3.5.1 to 3.5.2

2016-08-03 Thread Alejandro Hernandez
LICENSE did not change, only dates were changed Upstream: - use_packed_importlib.patch - CVE-2016-5636.patch Other patches were rebased on python3-natives patch Signed-off-by: Alejandro Hernandez --- .../python/{python3_3.5.1.bb => python3_3.5.2.bb} | 10

[OE-core] [meta][PATCH] python-3.5-manifest: Add some missing RDEPENDS

2016-08-03 Thread Kyle Russell
ctype's util.py needs subprocess lang's inspect.py needs importlib.machinery math's random.py needs crypt's hashlib subprocess imports threading Signed-off-by: Kyle Russell --- meta/recipes-devtools/python/python-3.5-manifest.inc | 8 scripts/contrib/python/generate-manifest-3.5.py

Re: [OE-core] [PATCH] ltp: upgrade to 20160510

2016-08-03 Thread Burton, Ross
On 3 August 2016 at 07:04, Fan Xin wrote: > diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb > b/meta/recipes-extended/ltp/ltp_20160510.bb > similarity index 100% > rename from meta/recipes-extended/ltp/ltp_20160126.bb > rename to meta/recipes-extended/ltp/ltp_20160510.bb > As this recipe

[OE-core] [PATCH v2 1/2] license.bbclass: do not process LICENSE_pn variables

2016-08-03 Thread Markus Lehtonen
The loop iterating over LICENSE_pn variables has never worked. In addition, the LICENSE variable is supposed to contain all licenses defined in LICENSE_pn variables. Thus, it is simpler just to use LICENSE as the data we get is essentially the same. [YOCTO #9499] Signed-off-by: Markus Lehtonen -

[OE-core] [PATCH v2 2/2] license: simple verification of LICENSE_ values

2016-08-03 Thread Markus Lehtonen
LICENSE should be a superset of all LICENSE_ values. That is, LICENSE should contain all licenses and LICENSE_ can be used to "filter" this on a per-package basis. LICENSE_ shouldn't contain anything that isn't specified in LICENSE. This patch implements simple checking of LICENSE_ values. It does

[OE-core] [PATCH v2 0/2] Improved handling of LICENSE_ variables

2016-08-03 Thread Markus Lehtonen
The first patch is actually unchanged, just re-sending it. However, in the discussion on the patch there seemed to be some confusion regarding the relation between LICENSE and LICENSE_ variables. Thus, I decided to implement the second patch of this series which does basic verification/sanity chec

Re: [OE-core] [PATCH] kernel.bbclass: add lzop dependency

2016-08-03 Thread Trevor Woerner
On Mon 2016-08-01 @ 03:08:36 PM, Burton, Ross wrote: > On 1 August 2016 at 15:07, Bruce Ashfield wrote: > > > Not a large dependency, but it does bring to mind the question if this > > could be conditional on the type of image being built ? via distro > > feature, some other mechanism ? > > > >

[OE-core] [PATCH] libevent: update ptests fail condition

2016-08-03 Thread Catalin Enache
If exit status is 0 test is succesfull. Signed-off-by: Catalin Enache --- meta/recipes-support/libevent/libevent/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libevent/libevent/run-ptest b/meta/recipes-support/libevent/libevent/run-ptest inde

Re: [OE-core] [PATCH] pointercal-xinput: set ALLOW_EMPTY

2016-08-03 Thread Martin Jansa
On Tue, Aug 02, 2016 at 09:02:39PM +0100, Ross Burton wrote: > Many BSPs don't have pointer calibration, so set ALLOW_EMPTY so the package > still exists (for dependencies) even if there isn't a calibration file to > package. And what's the point of that empty package? xinput-calibrator is alread

Re: [OE-core] [PATCH] kernel-devsrc: Don't package kernel meta-data

2016-08-03 Thread Jacob Kroon
On 07/26/2016 06:56 PM, Jacob Kroon wrote: * The kernel meta-data doesn't need to be distributed in the kernel source package, so drop it * Fix a typo * Split long lines Signed-off-by: Jacob Kroon --- meta/recipes-kernel/linux/kernel-devsrc.bb | 10 +++--- 1 file changed, 7 insertion

[OE-core] [PATCH] lzo: update ptest output format

2016-08-03 Thread mingli.yu
The output format was updated to match yocto ptest rules: : where the result can be PASS, FAIL, or SKIP, and the testname can be any identifying string. Signed-off-by: Li Wang Signed-off-by: Mingli Yu --- meta/recipes-support/lzo/lzo/run-ptest | 25 + 1 file changed, 25

[OE-core] [PATCH 0/1] package.bbclass: remove unneeded chmod() and chown()

2016-08-03 Thread Robert Yang
The following changes since commit 986f7fbe37a48d050611f08f7160ed96755ac3dc: foomatic-filters: Security fixes CVE-2015-8327 (2016-08-01 12:11:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/mode http://cgit.openembedded.org/cgit.c

[OE-core] [PATCH 1/1] package.bbclass: remove unneeded chmod() and chown()

2016-08-03 Thread Robert Yang
* The mode and owner info are saved in inode, hardlink won't change them, so remove unneeded chmod() and chown(). * This can avoid the problem that when do_package re-run, the file's mode maybe different if it is 0444 (changed to 0644 when re-run), this is caused by pseudo adds 'w' on real file, a

Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi Ross, >On 2 August 2016 at 21:10, Burton, Ross wrote: > > libxcalibrate0 was removed > > > Also hopefully this package (xorg-lib/libxcalibrate) can be removed from > oe-core. > > Will you be submitting these recipes to meta-oe just in case someone > still wants them? Ok, I wi

Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi, >On Tue, Aug 02, 2016 at 09:10:27PM +0100, Burton, Ross wrote: > >On 12 July 2016 at 15:07, Maxin B. John wrote: > >>Remove xtscal in preference of xinput-calibrator > > > Comparing two images build before and after this: > > changes to images/intel_corei7_64/glibc/core-image-sato-base >

[OE-core] [PATCH] libgcrypt: upgrade to 1.7.2

2016-08-03 Thread Fan Xin
Signed-off-by: Fan Xin --- .../libgcrypt/{libgcrypt_1.7.0.bb => libgcrypt_1.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgcrypt/{libgcrypt_1.7.0.bb => libgcrypt_1.7.2.bb} (14%) diff --git a/meta/recipes-support/libgcrypt/libgcryp

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-03 Thread Maxin B. John
Hi Ross, On Tue, Aug 02, 2016 at 08:32:35PM +0100, Burton, Ross wrote: >>On 12 July 2016 at 15:07, Maxin B. John wrote: >> >> -RRECOMMENDS_${PN} = "pointercal" >>+RRECOMMENDS_${PN} = "pointercal-xinput" > >Does this actually work though? Haven't tested this because of the spec

[OE-core] [PATCH] procps: upgrade to 3.3.12

2016-08-03 Thread Fan Xin
Signed-off-by: Fan Xin --- meta/recipes-extended/procps/{procps_3.3.11.bb => procps_3.3.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/procps/{procps_3.3.11.bb => procps_3.3.12.bb} (94%) diff --git a/meta/recipes-extended/procps/procps_3.3.11.bb

[OE-core] [PATCH v3] Add ${S} to do_unpack[cleandirs]

2016-08-03 Thread Markus Lehtonen
The second version of this patch broke usage of externalsrc. The resason was that while externalsrc.bbclass mangles do_unpack[cleandirs] flag in order to make sure that the source directory is never wiped, it was not able to cope with the complicated Python expression used in the flag value in v2 o

[OE-core] [PATCH v3] base.bbclass wipe ${S} before unpacking source

2016-08-03 Thread Markus Lehtonen
Make sure that we have a pristine source tree after do_unpack. [YOCTO #9064] Signed-off-by: Markus Lehtonen --- meta/classes/base.bbclass | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 5d8e8d6.