Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Khem Raj
On 8/25/17 5:44 PM, Andre McCurdy wrote: > On Fri, Aug 25, 2017 at 5:16 PM, Khem Raj wrote: >> On Fri, Aug 25, 2017 at 4:37 PM, Andre McCurdy wrote: >>> On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj wrote: OE-core minimal kernel has been bumped to 4.4 so at this point I think its fine to r

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 5:16 PM, Khem Raj wrote: > On Fri, Aug 25, 2017 at 4:37 PM, Andre McCurdy wrote: >> On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj wrote: >>> OE-core minimal kernel has been bumped to 4.4 >>> so at this point I think its fine to remove it since there >>> is no reliable way for

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Khem Raj
On Fri, Aug 25, 2017 at 4:37 PM, Andre McCurdy wrote: > On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj wrote: >> OE-core minimal kernel has been bumped to 4.4 >> so at this point I think its fine to remove it since there >> is no reliable way for OE-Core to test out validity of >> this patch > > If th

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 3:42 PM, Khem Raj wrote: > OE-core minimal kernel has been bumped to 4.4 > so at this point I think its fine to remove it since there > is no reliable way for OE-Core to test out validity of > this patch If that's the official policy then let's bump OLDEST_KERNEL and make

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Khem Raj
On Fri, Aug 25, 2017 at 11:59 AM, Martin Jansa wrote: > Does the patch cause any harm when used on newer kernel? > > If so shouldn't the patch be fixed to work correctly even with newer kernel? > > Or what's the main reason to remove it? > > On Fri, Aug 25, 2017 at 8:55 PM, Mark Hatle > wrote: >>

[OE-core] [PATCH 3/3] terminal.py: add support for mate-terminal in check_terminal_version()

2017-08-25 Thread Andre McCurdy
Not currently used, but include for completeness. Signed-off-by: Andre McCurdy --- meta/lib/oe/terminal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 89ddb46..9eb19a2 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/termina

[OE-core] [PATCH 2/3] terminal.py: fix devshell with mate-terminal

2017-08-25 Thread Andre McCurdy
Without the --disable-factory option, mate-terminal fails to start with the error: | There was an error creating the child process for this terminal | Failed to execute child process "oe-gnome-terminal-phonehome" (No such file or directory) The --disable-factory option was removed by: http

[OE-core] [PATCH 1/3] terminal.py: avoid 100% cpu while waiting for phonehome pid file

2017-08-25 Thread Andre McCurdy
Some of the less common terminal types haven't been tested with the recent phonehome pid file changes and there may be error cases where the pid file is never created. Signed-off-by: Andre McCurdy --- meta/lib/oe/terminal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m

[OE-core] [PATCH v2 7/8] wic: always read image partitions

2017-08-25 Thread Ed Bartosh
Got rid of lazy evaluation of self.partitions property. It's not needed because partitions of the source image should be always read. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scrip

[OE-core] [PATCH v2 8/8] wic: setlftest: test expanding MBR image

2017-08-25 Thread Ed Bartosh
Added test_expand_mbr_image test case to the wic oe-selftest suite. The test expands directdisk wic image to 1Gb target, checks if it's expanded correctly and boots it in qemu to make sure the image is bootable, i.e. bootloader, kernel, boot and root partitions are still functional. Signed-off-by:

[OE-core] [PATCH v2 6/8] wic: implement 'wic write' command

2017-08-25 Thread Ed Bartosh
This command writes image to the media or another file with the possibility to expand partitions to fill free target space. [YOCTO #11278] Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 146 ++ scripts/lib/wic/help.py | 40 +

[OE-core] [PATCH v2 5/8] wic: extend list of used tools

2017-08-25 Thread Ed Bartosh
Added sfdisk, e2fsck, mkswap, resize2fs, mkdosfs to the list of used tools in Disk class. They're going to be used in 'wic write' implementation. Added dependency to util-linux to wic-tools to ensure that sfdisk and mkswap are available from wic-tools native sysroot. Signed-off-by: Ed Bartosh --

[OE-core] [PATCH v2 4/8] wic: added 'fstypes' parameter to Disk.__init__

2017-08-25 Thread Ed Bartosh
This parameter specifies list of supported filesystems. So far only 'fat' is supported, but 'wic write' is going to support at least 'fat', 'ext' and 'swap'. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scrip

[OE-core] [PATCH v2 3/8] wic: convert partition number to int

2017-08-25 Thread Ed Bartosh
Converted partition number to int in order to use it as an index in the list of partitions. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index a965b8b..e169147

[OE-core] [PATCH v2 2/8] wic: get more info from the 'parted print' output

2017-08-25 Thread Ed Bartosh
Got partition type and sector sizes from the output of 'parted print'. This info may be used in the implementation of 'wic write' command. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/engine.py

[OE-core] [PATCH v2 0/8] #11278 - wic: create an option to use entire disk

2017-08-25 Thread Ed Bartosh
Hi, This patchset implements wic write [--expand auto|:] subcommand to write partitioned image to the target media or file with the optional possibility to expand partitions to either fill the target media(--expand auto) or using specified partition sizes (--expand :) 'wic write' uses bmaptool A

[OE-core] [PATCH v2 1/8] wic: reimplement getting paths of used tools

2017-08-25 Thread Ed Bartosh
So far every used tool have to have separate property and private attribute in the Disk class. This is too verbose, considering that there will be much more tools used. Reimplemented getting tools paths using custom __getattr__ method. This is much more compact and readable. Signed-off-by: Ed Bar

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Martin Jansa
Does the patch cause any harm when used on newer kernel? If so shouldn't the patch be fixed to work correctly even with newer kernel? Or what's the main reason to remove it? On Fri, Aug 25, 2017 at 8:55 PM, Mark Hatle wrote: > On 8/25/17 1:48 PM, Andre McCurdy wrote: > > On Fri, Aug 25, 2017 a

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Mark Hatle
On 8/25/17 1:48 PM, Andre McCurdy wrote: > On Fri, Aug 25, 2017 at 12:09 AM, Jose Alarcon wrote: >> On 24.08.2017 20:45, Andre McCurdy wrote: >>> On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon wrote: This patch was a temporal workaround needed with 4.1 kernels. Remove it. >>> OLDEST_KER

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Andre McCurdy
On Fri, Aug 25, 2017 at 12:09 AM, Jose Alarcon wrote: > On 24.08.2017 20:45, Andre McCurdy wrote: >> On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon wrote: >>> This patch was a temporal workaround needed with 4.1 kernels. >>> Remove it. >> OLDEST_KERNEL is still set to 3.2.0 >> >> How can you be s

[OE-core] [PATCH] scripts/buildhistory-diff: use of argparse instead of optparse

2017-08-25 Thread daniela . plascencia
From: Daniela Plascencia Optparse is deprecated since version 2.7 and won't be developed further. Argparse should be used instead as it provides better tools for parsing and handling arguments. [YOCTO #9635] Signed-off-by: Daniela Plascencia --- scripts/buildhistory-diff | 127 +++

Re: [OE-core] [PATCH 10/10] wic: setlftest: test expanding MBR image

2017-08-25 Thread Otavio Salvador
On Fri, Aug 25, 2017 at 10:41 AM, Ed Bartosh wrote: > Added test_expand_mbr_image test case to the wic oe-selftest suite. > The test expands directrisk wic image to 1Gb target, checks if it's directdisk > expanded correctly and boots it in qemu to make sure the image > is bootable, i.e. bootload

Re: [OE-core] [PATCH 00/10] #11278 - wic: create an option to use entire disk

2017-08-25 Thread Otavio Salvador
Hello Ed, On Fri, Aug 25, 2017 at 10:41 AM, Ed Bartosh wrote: ... > wic: add help and usage content for 'wic write' > wic: add 'wic write' command > wic: implement 'wic write' command Those should be squashed as they are in fact one logical unit. -- Otavio Salvador

[OE-core] [PATCH v3] (PRE)MIRRORS: fix pattern for npm:// without slash

2017-08-25 Thread Olaf Mandel
For URIs with the npm:// transport but with no other slash in it, the common MIRRORS and PREMIRRORS pattern of npm://.*/.* fails to match. Make the last slash in the pattern optional in the mirros.bbclass and own-mirrors.bbclass classes. Many URIs with the npm:// transport have no slash after the

Re: [OE-core] [PATCH v2] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-25 Thread Olaf Mandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello again, Am 25.08.2017 um 18:14 schrieb Olaf Mandel: > Am 25.08.2017 um 16:32 schrieb Leonardo Sandoval: >> instead of adding a new npm regex, not sure if below one would >> the same job > >> npm://.*(/.*)? > > No: the string is split into dif

Re: [OE-core] [PATCH v2] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-25 Thread Olaf Mandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello Leonardo, Am 25.08.2017 um 16:32 schrieb Leonardo Sandoval: > instead of adding a new npm regex, not sure if below one would the > same job > > npm://.*(/.*)? > No: the string is split into different parts before the RE is considered. So the

Re: [OE-core] [PATCH v2] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-25 Thread Leonardo Sandoval
> npm://.*/.* http://sources.openembedded.org/ \n \ > +npm://.*http://sources.openembedded.org/ \n \ instead of adding a new npm regex, not sure if below one would the same job npm://.*(/.*)? -- ___ Openembedded-core mailing list Open

[OE-core] [PATCH 10/10] wic: setlftest: test expanding MBR image

2017-08-25 Thread Ed Bartosh
Added test_expand_mbr_image test case to the wic oe-selftest suite. The test expands directrisk wic image to 1Gb target, checks if it's expanded correctly and boots it in qemu to make sure the image is bootable, i.e. bootloader, kernel, boot and root partitions are still functional. Signed-off-by:

[OE-core] [PATCH 08/10] wic: implement 'wic write' command

2017-08-25 Thread Ed Bartosh
This command writes image to the media or another file with the possibility to expand partitions to fill free target space. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 142 +- 1 file changed, 141 insertions(+), 1 deletion(-) diff --git a

[OE-core] [PATCH 07/10] wic: extend list of used tools

2017-08-25 Thread Ed Bartosh
Added sfdisk, e2fsck, mkswap, resize2fs, mkdosfs to the list of used tools in Disk class. They're going to be used in 'wic write' implementation. Added dependency to util-linux to wic-tools to ensure that sfdisk and mkswap are available from wic-tools native sysroot. Signed-off-by: Ed Bartosh --

[OE-core] [PATCH 09/10] wic: always read image partitions

2017-08-25 Thread Ed Bartosh
Got rid of lazy evaluation of self.partitions property. It's not needed because partitions of the source image should be always read. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scrip

[OE-core] [PATCH 05/10] wic: convert partition number to int

2017-08-25 Thread Ed Bartosh
Converted partition number to int in order to use it as an index in the list of partitions. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index b8fd3ae..83e633d

[OE-core] [PATCH 03/10] wic: reimplement getting paths of used tools

2017-08-25 Thread Ed Bartosh
So far every used tool have to have separate property and private attribute in the Disk class. This is too verbose, considering that there will be much more tools used. Reimplemented getting tools paths using custom __getattr__ method. This is much more compact and readable. Signed-off-by: Ed Bar

[OE-core] [PATCH 01/10] wic: add help and usage content for 'wic write'

2017-08-25 Thread Ed Bartosh
Added wic_write_help and wic_write_usage variables to the help.py module. These variables contain help content that will be used in 'wic write help' and 'wic write --help' output. [YOCTO #11278] Signed-off-by: Ed Bartosh --- scripts/lib/wic/help.py | 40

[OE-core] [PATCH 02/10] wic: add 'wic write' command

2017-08-25 Thread Ed Bartosh
Added empty 'wic write' command that does nothing. The functionality will be added by the next commits. [YOCTO #11278] Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 6 ++ scripts/wic | 55 +++ 2 files changed, 61 inserti

[OE-core] [PATCH 06/10] wic: added 'fstypes' parameter to Disk.__init__

2017-08-25 Thread Ed Bartosh
This parameter specifies list of supported filesystems. So far only 'fat' is supported, but 'wic write' is going to support at least 'fat', 'ext' and 'swap'. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scrip

[OE-core] [PATCH 04/10] wic: get more info from the 'parted print' output

2017-08-25 Thread Ed Bartosh
Got partition type and sector sizes from the output of 'parted print'. This info may be used in the implementation of 'wic write' command. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/engine.py

[OE-core] [PATCH 00/10] #11278 - wic: create an option to use entire disk

2017-08-25 Thread Ed Bartosh
Hi, This patchset implements wic write [--expand auto|:] subcommand to write partitioned image to the target media or file with the optional possibility to expand partitions to either fill the target media(--expand auto) or using specified partition sizes (--expand :) 'wic write' uses bmaptool A

[OE-core] [PATCH] bitbake.conf: Drop usage of build/BUILD_SYS and target/TARGET_SYS conf files

2017-08-25 Thread Richard Purdie
Its been highlighted that TARGET_SYS can be changed by MACHINE and DISTRO files so this doesn't work at all today. build/ configuration files also don't see to be used. Drop these forms of include files for those reasons and simplfy the code slightly. Signed-off-by: Richard Purdie --- meta/conf

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-25 Thread Andrej Valek
Hello Richard, I have seen, that You have merge also my change into current branch. Thank you about that. Andrej On 08/25/2017 10:25 AM, Richard Purdie wrote: > On Fri, 2017-08-25 at 08:05 +0200, Andrej Valek wrote: >> It's fine, but for this function >> >> do_install_append_class-nativesdk () {

Re: [OE-core] [PATCH resend] meta/classes: add class to test for unsatisfied RRECOMMENDS

2017-08-25 Thread Richard Purdie
On Fri, 2017-08-25 at 09:43 +0300, Jose Alarcon wrote: > The do_rootfs log contains a number of unsatisfied package > recommendations. At the moment those are only visible when > reviewing the rootfs log. > > This class adds an extra check to surface any unsatisfied > recommendation  as WARNINGS t

[OE-core] [PATCH v6 2/3] package.py: strip_execs: Support for .ko modules

2017-08-25 Thread Tobias Hagelborn
* Support stripping of .ko modules verifying file extension and check of content "vermagic=" Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py i

[OE-core] [PATCH v6 3/3] devtool: deploy-target: Support stripped libs and execs

2017-08-25 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. * Copies the files of ${D} into a new directory and strips them in place * Used oe.package.strip_execs for stripping directory * Added devtool.conf option "strip" for changing default b

[OE-core] [PATCH v6 1/3] package.py: Fix some lint errors

2017-08-25 Thread Tobias Hagelborn
- rename type to exec_type not to shadow type - rename isELF is_elf Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index a79c668..839e9a2 100644 --

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread André Draszik
On Fri, 2017-08-25 at 12:05 +0100, Richard Purdie wrote: > The patches I have in master-next which enable a native version of > debianutils and then add it as a dependency from ca-certificates? Cool! Hadn't seen those. Cheers, Andre' -- ___ Openembedd

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread Richard Purdie
On Fri, 2017-08-25 at 12:03 +0100, André Draszik wrote: > On Thu, 2017-08-24 at 11:18 +0100, Richard Purdie wrote: > > We definitely should not be doing this, there is clearly a > > dependency > > missing somewhere else. ca-certificates should depend on whatever > > provides that... > In OE, run-pa

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread André Draszik
On Thu, 2017-08-24 at 11:18 +0100, Richard Purdie wrote: > On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > > From: André Draszik > > > > ca-certificates runs a postinst task, update-ca-certificates, > > which ultimately wants to execute run-parts. > > > > Signed-off-by: André Draszik

[OE-core] [PATCH v2] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-25 Thread Olaf Mandel
For URIs with the npm:// transport but with no other slash in it, the common MIRRORS and PREMIRRORS pattern of npm://.*/.* fails to match. Add a new pattern in the mirros.bbclass and own-mirrors.bbclass classes for these URIs. Many URIs with the npm:// transport have no slash after the host part:

Re: [OE-core] [PATCH] (PRE)MIRRORS: add pattern for npm:// without slash

2017-08-25 Thread Olaf Mandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello Paul, Am 24.08.2017 um 22:53 schrieb Paul Eggleton: > On Friday, 25 August 2017 6:19:46 AM NZST Olaf Mandel wrote: >> For URLs with the npm:// transport but with no other slash in it, >> the common MIRRORS and PREMIRRORS pattern of npm://.*/.*

[OE-core] [PATCH 0/1] rng-tools: add systemd service file

2017-08-25 Thread Dengke Du
The following changes since commit a087e0bc765ade6386720f22d842e2fc0bd5f128: maintainers.inc: assign newly added recipes (2017-08-24 16:49:57 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/rng-tools-add-systemd-service-file https://

[OE-core] [PATCH 1/1] rng-tools: add systemd service file

2017-08-25 Thread Dengke Du
Add systemd service file for rng-tools. Signed-off-by: Dengke Du --- meta/recipes-support/rng-tools/rng-tools/rngd.service | 9 + meta/recipes-support/rng-tools/rng-tools_5.bb | 14 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 meta/recipes

[OE-core] [PATCH] bash: memleak bug fix for builtin command read

2017-08-25 Thread Yi Zhao
From: Zhang Xiao Built in command "read" with "-e" use Readline to obtain the line in an interactive shell. In this process, a string "rlbuf" is just allocated without free operation thus cause memory leak. This patch had been submitted to upstream: http://lists.gnu.org/archive/html/bug-bash/201

[OE-core] [PATCH] taglib: Security fix CVE-2017-12678

2017-08-25 Thread Yi Zhao
CVE-2017-12678: In TagLib 1.11.1, the rebuildAggregateFrames function in id3v2framefactory.cpp has a pointer to cast vulnerability, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via a crafted audio file. Reference: https://nvd.nist.gov/vuln/de

[OE-core] [PATCH] e2fsprogs: fix ptest script

2017-08-25 Thread Yi Zhao
* Fix hardcoded path for ptest script which would cause failure on mulitilib: ls: cannot access '/usr/lib/e2fsprogs/ptest/test/[a-zA-Z]_*': No such file or directory ./test_script: line 54: /usr/lib/e2fsprogs/ptest/test/test_post: No such file or directory * Add missing '$' for shell varia

[OE-core] ✗ patchtest: failure for devtool deploy-target --strip option (rev2)

2017-08-25 Thread Patchwork
== Series Details == Series: devtool deploy-target --strip option (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/8485/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been exec

Re: [OE-core] [PATCH] vulkan distro flag update

2017-08-25 Thread Jussi Kukkonen
On 24 August 2017 at 10:09, Jussi Kukkonen wrote: > On 23 August 2017 at 18:50, Mark Hatle wrote: > > > > I'm not sure if this is right or not, but it resolves the failures I was > > getting after updating oe this morning. > > > > I was attempting to run the yocto project compliant script, which

[OE-core] [PATCH v5 2/3] package.py: strip_execs: Support for .ko modules

2017-08-25 Thread Tobias Hagelborn
* Support stripping of .ko modules verifying file extension and check of content "vermagic=" Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py i

[OE-core] [PATCH v5 1/3] package.py: Fix some lint errors

2017-08-25 Thread Tobias Hagelborn
- rename type to exec_type not to shadow type - rename isELF is_elf --- meta/lib/oe/package.py | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index a79c668..839e9a2 100644 --- a/meta/lib/oe/package.py +++ b/m

[OE-core] [PATCH v5 0/3] devtool deploy-target --strip option

2017-08-25 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. Updates in v5: - Updated according to feedback from Richard Purdie - Separate lint issue fixes - Verified devtool-deploy-target with poky-master [YOCTO #11227] Tobias Hagelborn (3

[OE-core] [PATCH v5 3/3] devtool: deploy-target: Support stripped libs and execs

2017-08-25 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. * Copies the files of ${D} into a new directory and strips them in place * Used oe.package.strip_execs for stripping directory * Added devtool.conf option "strip" for changing default b

Re: [OE-core] [PATCH] ca-certificates: prevent executing update-ca-certificates from host system

2017-08-25 Thread Richard Purdie
On Fri, 2017-08-25 at 08:05 +0200, Andrej Valek wrote: > It's fine, but for this function > > do_install_append_class-nativesdk () { > SYSROOT="${D}${SDKPATHNATIVE}" update-ca-certificates > } > > is still update-ca-certificates needed from native. I realised that in testing and have updated

Re: [OE-core] EXT: Re: [PATCH] libinput: remove obsolete touchpad patch

2017-08-25 Thread Jose Alarcon
On 24.08.2017 20:45, Andre McCurdy wrote: > On Wed, Aug 23, 2017 at 10:37 PM, Jose Alarcon wrote: >> This patch was a temporal workaround needed with 4.1 kernels. >> Remove it. > OLDEST_KERNEL is still set to 3.2.0 > > How can you be sure nobody is using 4.1 ? That's a good point! I didn't kno