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

[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

[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

[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: [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

[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

[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: [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

Re: [oe] [meta-browser][PATCH] chromium: 52.0.2743.76 -> 54.0.2810.2

2017-04-07 Thread Fathi Boudra
Hi Trevor, On 6 April 2017 at 23:37, Trevor Woerner wrote: > On Thu, Apr 6, 2017 at 3:31 AM, Martin Jansa wrote: >> In my world build it (surprisingly) didn't fail, good job Trevor! > > Sadly, it does fail with one specific PACKAGECONFIG:

[oe] [meta-oe][PATCH] fwts: upgrade to 17.03.00 release

2017-03-21 Thread Fathi Boudra
Update PV and SRCREV to match 17.03.00 release Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- meta-oe/recipes-test/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_

[oe] [meta-oe][PATCH] fwts: upgrade to 17.02.00 release

2017-02-16 Thread Fathi Boudra
Update PV and SRCREV to match 17.02.00 release Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- meta-oe/recipes-test/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_

[oe] [meta-oe][PATCH] fwts: upgrade to 17.01.00 release

2017-01-19 Thread Fathi Boudra
Update PV and SRCREV to match 17.01.00 release Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- meta-oe/recipes-test/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_

[oe] [meta-oe][PATCH] fwts: upgrade to 16.12.00 release

2016-12-21 Thread Fathi Boudra
* update PV and SRCREV to match 16.12.00 release * refresh 0001-ignore-constant-logical-operand-warning-with-clang.patch Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...nstant-logical-operand-warning-with-clang.patch | 92 +++--- meta-oe/recipes-test/fwts/fwts_

[oe] [PATCH 1/1] android-tools: add recipe from AOSP tag android-5.1.1_r37

2016-09-07 Thread Fathi Boudra
to the upstream AOSP source code and be able to update the recipe regularly. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- .../android-tools-conf/android-gadget-setup| 25 .../android-tools/android-tools-conf_1.0.bb| 13 ++ .../android-tools/android-tools/.git

Re: [oe] [meta-oe][PATCH] android-tools: Fix, enhance and move from meta-shr

2016-07-02 Thread Fathi Boudra
Hi Khem, On 1 July 2016 at 08:14, Khem Raj wrote: > android tools offer filsystem tools for creating sparse > images, so package them in package of its own. fwiw, I plan to rework android-tools recipes for: https://bugs.linaro.org/show_bug.cgi?id=2179 It's currently based

[oe] [PATCH][meta-intel-iot-middleware] mraa: update to 0.10.1 release

2016-04-14 Thread Fathi Boudra
* update SRC_URI to 0.10.1 revision * update license file checksum: same license (MIT), only year update Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-devtools/mraa/mraa.inc | 2 +- recipes-devtools/mraa/{mraa_0.9.0.bb => mraa_0.10.1.bb}

[oe] [PATCH][meta-intel-iot-middleware] upm: update to 0.6.1 release

2016-04-14 Thread Fathi Boudra
* update SRC_URI to 0.6.1 revision * drop patch - merged upstream * fix packageconfig: python/nodejs bindings are always turned off whatever the packageconfig value is Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...438-CMakeLists.txt-stop-RPATH-being-added.patc

[oe] [meta-oe][PATCH] libsoc: upgrade from version 0.6 to 0.7

2015-11-22 Thread Fathi Boudra
* update SRCREV * add --with-board-configs to configure * run oe-stylize to sanitize the recipe Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- .../recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb}| 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) re

Re: [oe] [meta-oe][PATCH] libsoc: upgrade from version 0.6 to 0.7

2015-11-22 Thread Fathi Boudra
On 22 November 2015 at 18:34, Jack Mitchell <m...@communistcode.co.uk> wrote: > > > On 22/11/2015 15:45, Fathi Boudra wrote: >> >> * update SRCREV >> * add --with-board-configs to configure >> * run oe-stylize to sanitize the recipe >> >> S

[oe] [meta-oe][PATCH v2] libsoc: upgrade from version 0.6 to 0.7

2015-11-22 Thread Fathi Boudra
update SRCREV Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- changes from v1: * don't ship board configs * don't oe-stylize meta-oe/recipes-support/libsoc/{libsoc_0.6.bb => libsoc_0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipe

[oe] [meta-oe][PATCH] fwts: update to 14.09.00 release

2014-11-11 Thread Fathi Boudra
* bump PV and matching SRCREV * add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/fwts/fwts_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended

[oe] [meta-oe][PATCH v2] acpitests: update to 20140828 release

2014-09-30 Thread Fathi Boudra
update md5sums and refresh patches Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- v2 changes: rebased on top of Khem changes (add0ba4) .../acpica/acpitests/aapits-linux.patch| 4 +-- .../acpica/acpitests/aapits-makefile.patch | 36

[oe] [meta-oe][PATCH] pm-qa: update to 0.4.14 release

2014-09-26 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 61511a3..dc16aef 100644

[oe] [meta-oe][PATCH] acpica: update to 20140828 release

2014-09-26 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../acpica/{acpica_20140424.bb = acpica_20140828.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/acpica/{acpica_20140424.bb = acpica_20140828.bb} (91%) diff --git a/meta-oe

[oe] [meta-oe][PATCH] acpitests: update to 20140828 release

2014-09-26 Thread Fathi Boudra
* update md5sums * refresh patches * update EXTRA_OEMAKE (sync with acpica recipe) Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../acpica/acpitests/aapits-linux.patch| 4 +-- .../acpica/acpitests/aapits-makefile.patch | 36

[oe] [meta-oe][PATCH] pm-qa: update to 0.4.12 release

2014-08-05 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 30b383c..61511a3 100644

Re: [oe] [meta-networking][PATCH] add support for opendataplane

2014-08-01 Thread Fathi Boudra
On 1 August 2014 12:15, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 31 July 2014 15:15:00 Yao Zhao wrote: support build opendataplane from linaro. The OpenDataPlane (ODP) project provides a data plane application programming environment that is easy to use, high

[oe] [meta-oe][PATCH] pm-qa: update to 0.4.11 release

2014-06-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 9243340..30b383c 100644

[oe] [meta-oe][PATCH] pm-qa: update to 0.4.10 release

2014-05-20 Thread Fathi Boudra
Update SRC_URI, /tools/ is deprecated. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm

[oe] [meta-oe][PATCH] fwts: update to 14.05.00 release

2014-05-10 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/fwts/fwts_git.bb b/meta-oe/recipes-extended/fwts/fwts_git.bb index d704d84..4fa1d6b 100644 --- a/meta

[oe] [meta-oe][PATCH] pm-qa: update to 0.4.9 release

2014-05-10 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 4d33975..f6ffcb6 100644

[oe] [meta-oe][PATCH] acpica: update to 20140424 release

2014-05-10 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../acpica/{acpica_20140325.bb = acpica_20140424.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/acpica/{acpica_20140325.bb = acpica_20140424.bb} (91%) diff --git a/meta-oe

[oe] [meta-oe][PATCH] acpitests: update to 20140424 release

2014-05-10 Thread Fathi Boudra
Sync up/refresh aapits build fixes, 0001-Fixup-aapits-build.patch is splitted and replaced by aapits-linux.patch / aapits-makefile.patch Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../acpica/acpitests/0001-Fixup-aapits-build.patch | 558 - .../acpica/acpitests

[oe] [meta-oe][PATCH] libhugetlbfs: update srcrev to 2.18 release

2014-05-03 Thread Fathi Boudra
merged upstream and available in 2.18 release): - libhugetlbfs/files/aarch64-support.patch - aarch64-unit-test-fixes.patch - add-PROT-NONE-to-the-mprotest-test.patch Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../files/0001-aarch64-fix-cross-compilation.patch | 34

[oe] [PATCH 1/1] acpica: update to 20140325 release

2014-04-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- .../acpica/{acpica_20140114.bb = acpica_20140325.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/acpica/{acpica_20140114.bb = acpica_20140325.bb} (91%) diff --git a/meta-oe

[oe] [PATCH 1/1] fwts: update to 14.03.01 release

2014-04-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/fwts/fwts_git.bb b/meta-oe/recipes-extended/fwts/fwts_git.bb index 086e6d9..6f6df0b 100644 --- a/meta

[oe] [meta-oe] fwts: update to 14.02.00 release

2014-02-25 Thread Fathi Boudra
update PV, SRCREV and SRC_URI drop patches - applied upstream Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/fwts/fwts/jsonc.patch | 66 -- meta-oe/recipes-extended/fwts/fwts/subdir.patch | 893 meta-oe/recipes-extended/fwts

Re: [oe] [meta-oe][PATCHv2 2/3] acpica: replace patch with EXTRA_OEMAKE args

2014-01-22 Thread Fathi Boudra
Tested-by: Fathi Boudra fathi.bou...@linaro.org On 22 January 2014 16:29, Koen Kooi koen.k...@linaro.org wrote: On 01/22/2014 03:13 PM, Otavio Salvador wrote: On Fri, Jan 17, 2014 at 10:06 AM, Koen Kooi koen.k...@linaro.org wrote: No need to patch the makefile when you can just passs CC

Re: [oe] [meta-initramfs][PATCH 1/2] klibc 2.0.2: add support for Aarch64

2013-12-10 Thread Fathi Boudra
___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel Cheers, -- Fathi Boudra ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

[oe] [PATCH] acpica: update recipe to 20131115 release

2013-12-04 Thread Fathi Boudra
drop fix-parallel-build.patch update md5sum/sha256sum refresh no-werro.patch Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130823.bb | 37 -- meta-oe/recipes-extended/acpica/acpica_20131115.bb | 36 ++ .../acpica/files/fix

[oe] [PATCH 1/2] libjpeg-turbo: update to 1.3.0 release (svn r988)

2013-10-15 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index 4fd258f

[oe] [PATCH 2/2] libjpeg-turbo: fix variables spacing

2013-10-15 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index f18d37d..ce88f7a

[oe] [PATCHv2 1/2] libjpeg-turbo: update to 1.3.0 release (svn r988)

2013-10-15 Thread Fathi Boudra
. + * Modifications: + * Copyright (C) 2009-2011, 2013, D. R. Commander. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b

[oe] [PATCHv2 2/2] libjpeg-turbo: fix variables spacing

2013-10-15 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index f18d37d..ce88f7a

Re: [oe] [PATCH 1/2] libjpeg-turbo: update to 1.3.0 release (svn r988)

2013-10-15 Thread Fathi Boudra
On 15 October 2013 14:23, Koen Kooi k...@dominion.thruhere.net wrote: Op 15 okt. 2013, om 13:15 heeft Fathi Boudra fathi.bou...@linaro.org het volgende geschreven: Signed-off-by: Fathi Boudra fathi.bou...@linaro.org Can you list in the commit message what made the license checksums change

[oe] [PATCHv3 1/2] libjpeg-turbo: update to 1.3.0 release (svn r988)

2013-10-15 Thread Fathi Boudra
. + * Modifications: + * Copyright (C) 2009-2011, 2013, D. R. Commander. Update SRC_URI to match new SF layout. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta-oe

[oe] [PATCHv3 2/2] libjpeg-turbo: fix variables spacing

2013-10-15 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index cb3693f..607d9de

[oe] [PATCHv4 1/2] libjpeg-turbo: update to 1.3.0 release (svn r988)

2013-10-15 Thread Fathi Boudra
. + * Modifications: + * Copyright (C) 2009-2011, 2013, D. R. Commander. Update SRC_URI to match new SF layout. Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta-oe

[oe] [PATCHv4 2/2] libjpeg-turbo: fix variables spacing

2013-10-15 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index cb3693f..607d9de

[oe] [PATCH 1/1] [meta-oe][PATCH] python-numpy: add config files for armeb architecture

2013-10-11 Thread Fathi Boudra
Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell anders.rox...@linaro.org --- .../python/python-numpy/armeb/config.h | 21 + .../python/python-numpy/armeb/numpyconfig.h | 17 +

[oe] [meta-networking][PATCH V3] fping: add recipe

2013-09-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/fping/fping_3.5.bb diff --git a/meta-networking/recipes-support/fping

[oe] [meta-networking][PATCH V2] fping: add recipe

2013-09-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/fping/fping_3.5.bb diff --git a/meta-networking/recipes-support/fping

[oe] [meta-networking][PATCH 1/1] fping: add recipe

2013-09-06 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/fping/fping_3.5.bb diff --git a/meta-networking/recipes-support/fping

Re: [oe] [meta-networking][PATCH 1/1] fping: add recipe

2013-09-06 Thread Fathi Boudra
On 6 September 2013 22:10, Koen Kooi k...@dominion.thruhere.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 06-09-13 16:00, Fathi Boudra schreef: Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 25

[oe] [meta-networking][PATCH V2] fping: add recipe

2013-09-06 Thread Fathi Boudra
V1-V2 drop PR use PACKAGECONFIG for ipv6 drop COMPATIBLE_HOST Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-networking/recipes-support/fping/fping_3.5.bb | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 meta-networking/recipes-support/fping

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-28 Thread Fathi Boudra
Of Fathi Boudra Sent: Wednesday, August 28, 2013 1:39 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe On 28 August 2013 08:21, Luo Zhenhua-B19537 b19...@freescale.com wrote: -Original Message- From: openembedded-devel-boun

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Fathi Boudra
Hi, On 28 August 2013 05:56, Luo Zhenhua-B19537 b19...@freescale.com wrote: Hi, libhugetlbfs should be moved to a common layer, since it can be used by other BSPs agreed. except linaro. what do you mean by except Linaro? Cheers, Fathi ___

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Fathi Boudra
On 28 August 2013 08:21, Luo Zhenhua-B19537 b19...@freescale.com wrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Fathi Boudra On 28 August 2013 05:56, Luo Zhenhua-B19537 b19

Re: [oe] acpica failing to build

2013-08-26 Thread Fathi Boudra
Hi, On 26 August 2013 10:04, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 11:53:39AM +0530, Naresh Bhat wrote: Are you able to see the prparser.y.h under acpica source and recipe is unable to locate it ? I can check later when it fails again on jenkins, but workspace is

[oe] [meta-oe][PATCH 3/3] acpica: bump to version 20130823

2013-08-26 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 37 -- meta-oe/recipes-extended/acpica/acpica_20130823.bb | 37 ++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-oe

[oe] [meta-oe][PATCH 0/3] ACPICA updates

2013-08-26 Thread Fathi Boudra
Fathi Boudra (3): acpica: fix parallel build acpica: fix recipe to be OE compliant with spacing acpica: bump to version 20130823 meta-oe/recipes-extended/acpica/acpica_20130626.bb | 37 -- meta-oe/recipes-extended/acpica/acpica_20130823.bb | 37 ++ .../acpica/files/fix

[oe] [meta-oe][PATCH 1/3] acpica: fix parallel build

2013-08-26 Thread Fathi Boudra
The compilation of the iasl utility fails when `make -jN' 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by: Andrew McDermott andrew.mcderm...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 3 +-

[oe] [meta-oe][PATCH 2/3] acpica: fix recipe to be OE compliant with spacing

2013-08-26 Thread Fathi Boudra
Signed-off-by: Graeme Gregory graeme.greg...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-extended/acpica/acpica_20130626.bb b/meta-oe/recipes-extended/acpica/acpica_20130626.bb

Re: [oe] [meta-oe][PATCH 0/3] ACPICA updates

2013-08-26 Thread Fathi Boudra
On 26 August 2013 14:17, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 01:33:12PM +0300, Fathi Boudra wrote: Fathi Boudra (3): acpica: fix parallel build acpica: fix recipe to be OE compliant with spacing acpica: bump to version 20130823 Looks good, thanks

Re: [oe] [RFC PATCH 01/13] meta-filesystems creation

2013-08-18 Thread Fathi Boudra
Hi, On 14 August 2013 09:30, Hongxu Jia hongxu@windriver.com wrote: This layer contains filesystem related recipes. My build started to fail with: ERROR: Nothing RPROVIDES 'sshfs-fuse' After adding meta-filesystems layer, I've got another error: ERROR: ParseError at

Re: [oe] [RFC PATCH 01/13] meta-filesystems creation

2013-08-18 Thread Fathi Boudra
On 19 August 2013 04:34, Hongxu Jia hongxu@windriver.com wrote: On 08/18/2013 02:22 PM, Fathi Boudra wrote: Hi, On 14 August 2013 09:30, Hongxu Jia hongxu@windriver.com wrote: This layer contains filesystem related recipes. My build started to fail with: ERROR: Nothing RPROVIDES