Re: [oe] [meta-oe][PATCH] fwupd: fix uefi capsule update build error

2024-05-16 Thread Fathi Boudra
t; +PACKAGECONFIG[plugin_uefi_capsule] = "-Dplugin_uefi_capsule=enabled > -Dplugin_uefi_capsule_splash=false,-Dplugin_uefi_capsule=disabled,efivar > fwupd-efi" > PACKAGECONFIG[plugin_uefi_pk] = > "-Dplugin_uefi_pk=enabled,-Dplugin_uefi_pk=disabled" > PACKAGECONFIG[

Re: [PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Fathi Boudra
Hi José, On Tue, 9 Apr 2024 at 12:00, Jose Quaresma wrote: > Hi Fathi, > > Maybe just the #include can do the job. > > It includes the posix implementation of the basename > https://man7.org/linux/man-pages/man0/libgen.h.0p.html > > Added the same comment on the github PR. > > Jose I tried it

[PATCH] [oe][meta-filesystem][PATCH v2] composefs: add a new recipe

2024-04-09 Thread Fathi Boudra
https://github.com/containers/composefs?tab=readme-ov-file#filesystem-integrity https://ostreedev.github.io/ostree/composefs/#using-composefs-with-ostree Signed-off-by: Fathi Boudra --- Changes since v1: * move the recipe to meta-filesystem due to fuse3 dependency. * add a patch to support latest mu

Re: [oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-08 Thread Fathi Boudra
Thanks José for the pointer! I'm retrying to reproduce with yoe/mut. Build is in progress: Build Configuration: BB_VERSION = "2.7.3" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "debian" TARGET_SYS = "aarch64-yoe-linux-musl" MACHINE = "qemuarm64"

Re: [oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-08 Thread Fathi Boudra
Hi Martin, On Mon, 8 Apr 2024 at 16:18, Martin Jansa wrote: > > On Mon, Apr 8, 2024 at 3:50 PM Fathi Boudra wrote: > > > > Hi Khem, > > > > On Sat, 6 Apr 2024 at 03:04, Khem Raj wrote: > > > > > > fails with latest musl > > > &g

Re: [oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-08 Thread Fathi Boudra
t;master:13dcab852c5bcd51fd75ae84ace9eddd99254653" meta-filesystems meta-networking meta-oe meta-python = "master:5a02b76b82d1f48986212c33dddf7986385c79ef" I couldn't reproduce the build failure. What am I missing? > On Fri, Apr 5, 2024 at 9:25 AM Fathi Boudra

[oe][meta-oe][PATCH] composefs: add a new recipe

2024-04-05 Thread Fathi Boudra
https://github.com/containers/composefs?tab=readme-ov-file#filesystem-integrity https://ostreedev.github.io/ostree/composefs/#using-composefs-with-ostree Signed-off-by: Fathi Boudra --- .../composefs/composefs_1.0.3.bb | 20 +++ 1 file changed, 20 insertions(+) create mode

Re: [OE-core] [PATCH 36/36] xz: upgrade 5.4.6 -> 5.6.1 _WARNING_

2024-04-01 Thread Fathi Boudra
On Sat, 30 Mar 2024 at 17:18, Richard Purdie wrote: > > On Sat, 2024-03-30 at 14:06 +0100, Martin Jansa wrote: > > From what is publicly known it injected malicious code (through m4 > > macro using payload hidden in obfuscated compressed test file) into > > built liblzma.so.5 which then hijacks

[oe][meta-python][PATCH] python3-django: upgrade 4.2.10 -> 4.2.11

2024-03-27 Thread Fathi Boudra
-by: Fathi Boudra --- .../{python3-django_4.2.10.bb => python3-django_4.2.11.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.10.bb => python3-django_4.2.11.bb} (60%) diff --git a/meta-python/recipes-devtools/python/p

Re: [meta-virtualization][PATCH] linux-yocto: include: relax the versioned linux-yocto_*_virtualization.inc

2024-02-22 Thread Fathi Boudra
On Thu, 22 Feb 2024 at 18:52, Bruce Ashfield wrote: > > On Thu, Feb 22, 2024 at 12:37 PM Fathi Boudra wrote: > > > > On Thu, 22 Feb 2024 at 18:19, Bruce Ashfield > > wrote: > > > > > > On Thu, Feb 22, 2024 at 12:16 PM Fathi Boudra > > >

Re: [meta-virtualization][PATCH] linux-yocto: include: relax the versioned linux-yocto_*_virtualization.inc

2024-02-22 Thread Fathi Boudra
On Thu, 22 Feb 2024 at 18:19, Bruce Ashfield wrote: > > On Thu, Feb 22, 2024 at 12:16 PM Fathi Boudra wrote: > > > > On Thu, 22 Feb 2024 at 18:10, Bruce Ashfield > > wrote: > > > > > > Unfortunately, no. I've already rejected similar patches in the

Re: [meta-virtualization][PATCH] linux-yocto: include: relax the versioned linux-yocto_*_virtualization.inc

2024-02-22 Thread Fathi Boudra
On Thu, 22 Feb 2024 at 18:10, Bruce Ashfield wrote: > > Unfortunately, no. I've already rejected similar patches in the past. > > The specific versioning is intentional and is going to stay. It tracks > what is supported and tested in a given branch. > > If someone needs to deviate from what I'm

[meta-virtualization][PATCH] linux-yocto: include: relax the versioned linux-yocto_*_virtualization.inc

2024-02-22 Thread Fathi Boudra
to latest kernel. This commit relax the strict versioning requirement and allows the users to have a bit more time to fix thier layers. e.g. layers still using 6.5 kernel and haven't migrated to 6.6 are unblocked. Signed-off-by: Fathi Boudra --- ..._6.6_virtualization.inc => linux-yoct

[meta-virtualization][kirkstone][PATCH] upx: bump to 4.2.2 release - fixes various CVEs

2024-02-22 Thread Fathi Boudra
in the invert_pt_dynamic function in p_lx_elf.cpp in UPX 4.0.0 via a crafted Mach-O file. Signed-off-by: Fathi Boudra --- recipes-extended/upx/upx_git.bb | 43 ++--- 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/recipes-extended/upx/upx_git.bb b

Re: [PATCH 7/7] verdin-imx8mp_defconfig: Enable PCIe/NVMe support

2024-02-21 Thread Fathi Boudra
hange brings > with it, of course. @Francesco that's correct, we have the OS stored on NVME SSD. @Marcel wrt enforcing it, we can always fallback to have a config fragment for our customers builds. That's already the case, we fine tune the config and don't use U-Boot defconfig out of the box for shipping to end users. > > Francesco > > Cheers > > Marcel Cheers, -- Fathi Boudra

[oe] [meta-oe][PATCH 2/2] libtinyxml2: allow to build both shared and static libraries

2024-02-17 Thread Fathi Boudra
E.g. if we want to build uuu statically, libtinyxml2 static library is missing as it builds only the shared library by default. Signed-off-by: Fathi Boudra --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta

[oe] [meta-oe][PATCH 1/2] libtinyxml2: fix the homepage URL

2024-02-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb index cece68c632

[oe] [meta-python][kirkstone][PATCH] python3-django: upgrade from 4.2.7 to 4.2.10

2024-02-16 Thread Fathi Boudra
Upgrade to the latest 4.x LTS release. Bugs fixes only. Fix CVE: CVE-2024-24680: Potential denial-of-service in intcomma template filter Signed-off-by: Fathi Boudra --- .../{python3-django_4.2.7.bb => python3-django_4.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][langdale][PATCH] python3-django: upgrade from 4.1.6 to 4.2.10

2024-02-16 Thread Fathi Boudra
of service vulnerability in django.utils.encoding.uri_to_iri() CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator CVE-2023-31047: Potential bypass of validation when uploading multiple files using one form field Signed-off-by: Fathi Boudra

[oe] [meta-python][mickeldore][PATCH] python3-django: upgrade from 4.2.7 to 4.2.10

2024-02-16 Thread Fathi Boudra
Upgrade to the latest 4.x LTS release. Bugs fixes only. Fix CVE: CVE-2024-24680: Potential denial-of-service in intcomma template filter Signed-off-by: Fathi Boudra --- .../{python3-django_4.2.7.bb => python3-django_4.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

[oe] [meta-python][nanbield][PATCH] python3-django: upgrade from 4.2.3 to 4.2.10

2024-02-16 Thread Fathi Boudra
() Signed-off-by: Fathi Boudra --- .../{python3-django_4.2.3.bb => python3-django_4.2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.3.bb => python3-django_4.2.10.bb} (58%) diff --git a/meta-python/recipes-de

[oe] [meta-python][PATCH] python3-django: upgrade to Django 4.2.10 LTS release

2024-02-16 Thread Fathi Boudra
vulnerability in django.utils.encoding.uri_to_iri() CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator CVE-2023-31047: Potential bypass of validation when uploading multiple files using one form field Signed-off-by: Fathi Boudra

Re: using gitlab ultimate

2023-08-02 Thread Fathi Boudra
On Wed, Aug 2, 2023 at 4:41 PM Harald Sitter wrote: > > On Wed, Aug 2, 2023 at 4:35 PM wrote: > > > > On 2023-08-02 16:26, Harald Sitter wrote: > > > On Wed, Aug 2, 2023 at 4:23 PM Ingo Klöcker wrote: > > >> > > >> On Mittwoch, 2. August 2023 15:55:44 CEST Harald Sitter wrote: > > >> > On Wed,

[oe] [PATCH] makedumpfile: upgrade from 1.6.9 to 1.7.0

2021-11-18 Thread Fathi Boudra
compression Since 1.7.0 release, Zstandard (zstd) compression support has been added. With zstd, the vmcore size and time consumption can have a better balance than zlib/lzo/snappy. http://lists.infradead.org/pipermail/kexec/2021-September/023011.html Signed-off-by: Fathi Boudra --- Changes

[oe] [meta-oe][PATCH v2] makedumpfile: upgrade from 1.6.9 to 1.7.0

2021-11-17 Thread Fathi Boudra
compression Since 1.7.0 release, Zstandard (zstd) compression support has been added. With zstd, the vmcore size and time consumption can have a better balance than zlib/lzo/snappy. http://lists.infradead.org/pipermail/kexec/2021-September/023011.html Signed-off-by: Fathi Boudra --- ...ort

[oe] [meta-oe][PATCH] makedumpfile: upgrade from 1.6.9 to 1.7.0

2021-11-17 Thread Fathi Boudra
compression Since 1.7.0 release, Zstandard (zstd) compression support has been added. With zstd, the vmcore size and time consumption can have a better balance than zlib/lzo/snappy. http://lists.infradead.org/pipermail/kexec/2021-September/023011.html Signed-off-by: Fathi Boudra --- ...ort

Re: [meta-ti] uim-sysfs duplicate recipes

2021-03-18 Thread Fathi Boudra
can use the upstream recipe nowadays. Wrt if you use meta-96boards/meta-ti, then you should prefer meta-96boards for the hikey machine. Otherwise, prefer meta-ti. > Thanks > -Khem Cheers, -- Fathi Boudra Linaro.org | Open source software for ARM SoCs -=-=-=-=-=-=-=-=-=-=-=- Links: You rec

[OE-core] [PATCH] ltp: build open posix test suite

2018-05-31 Thread Fathi Boudra
We ship the open posix test suite already but it isn't compiled. Let's build it and make it ready to use on the device. Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20180118.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp

Re: [oe] [meta-virtualization] runc update ftbfs on arm64

2018-04-06 Thread Fathi Boudra
On 5 April 2018 at 17:03, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 04/04/2018 05:18 AM, Fathi Boudra wrote: >> >> Hi Bruce, >> >> This commit >> https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=e3d960f4fcd91a84067fbbd

[oe] [meta-virtualization] runc update ftbfs on arm64

2018-04-04 Thread Fathi Boudra
from a shell command. | ERROR: Function failed: do_compile (log file is located at /srv/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/runc-docker/1.0.0-rc5+gitAUTOINC+4fc53a81fb-r0/temp/log.do_compile.1196) Just a heads up. I still need to take a closer l

Bug#891824: jenkins-job-builder: new upstream release - 2.0.2

2018-03-01 Thread Fathi Boudra
Package: jenkins-job-builder Version: 2.0.0~b2-2 Severity: wishlist Dear Maintainer, There's a new upstream release available. PLease update to 2.0.2. I can't do it myself since you removed me from Uploaders without my consent due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879305 Btw,

Re: [Maintenance] - ci.linaro.org down time 10/02/2018

2018-02-12 Thread Fathi Boudra
On 12 February 2018 at 09:50, Fathi Boudra <fathi.bou...@linaro.org> wrote: > Hi, > > On 6 February 2018 at 18:13, Benjamin Copeland <ben.copel...@linaro.org> > wrote: >> Hello All, >> >> We will have downtime on the 10/02/2018, whilst we install some ne

Re: [Maintenance] - ci.linaro.org down time 10/02/2018

2018-02-11 Thread Fathi Boudra
Hi, On 6 February 2018 at 18:13, Benjamin Copeland wrote: > Hello All, > > We will have downtime on the 10/02/2018, whilst we install some new SSD's. > > Start: 10/02/2018 08:00 UTC > End: 10/02/2018 14:00 UTC > > If you have any concerns please let me know. > > Regards

Re: [OE-core] Yocto Project, Spectre and Meltdown

2018-02-07 Thread Fathi Boudra
On 7 February 2018 at 14:17, Alexander Kanavin wrote: > On 01/27/2018 06:35 PM, Richard Purdie wrote: >> >> On Tue, 2018-01-16 at 11:38 +, Richard Purdie wrote: >>> >>> I just wanted to give people an update on where the project stands >>> with these issues.

[oe] [meta-oe][PATCH v2] libhugetlbfs: use next branch instead of master

2017-12-10 Thread Fathi Boudra
Force-text-segment-alignment-to-0x0800-for-i386-.patch which is a backported patch from next branch * drop perl package. The perl scripts have been removed in https://github.com/libhugetlbfs/libhugetlbfs/commit/c3e5cb223798eca4e3297829a47d39bbcd73c527 Signed-off-by: Fathi Boudra <fathi.bou.

[oe] [meta-oe][PATCH] libhugetlbfs: use next branch instead of master

2017-12-10 Thread Fathi Boudra
Force-text-segment-alignment-to-0x0800-for-i386-.patch which is a backported patch from next branch Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...segment-alignment-to-0x0800-for-i386-.patch | 92 -- .../libhugetlbfs/libhugetlbfs_git.bb

Bug#879298: Correcting statement about fabo

2017-10-24 Thread Fathi Boudra
tus of Fathi I used >> the wrong switch in the script. I'd like to correct that. >> >> Fathi has NOT retired, so the sentcne Fathi having retired is wrong. >> >> it should have read >> >> Fathi Boudra <f...@debian.org> has not been working on the $PK

[Pkg-kde-extras] Bug#879298: Correcting statement about fabo

2017-10-24 Thread Fathi Boudra
tus of Fathi I used >> the wrong switch in the script. I'd like to correct that. >> >> Fathi has NOT retired, so the sentcne Fathi having retired is wrong. >> >> it should have read >> >> Fathi Boudra <f...@debian.org> has not been working on the $PK

[OE-core] [PATCH v2] ltp: update to new upstream release 20170929

2017-10-12 Thread Fathi Boudra
that the version from busybox lacks the '-d' option. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- Changes in v2: * Add patches backported from upstream: - 0037-commands-nm-fix-typo-INSTALL_TARTGETS-INSTALL_TARGET.patch - 0038-fanotify-fix-build-failure-with-Werror-

[OE-core] [PATCH] ltp: update to new upstream release 20170929

2017-10-05 Thread Fathi Boudra
* Update SRCREV to match 20170929 release * Drop patches available in 20170929 release: - 0037-ltp-fix-PAGE_SIZE-redefinition-and-O_CREAT-undeclear.patch - 0038-commands-gdb01-replace-stdin-with-dev-null.patch Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...E_SIZE-redefi

Re: tools: selftests: psock_tpacket: skip un-supported tpacket_v3 test

2017-09-23 Thread Fathi Boudra
On 23 September 2017 at 04:20, David Miller wrote: > From: Orson Zhai > Date: Fri, 22 Sep 2017 18:17:17 +0800 > >> The TPACKET_V3 test of PACKET_TX_RING will fail with kernel version >> lower than v4.11. Supported code of tx ring was add with commit id

[OE-core] [oe-core][PATCH] systemd: move org.freedesktop.machine1.conf to systemd-container

2017-09-23 Thread Fathi Boudra
The file belongs to systemd-container package , not to systemd package. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- meta/recipes-core/systemd/systemd_234.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_234.bb b/meta/r

[oe] [meta-oe][PATCH v2] cpupower: add a new recipe

2017-09-21 Thread Fathi Boudra
cpupower is a tool to show and set processor power related values. In addition, it allows to run in-kernel selftests intel_pstate test. The recipe is based on the initial work from Roy Li <rongqing...@windriver.com>: https://patchwork.openembedded.org/patch/118911/ Signed-off-by: Fathi

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Fathi Boudra
Shuah, should I resend? On 29 June 2017 at 12:39, Fathi Boudra <fathi.bou...@linaro.org> wrote: > breakpoint_test can fail on arm64 with older/unpatched glibc: > > breakpoint_test_arm64.c: In function 'run_test': > breakpoint_test_arm64.c:170:25: error: 'TRAP_HWBKPT' und

Re: [PATCH] selftests: breakpoints: re-order TEST_GEN_PROGS targets

2017-09-08 Thread Fathi Boudra
Shuah, should I resend? On 29 June 2017 at 12:39, Fathi Boudra wrote: > breakpoint_test can fail on arm64 with older/unpatched glibc: > > breakpoint_test_arm64.c: In function 'run_test': > breakpoint_test_arm64.c:170:25: error: 'TRAP_HWBKPT' undeclared (first use > in this fu

ci.linaro.org reboot

2017-08-11 Thread Fathi Boudra
Hi, ci.linaro.org is currently unresponsive and the service requires to be restarted. It's an unscheduled reboot, sorry for the short notice and inconvenience. Cheers, -- Fathi Boudra Technical Lead | Builds and Baselines, Release Linaro.org | Open source software for ARM SoCs

[OE-core] [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-05 Thread Fathi Boudra
) - util-linux (ipcs command is required) Reported-by: Naresh Kamboju <naresh.kamb...@linaro.org> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- Changes in v3: * add iproute2, used by netns tests. Thanks to Tom Rini <tr...@konsulko.com> Changes in v2: * add missing backsl

[OE-core] [PATCH] ltp: syscalls/add_key02: fix for nonempty NULL payload

2017-07-03 Thread Fathi Boudra
Add upstream patch to fix syscalls/add_key02 test for nonempty NULL payload: https://github.com/linux-test-project/ltp/commit/25045624e941ee76a13febd36187e23c6c435507 Signed-off-by: Milosz Wasilewski <milosz.wasilew...@linaro.org> Signed-off-by: Fathi Boudra <fathi.bou...@l

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-07-03 Thread Fathi Boudra
On 1 July 2017 at 04:48, Michael Ellerman <m...@ellerman.id.au> wrote: > Fathi Boudra <fathi.bou...@linaro.org> writes: > >> On 30 June 2017 at 05:20, Bamvor Zhang Jian <bamvor.zhangj...@linaro.org> >> wrote: >>> On 29 June 2017 at 19:39, Fathi Boudr

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-07-03 Thread Fathi Boudra
On 1 July 2017 at 04:48, Michael Ellerman wrote: > Fathi Boudra writes: > >> On 30 June 2017 at 05:20, Bamvor Zhang Jian >> wrote: >>> On 29 June 2017 at 19:39, Fathi Boudra wrote: >>>> On 29 June 2017 at 12:01, Michael Ellerman wrote: >>>>

Re: [OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
On 3 July 2017 at 11:59, Maxin B. John <maxin.j...@intel.com> wrote: > Hi, > > On Mon, Jul 03, 2017 at 11:03:31AM +0300, Fathi Boudra wrote: >> * Use a list and re-order alphabetically to make it easier to read and >> update. >> * Add missing runtime dependen

[OE-core] [PATCH v2] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
) Reported-by: Naresh Kamboju <naresh.kamb...@linaro.org> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- Changes in v2: * add missing backslash meta/recipes-extended/ltp/ltp_20170516.bb | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/

[OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Fathi Boudra
) Reported-by: Naresh Kamboju <naresh.kamb...@linaro.org> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- meta/recipes-extended/ltp/ltp_20170516.bb | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_2017051

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
On 30 June 2017 at 05:20, Bamvor Zhang Jian <bamvor.zhangj...@linaro.org> wrote: > On 29 June 2017 at 19:39, Fathi Boudra <fathi.bou...@linaro.org> wrote: >> On 29 June 2017 at 12:01, Michael Ellerman <m...@ellerman.id.au> wrote: >>> Fathi Boudra <fathi.

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
On 30 June 2017 at 05:20, Bamvor Zhang Jian wrote: > On 29 June 2017 at 19:39, Fathi Boudra wrote: >> On 29 June 2017 at 12:01, Michael Ellerman wrote: >>> Fathi Boudra writes: >>> >>>> Fix hardcoded and misplaced libmount headers. Use pkg-config i

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
On 29 June 2017 at 12:01, Michael Ellerman <m...@ellerman.id.au> wrote: > Fathi Boudra <fathi.bou...@linaro.org> writes: > >> Fix hardcoded and misplaced libmount headers. Use pkg-config instead to >> figure out CFLAGS/LDLIBS, fixing also their value for cross-compil

Re: [PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
On 29 June 2017 at 12:01, Michael Ellerman wrote: > Fathi Boudra writes: > >> Fix hardcoded and misplaced libmount headers. Use pkg-config instead to >> figure out CFLAGS/LDLIBS, fixing also their value for cross-compilation. > > Can you explain how it fixes the valu

Re: [PATCH 0/3] kselftest build errors

2017-06-29 Thread Fathi Boudra
On 28 June 2017 at 17:21, Shuah Khan <sh...@kernel.org> wrote: > On 06/28/2017 02:30 AM, Fathi Boudra wrote: >> On 23 June 2017 at 22:44, Shuah Khan <sh...@kernel.org> wrote: >>> On 06/23/2017 04:37 AM, Marcin Nowakowski wrote: >>>> This patch series fix

Re: [PATCH 0/3] kselftest build errors

2017-06-29 Thread Fathi Boudra
On 28 June 2017 at 17:21, Shuah Khan wrote: > On 06/28/2017 02:30 AM, Fathi Boudra wrote: >> On 23 June 2017 at 22:44, Shuah Khan wrote: >>> On 06/23/2017 04:37 AM, Marcin Nowakowski wrote: >>>> This patch series fixes build errors observed when building net, memf

Re: [PATCH v2] selftests: add a generic testsuite for ethernet device

2017-06-29 Thread Fathi Boudra
On 4 April 2017 at 16:32, Corentin Labbe wrote: > This patch add a generic testsuite for testing ethernet network device driver. > > Signed-off-by: Corentin Labbe > --- > > Changes since v1: > - Test for starting master interface > - Changed

Re: [PATCH v2] selftests: add a generic testsuite for ethernet device

2017-06-29 Thread Fathi Boudra
On 4 April 2017 at 16:32, Corentin Labbe wrote: > This patch add a generic testsuite for testing ethernet network device driver. > > Signed-off-by: Corentin Labbe > --- > > Changes since v1: > - Test for starting master interface > - Changed

Re: [PATCH v2] selftests: add a generic testsuite for ethernet device

2017-06-29 Thread Fathi Boudra
On 4 April 2017 at 16:32, Corentin Labbe wrote: > This patch add a generic testsuite for testing ethernet network device driver. > > Signed-off-by: Corentin Labbe > --- > > Changes since v1: > - Test for starting master interface > - Changed printing format to "RESULT: $netdev: line" > - Use "ip

[PATCH v2 1/3] selftests: net: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
in the LDFLAGS variable. https://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/net/Makefile | 2 +- 1 file c

[PATCH v2 1/3] selftests: net: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
in the LDFLAGS variable. https://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH v2 3/3] selftests: timers: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
;de...@ti.com> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..f48d7ca

[PATCH v2 3/3] selftests: timers: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..f48d7ca9d9b1 100644 --- a/tools/testing/selftests/timers

[PATCH v2 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libpthread. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/seccomp/Makefile | 4 ++-- 1 file changed, 2 insertions

[PATCH v2 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libpthread. Signed-off-by: Fathi Boudra --- tools/testing/selftests/seccomp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v2 0/3] selftests: fixes for undefined reference (LDFLAGS -> LDLIBS)

2017-06-29 Thread Fathi Boudra
://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters. Changes in v2: * address SeongJae Park comment: instead of replacing LDFLAGS, append LDLIBS in the right order. Fathi Boudra (3): selftests: net: use LDLIBS instead of LDFLAGS selftests: seccomp

[PATCH v2 0/3] selftests: fixes for undefined reference (LDFLAGS -> LDLIBS)

2017-06-29 Thread Fathi Boudra
://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters. Changes in v2: * address SeongJae Park comment: instead of replacing LDFLAGS, append LDLIBS in the right order. Fathi Boudra (3): selftests: net: use LDLIBS instead of LDFLAGS selftests: seccomp

Re: [PATCH 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
On 29 June 2017 at 00:40, sjpark <sj38.p...@gmail.com> wrote: > Hi Fathi, > > On Wed, 28 Jun 2017, Fathi Boudra wrote: > >> seccomp_bpf fails to build due to undefined reference errors: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroot

Re: [PATCH 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-29 Thread Fathi Boudra
On 29 June 2017 at 00:40, sjpark wrote: > Hi Fathi, > > On Wed, 28 Jun 2017, Fathi Boudra wrote: > >> seccomp_bpf fails to build due to undefined reference errors: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >> -O2 -pipe -

[PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
or link to libmount library. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/gpio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile index 298929

[PATCH 1/1] selftests: gpio: use pkg-config to determine libmount CFLAGS/LDLIBS

2017-06-29 Thread Fathi Boudra
or link to libmount library. Signed-off-by: Fathi Boudra --- tools/testing/selftests/gpio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile index 298929df97e6..11eed0cdec2a 100644 --- a/tools

[PATCH 1/3] selftests: net: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
in the LDFLAGS variable. https://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/net/Makefile | 2 +- 1 file c

[PATCH 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libpthread. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/seccomp/Makefile | 4 ++-- 1 file changed, 2 insertions

[PATCH 1/3] selftests: net: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
in the LDFLAGS variable. https://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 2/3] selftests: seccomp: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters, use LDLIBS instead of LDFLAGS to properly link against libpthread. Signed-off-by: Fathi Boudra --- tools/testing/selftests/seccomp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 3/3] selftests: timers: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
;de...@ti.com> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..f48d7ca

[PATCH 0/3] selftests: fixes for undefined reference (LDFLAGS -> LDLIBS)

2017-06-28 Thread Fathi Boudra
://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters. Fathi Boudra (3): selftests: net: use LDLIBS instead of LDFLAGS selftests: seccomp: use LDLIBS instead of LDFLAGS selftests: timers: use LDLIBS instead of LDFLAGS tools/testing/selftests/net

[PATCH 3/3] selftests: timers: use LDLIBS instead of LDFLAGS

2017-06-28 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..f48d7ca9d9b1 100644 --- a/tools/testing/selftests/timers

[PATCH 0/3] selftests: fixes for undefined reference (LDFLAGS -> LDLIBS)

2017-06-28 Thread Fathi Boudra
://lkml.org/lkml/2010/2/10/362 tools/perf: libraries must come after objects Link order matters. Fathi Boudra (3): selftests: net: use LDLIBS instead of LDFLAGS selftests: seccomp: use LDLIBS instead of LDFLAGS selftests: timers: use LDLIBS instead of LDFLAGS tools/testing/selftests/net

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 18:11, Shuah Khan <sh...@kernel.org> wrote: > On 06/28/2017 09:00 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:41, Shuah Khan <sh...@kernel.org> wrote: >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: >>>> On 28 June 2017 at

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 18:11, Shuah Khan wrote: > On 06/28/2017 09:00 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:41, Shuah Khan wrote: >>> On 06/28/2017 08:37 AM, Fathi Boudra wrote: >>>> On 28 June 2017 at 17:20, Shuah Khan wrote: >>>>&g

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:41, Shuah Khan <sh...@kernel.org> wrote: > On 06/28/2017 08:37 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:20, Shuah Khan <sh...@kernel.org> wrote: >>> On 06/28/2017 03:18 AM, Fathi Boudra wrote: >>>> timers test

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:41, Shuah Khan wrote: > On 06/28/2017 08:37 AM, Fathi Boudra wrote: >> On 28 June 2017 at 17:20, Shuah Khan wrote: >>> On 06/28/2017 03:18 AM, Fathi Boudra wrote: >>>> timers test fails to build due to undefined reference: >>>>

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:20, Shuah Khan <sh...@kernel.org> wrote: > On 06/28/2017 03:18 AM, Fathi Boudra wrote: >> timers test fails to build due to undefined reference: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >> -O2 -pipe -g -

Re: [PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:20, Shuah Khan wrote: > On 06/28/2017 03:18 AM, Fathi Boudra wrote: >> timers test fails to build due to undefined reference: >> >> aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey >> -O2 -pipe -g -feliminate-unused-debug-

Re: [PATCH] selftests: net: use LDLIBS instead of LDFLAGS to link against libnuma

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:19, Shuah Khan <sh...@kernel.org> wrote: > On 06/28/2017 05:19 AM, Fathi Boudra wrote: >> reuseport_bpf_numa fails to build with undefined reference: >> >> aarch64-linaro-linux-gcc >> --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -Wall

Re: [PATCH] selftests: net: use LDLIBS instead of LDFLAGS to link against libnuma

2017-06-28 Thread Fathi Boudra
On 28 June 2017 at 17:19, Shuah Khan wrote: > On 06/28/2017 05:19 AM, Fathi Boudra wrote: >> reuseport_bpf_numa fails to build with undefined reference: >> >> aarch64-linaro-linux-gcc >> --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -Wall >> -Wl,--no-as-needed

[PATCH] selftests: net: use LDLIBS instead of LDFLAGS to link against libnuma

2017-06-28 Thread Fathi Boudra
/kselftests/4.12-r0/linux-4.12-rc7/tools/testing/selftests/net/reuseport_bpf_numa.c:233: undefined reference to `numa_max_node' Use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/net/Makefile | 2 +-

[PATCH] selftests: net: use LDLIBS instead of LDFLAGS to link against libnuma

2017-06-28 Thread Fathi Boudra
/kselftests/4.12-r0/linux-4.12-rc7/tools/testing/selftests/net/reuseport_bpf_numa.c:233: undefined reference to `numa_max_node' Use LDLIBS instead of LDFLAGS to properly link against libnuma. Signed-off-by: Fathi Boudra --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
-by: Denys Dmytriyenko <de...@ti.com> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Ma

[PATCH 1/1] selftests: timers: use LDLIBS instead of LDFLAGS to link against libpthread

2017-06-28 Thread Fathi Boudra
-by: Denys Dmytriyenko Signed-off-by: Fathi Boudra --- tools/testing/selftests/timers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile index 5fa1d7e9a915..f48d7ca9d9b1 100644 --- a/tools

Re: [PATCH 2/3] selftests/gpio: fix build error

2017-06-28 Thread Fathi Boudra
to resolve properly. > > Fixes: a8ba798bc8ec ('selftests: enable O and KBUILD_OUTPUT') > > Signed-off-by: Marcin Nowakowski <marcin.nowakow...@imgtec.com> FWIW, I've tested the patch and it fixes the issue mentioned. Tested-by: Fathi Boudra <fathi.bou...@linaro.org> > --

Re: [PATCH 2/3] selftests/gpio: fix build error

2017-06-28 Thread Fathi Boudra
ba798bc8ec ('selftests: enable O and KBUILD_OUTPUT') > > Signed-off-by: Marcin Nowakowski FWIW, I've tested the patch and it fixes the issue mentioned. Tested-by: Fathi Boudra > --- > tools/testing/selftests/gpio/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH 0/3] kselftest build errors

2017-06-28 Thread Fathi Boudra
On 23 June 2017 at 22:44, Shuah Khan wrote: > On 06/23/2017 04:37 AM, Marcin Nowakowski wrote: >> This patch series fixes build errors observed when building net, memfd, gpio >> and intel_pstate tests >> >> Marcin Nowakowski (3): >> selftests/{net,memfd}: fix undefined

Re: [PATCH 0/3] kselftest build errors

2017-06-28 Thread Fathi Boudra
On 23 June 2017 at 22:44, Shuah Khan wrote: > On 06/23/2017 04:37 AM, Marcin Nowakowski wrote: >> This patch series fixes build errors observed when building net, memfd, gpio >> and intel_pstate tests >> >> Marcin Nowakowski (3): >> selftests/{net,memfd}: fix undefined references to external

[OE-core] [PATCH] ltp: use upstream patch to fix faccessat/fchmodat build warnings

2017-06-20 Thread Fathi Boudra
Use 0037-faccessat-and-fchmodat-Fx-build-warnings.patch instead of 0012-fix-faccessat01.c-build-fails-with-security-flags.patch. The new patch has been merged upstream and will be available in next LTP release. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...essat01.c-build

Re: [oe] [meta-oe][PATCH V3] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-08 Thread Fathi Boudra
On 8 June 2017 at 11:05, Koen Kooi <k...@dominion.thruhere.net> wrote: > Op 08-06-17 om 07:11 schreef Khem Raj: >> Helps fixing build issues with gcc7 >> >> Signed-off-by: Khem Raj <raj.k...@gmail.com> > > Acked-by: Koen Kooi <koen.k...@linaro.org> Ac

  1   2   3   4   5   6   7   8   9   10   >