[OE-core] [PATCH] dmidecode: add aarch64 and arm to compatible host

2013-07-22 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-devtools/dmidecode/dmidecode_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb index 000d2cd..fb2c62a 100644 --- a/meta

[OE-core] [PATCH] libc-package.bbclass: Add armeb architecture to locale_arch_options

2013-08-02 Thread Fathi Boudra
Fix gconv build failure on ARM big-endian architecture: ERROR: locale_arch_options not found for target_arch=armeb ERROR: Function failed: unknown arch:armeb for locale_arch_options Signed-off-by: Victor Kamensky Signed-off-by: Fathi Boudra --- meta/classes/libc-package.bbclass | 1 + 1 file

Re: [OE-core] [PATCH] acpica: Add ACPICA package

2013-08-07 Thread Fathi Boudra
Hi Matt, On 7 August 2013 18:53, Matt Ranostay wrote: > > > On Wed, Aug 7, 2013 at 7:34 AM, Burton, Ross wrote: >> >> Hi, >> >> On 7 August 2013 15:17, Matt Ranostay wrote: >> > Added ACPICA package which enables viewing/editing/compiling >> > of ACPI tables. 2 weeks ago, I've added acpica to

Re: [OE-core] [PATCH] busybox-1.21.1/defconfig: disable rfkill

2013-08-14 Thread Fathi Boudra
; >> This allows you to use the default config and include only the delta >> in your layer's bbappend in the form of a config fragment added to the >> SRC_URI. >> """ >> >> If this isn't sufficient or is buggy, then fixing this is preferred >&

Re: [OE-core] Architectures with underscores in their names, how to handle that?

2013-10-10 Thread Fathi Boudra
On 10 October 2013 09:30, Khem Raj wrote: > why not suggest them to use aarch64eb is that too hard a change ? We've done it but the counter argument is that toolchains are already out there with an official release. The upstream FSF GCC 4.8, Binutils 2.23, EGLIBC 2.18 releases. So basically the c

Re: [OE-core] [PATCH] classes: add aarch64_be target

2013-10-11 Thread Fathi Boudra
On 11 October 2013 09:53, Khem Raj wrote: > > On Oct 10, 2013, at 11:48 PM, Koen Kooi wrote: > >> >> Op 11 okt. 2013, om 07:37 heeft Nobuhiro Iwamatsu het >> volgende geschreven: >> >>> Hi, >>> >>> I have a question. >>> Why don't you unite name rules of other architecture? >>> Forexample, ar

[OE-core] [PATCH 1/1] openssl: add Aarch64 bie-endian support

2013-10-12 Thread Fathi Boudra
Signed-off-by: Victor Kamensky Signed-off-by: Fathi Boudra --- .../openssl/openssl-1.0.1e/configure-targets.patch | 14 ++ meta/recipes-connectivity/openssl/openssl_1.0.1e.bb| 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH 1/1] openssl: add Aarch64 bie-endian support

2013-10-14 Thread Fathi Boudra
On 14 October 2013 19:24, Denys Dmytriyenko wrote: > On Sat, Oct 12, 2013 at 02:59:19PM -0300, Otavio Salvador wrote: >> On Sat, Oct 12, 2013 at 7:17 AM, Fathi Boudra >> wrote: >> > Signed-off-by: Victor Kamensky >> > Signed-off-by: Fathi Boudra >> .

Re: [OE-core] [PATCH 2/5] glib-2.0: upgrade to 2.28.0

2013-10-15 Thread Fathi Boudra
On 15 October 2013 09:31, Iorga, Cristian wrote: > Hello, > > This patch has been merged with incorrect version in commit description. > Upgraded to version 2.38.0, not version 2.28.0, as in description. > Regards, > Cristian > > -Original Message- > From: openembedded-core-boun...@lists.o

[OE-core] [PATCH 1/1] openssl: use linux-generic64 target for Aarch64 (LE and BE)

2013-10-16 Thread Fathi Boudra
Update configure-targets.patch: - drop linux-aarch64 configuration Update do_configure(): - add linux-aarch64 case and use linux-generic64 target Backport initial-aarch64-bits.patch: - first order optimizations for Aarch64 Signed-off-by: Fathi Boudra --- .../openssl/openssl-1.0.1e/configure

[OE-core] [PATCHV2 1/1] openssl: use linux-generic64 target for Aarch64 (LE and BE)

2013-10-17 Thread Fathi Boudra
: Fathi Boudra --- .../openssl/openssl-1.0.1e/configure-targets.patch | 13 +-- .../openssl-1.0.1e/initial-aarch64-bits.patch | 111 + meta/recipes-connectivity/openssl/openssl.inc | 3 + .../recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 + 4 files changed

Re: [OE-core] Automated testing on real hardware

2013-12-02 Thread Fathi Boudra
Hi, On 29 November 2013 18:31, Nicolas Dechesne wrote: > Paul, > > On Fri, Nov 29, 2013 at 4:58 PM, Paul Eggleton > wrote: >> >> LAVA >> - >> >> A number of people had suggested I look at LAVA [1]. It is split into >> different >> components for each function, some of which should be usable

Re: [OE-core] unmaintained layers

2014-01-09 Thread Fathi Boudra
On 9 January 2014 20:45, Trevor Woerner wrote: > Hi everyone, > > At the last TSC meeting the topic of unmaintained layers came up. Here > is the sorted list of master layers from the layer index [1], would it > be possible for those in the know to indicate which layers are, or are > suspected of

[OE-core] [PATCH 2/7] Fix style using oe-stylize (no changes in the content of the recipe itself)

2014-01-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 100 +++--- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index c346c5c..881cb26 100644

[OE-core] [PATCH 1/7] rename recipe to ltp_20140115.bb

2014-01-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20130904.bb | 78 --- meta/recipes-extended/ltp/ltp_20140115.bb | 78 +++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 meta/recipes-extended/ltp

[OE-core] [PATCH 0/7] Update LTP to 20140115 release

2014-01-17 Thread Fathi Boudra
This patchset update LTP to latest release and fix various style, cross-compilation issues. Fathi Boudra (7): rename recipe to ltp_20140115.bb Fix style using oe-stylize (no changes in the content of the recipe itself) drop do_unpack_append/do_extract_tarball Update SRC_REV to LTP

[OE-core] [PATCH 3/7] drop do_unpack_append/do_extract_tarball

2014-01-17 Thread Fathi Boudra
we don't use tarball anymore and switched to ltp github mirror. Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 12 1 file changed, 12 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb

[OE-core] [PATCH 5/7] Update ffsb-6.0-rc2 license file path

2014-01-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 287f73d..d9c707b 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCH 7/7] Fix ffsb ftbfs on arm64 and cross-compiled environment

2014-01-17 Thread Fathi Boudra
-compilation + - update config.guess/config.sub to add aarch64 supported + +Upstream-Status: Pending +Signed-off-by: Fathi Boudra + +--- + utils/Makefile |2 + utils/ffsb-6.0-rc2/config.guess | 457 +++- + utils/ffsb-6.0-rc2/config.sub

[OE-core] [PATCH 4/7] Update SRC_REV to LTP 20140115 release

2014-01-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 73bd808..287f73d 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCH 6/7] Fix comment to refer to oe-core instead of poky

2014-01-17 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b..4e20f24 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCHv2 2/7] ltp: fix style using oe-stylize (no changes in the content of the recipe itself)

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 100 +++--- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index c346c5c..881cb26 100644

[OE-core] [PATCHv2 0/7] ltp: update 20140115 release

2014-01-20 Thread Fathi Boudra
This patchset update LTP to latest release and fix various style, cross-compilation issues. Fathi Boudra (7): rename recipe to ltp_20140115.bb Fix style using oe-stylize (no changes in the content of the recipe itself) drop do_unpack_append/do_extract_tarball Update SRC_REV to LTP

[OE-core] [PATCHv2 1/7] ltp: rename recipe to ltp_20140115.bb

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20130904.bb | 78 --- meta/recipes-extended/ltp/ltp_20140115.bb | 78 +++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 meta/recipes-extended/ltp

[OE-core] [PATCHv2 4/7] ltp: update SRC_REV to LTP 20140115 release

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 73bd808..287f73d 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCHv2 3/7] ltp: drop do_unpack_append/do_extract_tarball

2014-01-20 Thread Fathi Boudra
we don't use tarball anymore and switched to ltp github mirror. Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 12 1 file changed, 12 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb

[OE-core] [PATCHv2 5/7] ltp: update ffsb-6.0-rc2 license file path

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 287f73d..d9c707b 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCHv2 7/7] ltp: fix ffsb ftbfs on cross-compiled environment

2014-01-20 Thread Fathi Boudra
Add ffsb-remove-hardcoded-configure.patch: get rid of the hardcoded configure call preventing cross-compilation Add do_configure_prepend to explicitly force regeneration the configure file and pass configure options as appropriate. Signed-off-by: Fathi Boudra --- .../ltp/ltp/ffsb-remove

[OE-core] [PATCHv2 6/7] ltp: fix comment to refer to oe-core instead of poky

2014-01-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b..4e20f24 100644 --- a/meta/recipes-extended/ltp

Re: [OE-core] [PATCHv2 1/7] ltp: rename recipe to ltp_20140115.bb

2014-01-21 Thread Fathi Boudra
On 21 January 2014 12:41, Richard Purdie wrote: > On Mon, 2014-01-20 at 13:40 +0200, Fathi Boudra wrote: >> Signed-off-by: Fathi Boudra >> --- >> meta/recipes-extended/ltp/ltp_20130904.bb | 78 >> --- >> meta/recipes-

[OE-core] [PATCHv3 5/6] ltp: fix comment to refer to oe-core instead of poky

2014-01-28 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index d9c707b..4e20f24 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCHv3 6/6] ltp: fix ffsb ftbfs on cross-compiled environment

2014-01-28 Thread Fathi Boudra
Add ffsb-remove-hardcoded-configure.patch: get rid of the hardcoded configure call preventing cross-compilation Add do_configure_prepend to explicitly force regeneration the configure file and pass configure options as appropriate. Signed-off-by: Fathi Boudra --- .../ltp/ltp/ffsb-remove

[OE-core] [PATCHv3 3/6] ltp: drop do_unpack_append/do_extract_tarball

2014-01-28 Thread Fathi Boudra
we don't use tarball anymore and switched to ltp github mirror. Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 12 1 file changed, 12 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb

[OE-core] [PATCHv3 1/6] ltp: update SRC_REV to LTP 20140115 release

2014-01-28 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20130904.bb | 78 --- meta/recipes-extended/ltp/ltp_20140115.bb | 78 +++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 meta/recipes-extended/ltp

[OE-core] [PATCHv3 0/6] ltp: update 20140115 release

2014-01-28 Thread Fathi Boudra
This patchset update LTP to latest release and fix various style, cross-compilation issues. Fathi Boudra (6): ltp: update SRC_REV to LTP 20140115 release ltp: fix style using oe-stylize (no changes in the content of the recipe itself) ltp: drop do_unpack_append/do_extract_tarball ltp

[OE-core] [PATCHv3 4/6] ltp: update ffsb-6.0-rc2 license file path

2014-01-28 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index 287f73d..d9c707b 100644 --- a/meta/recipes-extended/ltp

[OE-core] [PATCHv3 2/6] ltp: fix style using oe-stylize (no changes in the content of the recipe itself)

2014-01-28 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20140115.bb | 100 +++--- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140115.bb b/meta/recipes-extended/ltp/ltp_20140115.bb index e81fd7a..47efb4a 100644

[OE-core] [PATCH 1/1] systemtap: add aarch64 support

2014-02-05 Thread Fathi Boudra
bump SRCREV to include the relevant commits for aarch64 support update COMPATIBLE_HOST to include aarch64 cleanup md5sum/sha256sum since we use git Signed-off-by: Fathi Boudra --- meta/recipes-kernel/systemtap/systemtap_git.inc | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions

Re: [OE-core] [PATCHv3 1/6] ltp: update SRC_REV to LTP 20140115 release

2014-02-06 Thread Fathi Boudra
On 29 January 2014 01:06, Khem Raj wrote: > On Tue, Jan 28, 2014 at 4:41 AM, Fathi Boudra wrote: >> Signed-off-by: Fathi Boudra >> --- >> meta/recipes-extended/ltp/ltp_20130904.bb | 78 >> --- >> meta/recipes-

Re: [OE-core] [PATCHv3 6/6] ltp: fix ffsb ftbfs on cross-compiled environment

2014-02-06 Thread Fathi Boudra
On 29 January 2014 01:11, Khem Raj wrote: > On Tue, Jan 28, 2014 at 4:41 AM, Fathi Boudra wrote: >> Add ffsb-remove-hardcoded-configure.patch: get rid of the hardcoded >> configure call preventing cross-compilation >> Add do_configure_prepend to explicitly force regenerati

Re: [OE-core] [PATCH 1/1] systemtap: add aarch64 support

2014-02-12 Thread Fathi Boudra
On 12 February 2014 18:23, Otavio Salvador wrote: > Hello, > > On Wed, Feb 5, 2014 at 1:10 PM, Fathi Boudra wrote: >> bump SRCREV to include the relevant commits for aarch64 support >> update COMPATIBLE_HOST to include aarch64 >> cleanup md5sum/sha256sum since we

[OE-core] [PATCH] systemtap: fix error: 'EM_AARCH64' was not declared in this scope

2014-02-12 Thread Fathi Boudra
bump SRCREV to commit 508059f04842ed85d10bfbec8a9c688d57368860 Define EM_AARCH64 if elf.h doesn't. Signed-off-by: Fathi Boudra --- meta/recipes-kernel/systemtap/systemtap_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_gi

[OE-core] [PATCH 1/1] git: update to 1.9.0 release

2014-02-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-devtools/git/{git_1.8.5.2.bb => git_1.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.5.2.bb => git_1.9.0.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.5.2.bb b/meta/r

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-03 Thread Fathi Boudra
`ln' command doesn't have '-r' option. >> we will get following error during building ncurses >>ln: invalid option -- 'r' > > > count debian in too. > >> >> Best Regards >> Chong >>> fi >>>

[OE-core] [PATCH] kernel-arch.bbclass: add arm64 support to U-Bootarchitecture map

2014-03-20 Thread Fathi Boudra
to define UBOOT_ARCH, we map kernel architectures to U-Boot architectures. In the case of arm64 kernel, we should map to arm U-boot architecture. This patch add the exception rule to the map_uboot_arch function. Signed-off-by: Fathi Boudra --- meta/classes/kernel-arch.bbclass | 1 + 1 file

[OE-core] [PATCH v2] kernel-arch.bbclass: add arm64 support to U-Boot architecture map

2014-03-21 Thread Fathi Boudra
to define UBOOT_ARCH, we map kernel architectures to U-Boot architectures. In the case of arm64 kernel, we should map to arm U-boot architecture. This patch add the exception rule to the map_uboot_arch function. Signed-off-by: Fathi Boudra --- meta/classes/kernel-arch.bbclass | 1 + 1 file

Re: [OE-core] [PATCH 2/4] gummiboot: add COMPATIBLE_HOST

2014-03-27 Thread Fathi Boudra
On 27 March 2014 18:08, Khem Raj wrote: > On Thu, Mar 27, 2014 at 1:11 AM, Robert Yang > wrote: >> The gummiboot depends on gnu-efi which had set: >> >> COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" >> >> We also need set this for gummiboot, otherwise there would be build >> failures for other non

Re: [OE-core] [PATCH 1/1] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-08 Thread Fathi Boudra
On 7 April 2014 15:35, Richard Purdie wrote: > On Mon, 2014-04-07 at 15:10 +0300, Fathi Boudra wrote: >> * drop all the patches - not needed anymore >> * update SRCREV and PV to 2.3.2 tag >> * drop PR >> * update SRC_URI to use trace-cmd-stable-v2.3 branch >>

[OE-core] [PATCH 1/1] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-08 Thread Fathi Boudra
updated * oe stylize the recipes Signed-off-by: Fathi Boudra --- .../{kernelshark_1.2.bb => kernelshark_2.3.2.bb} | 32 .../trace-cmd/trace-cmd/addldflags.patch | 51 .../trace-cmd/blktrace-api-compatibility.patch | 29 --- .../trace-cmd/trace-cmd/make-d

[OE-core] [PATCHv2 0/2] trace-cmd/kernelshark: update to 2.3.2 release

2014-04-08 Thread Fathi Boudra
This patchset updates trace-cmd and kernelshark to latest stable branch release Fathi Boudra (2): trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch) trace-cmd/kernelshark: oe-stylize recipes .../{kernelshark_1.2.bb => kernelshark_2.3.2.bb} | 30 +++ .../trace-

[OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-08 Thread Fathi Boudra
* drop EXTRA_OEMAKE - not needed * update do_install and pass NO_PYTHON/prefix/plugin_dir * update trace-input.c md5 sum - FSF address has been updated Signed-off-by: Fathi Boudra --- .../{kernelshark_1.2.bb => kernelshark_2.3.2.bb} | 23 ++ .../trace-cmd/trace-cmd/addldflags.pa

[OE-core] [PATCHv2 2/2] trace-cmd/kernelshark: oe-stylize recipes

2014-04-08 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-kernel/trace-cmd/kernelshark_2.3.2.bb | 23 +++--- meta/recipes-kernel/trace-cmd/trace-cmd_2.3.2.bb | 8 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/meta/recipes-kernel/trace-cmd/kernelshark_2.3.2.bb b

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-08 Thread Fathi Boudra
On 8 April 2014 20:05, Khem Raj wrote: > On Tue, Apr 8, 2014 at 7:00 AM, Fathi Boudra wrote: >> do_install() { >> - oe_runmake prefix="${prefix}" DESTDIR="${D}" install >> + ${MAKE} NO_PYTHON=1 prefix=${prefix} >> plugin_dir=$

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-09 Thread Fathi Boudra
On 9 April 2014 18:02, Chris Larson wrote: > > On Tue, Apr 8, 2014 at 10:16 AM, Fathi Boudra > wrote: >> >> On 8 April 2014 20:05, Khem Raj wrote: >> > On Tue, Apr 8, 2014 at 7:00 AM, Fathi Boudra >> > wrote: >> >> do_install() { >&

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-09 Thread Fathi Boudra
On 9 April 2014 22:15, Chris Larson wrote: > > On Wed, Apr 9, 2014 at 9:18 AM, Fathi Boudra > wrote: >> >> On 9 April 2014 18:02, Chris Larson wrote: >> > >> > On Tue, Apr 8, 2014 at 10:16 AM, Fathi Boudra >> > wrote: >> >> >>

Re: [OE-core] [PATCHv2 1/2] trace-cmd/kernelshark: update to 2.3.2 release (latest stable branch)

2014-04-15 Thread Fathi Boudra
On 15 April 2014 20:04, Paul Eggleton wrote: > On Wednesday 09 April 2014 22:25:31 Fathi Boudra wrote: >> On 9 April 2014 22:15, Chris Larson wrote: >> > On Wed, Apr 9, 2014 at 9:18 AM, Fathi Boudra >> > >> > wrote: >> >> On 9 April 2014 18:02,

[OE-core] [PATCH 1/1] grub git: update to latest git (grub-2.02-beta2-81-g4b8b913)

2014-04-27 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-bsp/grub/grub_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 114cf77..fed05b6 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes

[OE-core] [PATCH] systemtap: update to 2.5 release

2014-05-01 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- meta/recipes-kernel/systemtap/systemtap_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index c280313..78439c1 100644 --- a/meta/recipes

Re: [OE-core] [PATCH] trace-cmd: Update to version 2.3.2

2014-08-07 Thread Fathi Boudra
wrt Saul's comment, feel free to steal from http://lists.openembedded.org/pipermail/openembedded-core/2014-April/091622.html where I wrote why the patches are dropped. On 6 August 2014 20:23, Yasir Khan wrote: > From: Yasir-Khan > > Current trace-cmd version 1.2 throws "recorder error in > spli

[OE-core] [PATCH] shadow: add Qualcomm and STMicroelectronics SoCs

2014-08-26 Thread Fathi Boudra
Reported-by: Nicolas Dechesne Reported-by: Peter Griffin Signed-off-by: Fathi Boudra --- meta/recipes-extended/shadow/files/securetty | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files

Re: [OE-core] [PATCH] udev: fix /var/volatile/tmp permissions

2014-08-26 Thread Fathi Boudra
On 18 August 2014 10:46, Riku Voipio wrote: > Hi, > > Any updates on this one? it's in master-next since 4 days. ~10 days after you posted the patch. > Riku > > On 14 August 2014 12:03, Riku Voipio wrote: >> Mariadb postinstall will fail with: >> >> ERROR: 1 Can't create/write to file '/tmp/#s

Re: [OE-core] [PATCH] Add support for ccache builds with the SDK

2014-09-01 Thread Fathi Boudra
On 1 September 2014 21:04, Otavio Salvador wrote: > Laszlo, > > On Mon, Sep 1, 2014 at 2:47 PM, Laszlo Papp wrote: >> Just in case the severity is not clear. Without this change, the Yocto >> SDK breaks the build for our software since we do prefer to use ccache >> for speeding the build process

Re: [OE-core] [PATCH 9/9] perf: disable libunwind support for aarch64

2014-09-22 Thread Fathi Boudra
On 19 September 2014 12:21, Kai Kang wrote: > Disable libunwind support of perl for aarch aarch64 that libunwind > doesn't support aarch64. typo: perl -> perf aarch -> arch Otherwise, the patch doesn't seems correct. libunwind supports aarch64 since libunwind 1.1 (you need to build with --enable

Re: [OE-core] [PATCH 9/9] perf: disable libunwind support for aarch64

2014-09-23 Thread Fathi Boudra
On 23 September 2014 09:11, Kang Kai wrote: > On 2014年09月23日 00:01, Fathi Boudra wrote: >> >> On 19 September 2014 12:21, Kai Kang wrote: >>> >>> Disable libunwind support of perl for aarch aarch64 that libunwind >>> doesn't support aarch6

[OE-core] [PATCH] libunwind: add aarch64 support

2014-09-23 Thread Fathi Boudra
Signed-off-by: Fathi Boudra --- .../libunwind/libunwind-1.1/AArch64-port.patch | 2529 meta/recipes-support/libunwind/libunwind.inc |1 + meta/recipes-support/libunwind/libunwind_1.1.bb|2 + 3 files changed, 2532 insertions(+) create mode 100644 meta

[OE-core] [PATCH v2] libunwind: add aarch64 support

2014-09-26 Thread Fathi Boudra
* pass --enable-debug-frame on aarch64 architecture * include patches: - aarch64 port (backported from upstream) - Support-building-with-older-compilers (fix undefined reference to `unreachable' on older compilers) Signed-off-by: Fathi Boudra --- .../libunwind/libunwind-1.1/AA

[OE-core] [PATCH] ltp: update to 20140828 release

2014-10-29 Thread Fathi Boudra
bump SRCREV to 20140828 tag drop automake-foreign patch - fixed upstream (commit 18594de and edbae29) update realtime tests fixes upstream status from submitted to backported - merged upstream Signed-off-by: Fathi Boudra --- ...tests-Fix-bad-priority-inheritance-conditio.patch | 2

Re: [OE-core] [PATCH] ltp: update to 20140828 release

2014-10-31 Thread Fathi Boudra
On 31 October 2014 12:58, Richard Purdie wrote: > On Fri, 2014-10-31 at 09:44 +, Burton, Ross wrote: > > On 29 October 2014 08:38, Fathi Boudra > > wrote: > > bump SRCREV to 20140828 tag > > drop automake-foreign patch - fixed upstream (commit 1859

Re: [OE-core] [PATCH] ltp: update to 20140828 release

2014-11-04 Thread Fathi Boudra
Hi Ross, Richard, On 31 October 2014 22:09, Burton, Ross wrote: > > On 31 October 2014 12:46, Fathi Boudra wrote: > >> fwiw, it has been built and tested on armv7 and armv8 architectures, both >> successfully. >> Now I'm lokking why this issue is triggered on

[OE-core] [oe-core][PATCH v2] ltp: update to 20140828 release

2014-11-05 Thread Fathi Boudra
bump SRCREV to 20140828 tag drop automake-foreign patch - fixed upstream (commit 18594de and edbae29) add add-know-for-tirpc patch - workaround ftbfs with libtirpc found update realtime tests fixes upstream status from submitted to backported - merged upstream Signed-off-by: Fathi Boudra

Re: [OE-core] [PATCH] ltp: update to 20140828 release

2014-11-05 Thread Fathi Boudra
On 4 November 2014 17:54, Richard Purdie wrote: > On Tue, 2014-11-04 at 17:10 +0200, Fathi Boudra wrote: > > after a lot of finger-pointing and implying we don't test our changes > > or do our homework or do clean builds: > > * I've built ltp for armv7a and arm

Re: [OE-core] [PATCH 13/24] libunwind: add aarch64 support

2014-12-17 Thread Fathi Boudra
On 17 December 2014 at 10:53, Kang Kai wrote: > On 2014年12月09日 04:56, Burton, Ross wrote: >> >> On 7 November 2014 at 08:51, Kai Kang wrote: >> >>>- Support-building-with-older-compilers (fix undefined reference to >>> `unreachable' on older compilers) >>> >> This patch is missing a sign

[OE-core] [PATCH] busybox: update to 1.23.1 release

2015-02-17 Thread Fathi Boudra
* Bump SRCREV/PV * Drop PR * Update SRC_URI md5sum/sha256sum * Drop 0001-build-system-Specify-nostldlib-when-linking-to-.o-fi.patch - applied upstream and available in 1.23.1 release Signed-off-by: Fathi Boudra --- ...m-Specify-nostldlib-when-linking-to-.o-fi.patch | 40

Re: [OE-core] [PATCH] busybox: update to 1.23.1 release

2015-02-17 Thread Fathi Boudra
On 18 February 2015 at 15:18, Khem Raj wrote: > On Tue, Feb 17, 2015 at 10:44 PM, Fathi Boudra > wrote: >> * Bump SRCREV/PV >> * Drop PR >> * Update SRC_URI md5sum/sha256sum >> * Drop 0001-build-system-Specify-nostldlib-when-linking-to-.o-fi.patch >> - appl

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 RS

[OE-core] [PATCH] kexec-tools: fix build failure on aarch64_be architecture

2015-02-20 Thread Fathi Boudra
* refresh/cleanup the patch to apply cleanly on 2.0.9 * get rid of configure - it's autogenerated * configure.ac: use aarch64* wildcard Signed-off-by: Fathi Boudra --- .../kexec/kexec-tools/kexec-aarch64.patch | 102 - 1 file changed, 40 insertions(+), 62 dele

Re: [OE-core] [PATCH] Revert "kernel-arch.bbclass: add arm64 support to U-Boot architecture map"

2015-04-22 Thread Fathi Boudra
On 22 April 2015 at 10:18, Koen Kooi wrote: > >> Op 19 feb. 2015, om 04:34 heeft Nathan Rossi het >> volgende geschreven: >> >> This reverts commit 0b891265716c414ade29d587fc1a3c4ea7beadbe. >> >> U-Boot does support AArch64, this however was only added to newer >> versions of U-Boot and at the t

Re: [OE-core] [PATCH 2/9] iasl: move from meta-luv to OE-core

2016-12-21 Thread Fathi Boudra
Hi Patrick, On 21 December 2016 at 15:11, Patrick Ohly wrote: > From: meta-luv > > This is an unmodified copy of > github.com/01org/luv-yocto/meta-luv/recipes-extended/iasl revision > 4be4329. > > iasl is also provided by the meta-oe layer's acpica recipe. iasl is a > bit simpler and thus seems

Re: [OE-core] [PATCH 0/9] UEFI + Secure Boot + qemu

2016-12-21 Thread Fathi Boudra
Hi, On 21 December 2016 at 15:11, Patrick Ohly wrote: > There seems to be a consensus that supporting UEFI in OE-core for qemu > would be valuable, and there have been some (stalled) attempts to add > it. For reference, see: >[OE-core] [PATCH V3 0/3] Add UEFI firmware for qemux86* >[OE-co

Re: [OE-core] [PATCH 2/9] iasl: move from meta-luv to OE-core

2016-12-21 Thread Fathi Boudra
On 21 December 2016 at 17:38, Patrick Ohly wrote: > On Wed, 2016-12-21 at 16:11 +0200, Fathi Boudra wrote: >> On 21 December 2016 at 15:11, Patrick Ohly wrote: >> > iasl is also provided by the meta-oe layer's acpica recipe. iasl is a >> > bit simpler and thus

Re: [OE-core] [PATCH v2] libunwind: add aarch64 support

2016-09-20 Thread Fathi Boudra
Hi, On 20 September 2016 at 05:12, ChenQi wrote: > On 09/26/2014 05:59 PM, Fathi Boudra wrote: >> >> * pass --enable-debug-frame on aarch64 architecture > > > Hi Fathi, > > I'm now dealing with a problem related to libunwind support on aarch64. > Could

Re: [OE-core] [PATCH v2] libunwind: add aarch64 support

2016-09-22 Thread Fathi Boudra
On 20 September 2016 at 17:21, Randy MacLeod wrote: > On 2016-09-20 07:57 AM, Fathi Boudra wrote: >> >> Hi, >> >> On 20 September 2016 at 05:12, ChenQi > <mailto:qi.c...@windriver.com>> wrote: >>> >>> On 09/26/2014 05:59 PM, Fathi Bo

Re: [OE-core] [PATCH v2] libunwind: add aarch64 support

2016-09-22 Thread Fathi Boudra
On 22 September 2016 at 11:56, Fathi Boudra wrote: > On 20 September 2016 at 17:21, Randy MacLeod > wrote: >> On 2016-09-20 07:57 AM, Fathi Boudra wrote: >>> >>> Hi, >>> >>> On 20 September 2016 at 05:12, ChenQi >> <mailto:qi.c...@windr

Re: [OE-core] [PATCH][krogoth] weston: Add no-input-device patch to 1.9.0.

2016-10-29 Thread Fathi Boudra
Hi Ross, On 28 October 2016 at 18:54, Burton, Ross wrote: > > On 25 October 2016 at 19:09, Daniel Díaz wrote: >> >> The included patch, backported from Weston master, allows >> it to run without any input device at launch. An ini option >> is introduced for this purpose, so there is no behaviora

[OE-core] [oe-core PATCH] weston: upgrade from 1.11.0 to 1.11.1

2016-10-29 Thread Fathi Boudra
gned-off-by: Fathi Boudra --- ...-configuration-option-for-no-input-device.patch | 112 + ...1-configure.ac-Fix-wayland-protocols-path.patch | 9 +- .../wayland/weston/0001-make-error-portable.patch | 24 ++--- .../0001-shared-include-stdint.h-for-int32_t.patch | 7 +- .

[OE-core] [oe-core PATCH] wayland: upgrade from 1.11.0 to 1.11.1

2016-10-29 Thread Fathi Boudra
Update release tarball md5sum/sha256sum Signed-off-by: Fathi Boudra --- .../wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch | 2 +- .../recipes-graphics/wayland/{wayland_1.11.0.bb => wayland_1.11.1.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename m

Re: [OE-core] [oe-core PATCH] wayland: upgrade from 1.11.0 to 1.11.1

2016-11-01 Thread Fathi Boudra
On 31 October 2016 at 13:32, Burton, Ross wrote: > > On 31 October 2016 at 08:25, Johannes Pointner > wrote: >> >> Wouldn't it make more sense to update to 1.12? >> Since 1.11.1 is backporting fixes from 1.12 as stated in the annouce >> mail of the release. > > > Absolutely - there's a 1.12 so un

[OE-core] [PATCH] wayland: upgrade from 1.11.1 to 1.12.0

2016-11-08 Thread Fathi Boudra
* Remove 0001-scanner-Use-unit32_t-instead-of-uint.patch applied upstream https://cgit.freedesktop.org/wayland/wayland/commit/?id=6750b47d9e0d30 * Update release tarball md5sum/sha256sum Signed-off-by: Daniel Díaz Signed-off-by: Fathi Boudra --- ...0001-scanner-Use-unit32_t-instead-of

[OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-08 Thread Fathi Boudra
backend and renderer have been removed upstream. The option doesn't exist anymore. * Adjust files names to the new naming: weston -> libweston-1. Signed-off-by: Daniel Díaz Signed-off-by: Fathi Boudra --- ...-configuration-option-for-no-input-device.patch | 39 +++-

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-09 Thread Fathi Boudra
On 9 November 2016 at 14:15, Burton, Ross wrote: > > On 8 November 2016 at 13:54, Fathi Boudra wrote: >> >> FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so" > > > Because you didn't fix this patch the weston-xwayland package is never > built, bu

Re: [OE-core] [PATCH] weston: upgrade from 1.11.1 to 1.12.0

2016-11-15 Thread Fathi Boudra
On 15 November 2016 at 23:16, Andre McCurdy wrote: > On Wed, Nov 9, 2016 at 6:41 AM, Fathi Boudra wrote: >> On 9 November 2016 at 14:15, Burton, Ross wrote: >>> >>> On 8 November 2016 at 13:54, Fathi Boudra wrote: >>>> >>>> F

Re: [OE-core] [oe-core][PATCH v3 2/3] arch-armv8.inc: add support for 32bits armv8 options

2016-11-21 Thread Fathi Boudra
mv8hf-crypto-crc = >> "${PACKAGE_EXTRA_ARCHS_tune-armv8hf} armv8hf-crypto-crc" >> + >> +AVAILTUNES += "armv8hf-neon armv8hf-neon-crypto armv8hf-neon-crc >> armv8hf-neon-crypto-crc" >> +TUNE_FEATURES_tune-armv8hf-neon = "${TUNE_FEATURES_t

Re: [OE-core] [PATCH V3 1/3] iasl: Recipe taken from the luv-yocto repository

2015-09-13 Thread Fathi Boudra
On 13 September 2015 at 01:00, Richard Purdie wrote: > On Tue, 2015-07-14 at 20:07 +, > leonardo.sandoval.gonza...@linux.intel.com wrote: >> From: Leonardo Sandoval >> >> Taken from [1]. ACPICA is licensed under two main licenses: >> 1) An Intel license (Intel-ACPI) and 2) a dual GPL/BSP lice

[OE-core] [PATCH] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2017-03-22 Thread Fathi Boudra
Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 Signed-off-by: Fathi Boudra --- ...o.h-enum-definition-for-TRAP_HWBKPT-is-mi.patch | 69 ++ meta/recipes-core/glibc/glibc_2.25.bb | 1 + 2 files changed, 70

Re: [OE-core] [PATCH] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2017-03-23 Thread Fathi Boudra
On 23 March 2017 at 13:25, Burton, Ross wrote: > > On 23 March 2017 at 05:54, Fathi Boudra wrote: >> >> + >> file://0028-bits-siginfo.h-enum-definition-for-TRAP_HWBKPT-is-mi.patch > > > Not that I'm suggesting you didn't test your patch, but this line

Re: [OE-core] [PATCH] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2017-03-23 Thread Fathi Boudra
On 23 March 2017 at 19:22, Khem Raj wrote: > On Wed, Mar 22, 2017 at 10:54 PM, Fathi Boudra > wrote: >> Patch submitted upstream, pending to be merged: >> https://sourceware.org/bugzilla/show_bug.cgi?id=21286 > > Patch to glibc is fine provided you resent it with pro

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

Re: [OE-core] [PATCH 1/3] android-tools: import from meta-oe

2017-05-22 Thread Fathi Boudra
On 22 May 2017 at 16:12, Alexander Kanavin wrote: > On 05/22/2017 12:30 PM, Nicolas Dechesne wrote: >> >> Many development boards come with Android bootloaders nowadays (for >> example, all >> Qualcomm based development boards to date). The android-tools provides >> many >> Android specific tools

[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 --- ...essat01.c-build-fails-with-security-flags.patch

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

2017-07-03 Thread Fathi Boudra
) Reported-by: Naresh Kamboju Signed-off-by: Fathi Boudra --- meta/recipes-extended/ltp/ltp_20170516.bb | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb index f537d60c15

  1   2   >