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

Re: [PATCH 1/1] selftests: sync: add config fragment for testing sync framework

2017-05-11 Thread Fathi Boudra
On 11 May 2017 at 07:52, Michael Ellerman <m...@ellerman.id.au> wrote: > Fathi Boudra <fathi.bou...@linaro.org> writes: > >> Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled, >> the sync test will fail: >> >> Additi

Re: [PATCH 1/1] selftests: sync: add config fragment for testing sync framework

2017-05-11 Thread Fathi Boudra
On 11 May 2017 at 07:52, Michael Ellerman wrote: > Fathi Boudra writes: > >> Unless the software synchronization objects (CONFIG_SW_SYNC) is enabled, >> the sync test will fail: >> >> Additional Information: >> Running tests in sync >> =

[Touch-packages] [Bug 1512992] Re: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package lib32z1-dev 1

2017-05-09 Thread Fathi Boudra
For how long is it going to stay in -proposed? The fix for Xenial (current LTS) has been published on 2017-03-03, 2 months ago. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zlib in Ubuntu.

[Bug 1512992] Re: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package lib32z1-dev 1:1.2.8.dfsg-2ubu

2017-05-09 Thread Fathi Boudra
For how long is it going to stay in -proposed? The fix for Xenial (current LTS) has been published on 2017-03-03, 2 months ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512992 Title: package

[PATCH 1/1] selftests: sync: add config fragment for testing sync framework

2017-05-04 Thread Fathi Boudra
] Failure creating fence [FAIL] sync errors: 10 selftests: sync_test [FAIL] Add a config fragment with the relevant configuration required in order to run the sync test. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/sync/config | 4 1 file chan

[PATCH 1/1] selftests: sync: add config fragment for testing sync framework

2017-05-04 Thread Fathi Boudra
] Failure creating fence [FAIL] sync errors: 10 selftests: sync_test [FAIL] Add a config fragment with the relevant configuration required in order to run the sync test. Signed-off-by: Fathi Boudra --- tools/testing/selftests/sync/config | 4 1 file changed, 4 insertions(+) create mode

Re: [PATCH v2] selftests: gpio: add config fragment for gpio-mockup

2017-04-19 Thread Fathi Boudra
gentle ping On 4 April 2017 at 03:52, Bamvor Zhang Jian <bamvor.zhangj...@linaro.org> wrote: > Hi, > > On 31 March 2017 at 16:41, Fathi Boudra <fathi.bou...@linaro.org> wrote: >> The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP). >&g

Re: [PATCH v2] selftests: gpio: add config fragment for gpio-mockup

2017-04-19 Thread Fathi Boudra
gentle ping On 4 April 2017 at 03:52, Bamvor Zhang Jian wrote: > Hi, > > On 31 March 2017 at 16:41, Fathi Boudra wrote: >> The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP). >> The gpio mockup driver depends on gpiolib (CONFIG_GPIOLIB).

Re: [PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-04-19 Thread Fathi Boudra
gentle ping On 22 March 2017 at 20:04, Fathi Boudra <fathi.bou...@linaro.org> wrote: > To build breakpoint_test_arm64, ARCH value is only tested for "aarch64". > It covers only the native build because it's computed from uname -m output. > For cross-compilation, ARCH is

Re: [PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-04-19 Thread Fathi Boudra
gentle ping On 22 March 2017 at 20:04, Fathi Boudra wrote: > To build breakpoint_test_arm64, ARCH value is only tested for "aarch64". > It covers only the native build because it's computed from uname -m output. > For cross-compilation, ARCH is set to arm64 and preve

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:

Re: [PATCH v2] selftests: gpio: fix Makefile

2017-03-31 Thread Fathi Boudra
On 30 March 2017 at 16:14, Bamvor Zhang Jian <bamvor.zhangj...@linaro.org> wrote: > Hi, Fathi > > Thanks for your patch. > > On 28 March 2017 at 13:36, Fathi Boudra <fathi.bou...@linaro.org> wrote: >> * Fix hardcoded and misplaced libmount headers. Use pkg-config

Re: [PATCH v2] selftests: gpio: fix Makefile

2017-03-31 Thread Fathi Boudra
On 30 March 2017 at 16:14, Bamvor Zhang Jian wrote: > Hi, Fathi > > Thanks for your patch. > > On 28 March 2017 at 13:36, Fathi Boudra wrote: >> * Fix hardcoded and misplaced libmount headers. Use pkg-config instead to >> figure out CFLAGS/LDLIBS, fixing also their

[PATCH v2] selftests: gpio: add config fragment for gpio-mockup

2017-03-31 Thread Fathi Boudra
The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP). The gpio mockup driver depends on gpiolib (CONFIG_GPIOLIB). CONFIG_GPIO_SYSFS is selected automatically by the gpio mockup driver. Tested on x86_64 and arm64 with defconfig and kselftest-merge. Signed-off-by: Fathi

[PATCH v2] selftests: gpio: add config fragment for gpio-mockup

2017-03-31 Thread Fathi Boudra
The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP). The gpio mockup driver depends on gpiolib (CONFIG_GPIOLIB). CONFIG_GPIO_SYSFS is selected automatically by the gpio mockup driver. Tested on x86_64 and arm64 with defconfig and kselftest-merge. Signed-off-by: Fathi

[meta-ti] [PATCH] kselftests: add bc dependency to zram test

2017-03-30 Thread Fathi Boudra
In the zram tests, zram01.sh script calls bc command. Add bc to zram RDEPENDS. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-kernel/kselftests/kselftests_4.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/kselftests/kselftests_4

Re: [meta-ti] [PATCH v2] kselftests: update to 4.10

2017-03-29 Thread Fathi Boudra
On 29 March 2017 at 01:51, Denys Dmytriyenko wrote: > Fathi, > > Did you forget to include the individual Makefile patches here? sorry, I missed git add ... Fixed in v3 and also fixed 2 additional issues: * Add sudo to vm package RDEPENDS. * Add ipc package on Aarch64. --

[meta-ti] [PATCH v3] kselftests: update to 4.10

2017-03-29 Thread Fathi Boudra
a partial patch for breakpoints on Aarch64, not applied for now because we need the glibc fixes counterpart (see explanation above). Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- Changes in v3: * Add the patches, missed to be included in v2. * Add sudo to vm package RDEPENDS.

[PATCH] selftests: gpio: add config fragment for gpio-mockup

2017-03-28 Thread Fathi Boudra
The gpio test requires to insert gpio-mockup module. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/gpio/config | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/gpio/config diff --git a/tools/testing/selftests/gpio/con

[PATCH] selftests: gpio: add config fragment for gpio-mockup

2017-03-28 Thread Fathi Boudra
The gpio test requires to insert gpio-mockup module. Signed-off-by: Fathi Boudra --- tools/testing/selftests/gpio/config | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/gpio/config diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests

[meta-ti] [PATCH v2] kselftests: update to 4.10

2017-03-28 Thread Fathi Boudra
because we need the glibc fixes counterpart (see explanation above). Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- Changes in v2: * Remove the workaround for broken gpio packaging and gpio-mockup-chardev binary installation. Fixed in 0001-selftests-gpio-use-pkg-config

[PATCH v2] selftests: gpio: fix Makefile

2017-03-27 Thread Fathi Boudra
. * Improve readibility: - introduce GPIODIR/GPIOOBJ/GPIOINC variables - split CFLAGS on multiple lines Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- in v2: * per Michael Ellerman request, revert to use exported headers instead of uapi. tools/testing/selftests/gpio/Makefil

[PATCH v2] selftests: gpio: fix Makefile

2017-03-27 Thread Fathi Boudra
. * Improve readibility: - introduce GPIODIR/GPIOOBJ/GPIOINC variables - split CFLAGS on multiple lines Signed-off-by: Fathi Boudra --- in v2: * per Michael Ellerman request, revert to use exported headers instead of uapi. tools/testing/selftests/gpio/Makefile | 31

Re: [PATCH] selftests: gpio: fix Makefile

2017-03-27 Thread Fathi Boudra
On 28 March 2017 at 06:00, Michael Ellerman <m...@ellerman.id.au> wrote: > Fathi Boudra <fathi.bou...@linaro.org> writes: >> diff --git a/tools/testing/selftests/gpio/Makefile >> b/tools/testing/selftests/gpio/Makefile >> index 205e4d10e085..714f1f7df04d 100644

Re: [PATCH] selftests: gpio: fix Makefile

2017-03-27 Thread Fathi Boudra
On 28 March 2017 at 06:00, Michael Ellerman wrote: > Fathi Boudra writes: >> diff --git a/tools/testing/selftests/gpio/Makefile >> b/tools/testing/selftests/gpio/Makefile >> index 205e4d10e085..714f1f7df04d 100644 >> --- a/tools/testing/selftests/gpio/Makefile >&

Re: [meta-ti] [PATCH] kselftests: update to 4.10

2017-03-24 Thread Fathi Boudra
On 24 March 2017 at 19:59, Denys Dmytriyenko <de...@ti.com> wrote: > Thanks! I mostly like it, but have couple comments - see below. > > On Fri, Mar 24, 2017 at 09:41:42AM +0200, Fathi Boudra wrote: >> * Adjust md5sum/sha256sum for the updated tarball >> * Add new d

[PATCH] selftests: gpio: fix Makefile

2017-03-24 Thread Fathi Boudra
is not supported by the top-level lib.mk. * Remove dependency to headers_install as we can simply use gpio.h from user space API directly. * Improve readibility: - introduce GPIODIR/GPIOOBJ variables - split CFLAGS on multiple lines Signed-off-by: Fathi Boudra <fathi.bou...@linaro.

[PATCH] selftests: gpio: fix Makefile

2017-03-24 Thread Fathi Boudra
is not supported by the top-level lib.mk. * Remove dependency to headers_install as we can simply use gpio.h from user space API directly. * Improve readibility: - introduce GPIODIR/GPIOOBJ variables - split CFLAGS on multiple lines Signed-off-by: Fathi Boudra --- tools/testing/selftests

[meta-ti] [PATCH] kselftests: update to 4.10

2017-03-24 Thread Fathi Boudra
patches to fix gpio and net tests. Also add a partial patch for breakpoints on Aarch64, not applied for now because we need the glibc fixes counterpart (see explanation above). Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- ...reakpoints-allow-to-cross-compile-for-aar.patc

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 <raj.k...@gmail.com> wrote: > On Wed, Mar 22, 2017 at 10:54 PM, Fathi Boudra <fathi.bou...@linaro.org> > wrote: >> Patch submitted upstream, pending to be merged: >> https://sourceware.org/bugzilla/show_bug.cgi?id=21286 > >

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 <ross.bur...@intel.com> wrote: > > On 23 March 2017 at 05:54, Fathi Boudra <fathi.bou...@linaro.org> wrote: >> >> + >> file://0028-bits-siginfo.h-enum-definition-for-TRAP_HWBKPT-is-mi.patch > > > Not t

[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 <fathi.bou...@linaro.org> --- ...o.h-enum-definition-for-TRAP_HWBKPT-is-mi.patch | 69 ++ meta/recipes-core/glibc/glibc_2.25.bb

[PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-03-22 Thread Fathi Boudra
ompilation of the test. Note: glibc is missing several of the TRAP_* constants in the userspace definitions. Specifically TRAP_BRANCH and TRAP_HWBKPT. See https://sourceware.org/bugzilla/show_bug.cgi?id=21286 Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selft

[PATCH 1/1] selftests: breakpoints: allow to cross-compile for aarch64/arm64

2017-03-22 Thread Fathi Boudra
ompilation of the test. Note: glibc is missing several of the TRAP_* constants in the userspace definitions. Specifically TRAP_BRANCH and TRAP_HWBKPT. See https://sourceware.org/bugzilla/show_bug.cgi?id=21286 Signed-off-by: Fathi Boudra --- tools/testing/selftests/breakpoints/Makefile | 2

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

[meta-ti] [morty][PATCH] kselftests: fix up run_kselftest.sh due to spurious lines

2017-03-20 Thread Fathi Boudra
run_kselftests.sh contains randomly spurious lines starting by "make[1]:". The way the script is generated is most likely broken. Until, we've got a proper fix, get rid of the lines after the generated script is installed. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> ---

[PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests

2017-03-20 Thread Fathi Boudra
test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config diff --git a/tools/t

[PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment

2017-03-20 Thread Fathi Boudra
ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/ftrace/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/sel

[PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests

2017-03-20 Thread Fathi Boudra
test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config diff --git a/tools/testing/selftests/lib/config b

[PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment

2017-03-20 Thread Fathi Boudra
ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra --- tools/testing/selftests/ftrace/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config index

[PATCH 3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

2017-03-20 Thread Fathi Boudra
vm tests rely on shared memory settings. Enable system V IPC to run these tests. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/vm/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/vm/config b/tools/testing/selftests/vm/

[PATCH 3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment

2017-03-20 Thread Fathi Boudra
vm tests rely on shared memory settings. Enable system V IPC to run these tests. Signed-off-by: Fathi Boudra --- tools/testing/selftests/vm/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/vm/config b/tools/testing/selftests/vm/config index 698c7ed28a26

[PATCH 0/3] selftests: config fragments update

2017-03-20 Thread Fathi Boudra
kselftest-merge target allows to enable the dependencies of kernel config for kselftest testcases. Add config dependencies to run ftrace, lib and vm tests. Fathi Boudra (3): selftests: lib: add config fragment for bitmap, printf and prime numbers tests selftests: ftrace: add

[PATCH 0/3] selftests: config fragments update

2017-03-20 Thread Fathi Boudra
kselftest-merge target allows to enable the dependencies of kernel config for kselftest testcases. Add config dependencies to run ftrace, lib and vm tests. Fathi Boudra (3): selftests: lib: add config fragment for bitmap, printf and prime numbers tests selftests: ftrace: add

Re: [meta-ti] [morty-next][PATCH] kselftests: add bash/ncurses runtime dependency for futex test

2017-03-18 Thread Fathi Boudra
sorry, resent by mistake. On 18 March 2017 at 10:39, Fathi Boudra <fathi.bou...@linaro.org> wrote: > futex test requires tput at runtime. > > Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> > --- > recipes-kernel/kselftests/kselftests_4.9.bb | 1 + > 1 file ch

[meta-ti] [morty-next][PATCH] kselftests: fix futex functional tests build

2017-03-18 Thread Fathi Boudra
Recursive makefile is broken because it's using the same TARGETS variable as selftests topdir and prevent to build futex functional tests: make[2]: Nothing to be done for `all'. Rename the variable to F_TARGETS in the futex functional tests Makefile. Signed-off-by: Fathi Boudra <fathi.

[meta-ti] [morty-next][PATCH] kselftests: add bash/ncurses runtime dependency for futex test

2017-03-18 Thread Fathi Boudra
futex test requires tput at runtime. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-kernel/kselftests/kselftests_4.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb index 3c

[meta-ti] [morty-next][PATCH] kselftests: add bash/ncurses runtime dependency for futex test

2017-03-17 Thread Fathi Boudra
futex test requires tput at runtime. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-kernel/kselftests/kselftests_4.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb index 3c

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Fathi Boudra
On 17 March 2017 at 19:06, Denys Dmytriyenko <de...@denix.org> wrote: > On Fri, Mar 17, 2017 at 07:03:55PM +0200, Fathi Boudra wrote: >> On 17 March 2017 at 18:59, Denys Dmytriyenko <de...@denix.org> wrote: >> > On Fri, Mar 17, 2017 at 04:47:59PM +, Khem Raj wro

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Fathi Boudra
:36:52PM +0200, Fathi Boudra wrote: >> libpcap-ng is required to build capabilities tests. >> >> Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> >> --- >> recipes-kernel/kselftests/kselftests_4.9.bb | 4 +--- >> 1 file changed, 1 insertion(

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Fathi Boudra
On 17 March 2017 at 18:59, Denys Dmytriyenko <de...@denix.org> wrote: > On Fri, Mar 17, 2017 at 04:47:59PM +, Khem Raj wrote: >> On Fri, Mar 17, 2017 at 9:37 AM Fathi Boudra <fathi.bou...@linaro.org> >> wrote: >> >> > libpcap-ng is required to buil

[meta-ti] [morty-next][PATCH 2/2] kselftests: fix seccomp test build failure

2017-03-17 Thread Fathi Boudra
Use the same fixup as used for timers test: use LDLIBS to properly link against libpthread. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-kernel/kselftests/kselftests_4.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/kselftests/kselftests_4.9

[meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Fathi Boudra
libpcap-ng is required to build capabilities tests. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-kernel/kselftests/kselftests_4.9.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-

Re: [PATCH 1/2] selftests: keep consistency for uname -m usage

2017-03-17 Thread Fathi Boudra
On 15 March 2017 at 17:56, Shuah Khan <sh...@kernel.org> wrote: > Hi Fathi, > > On 03/15/2017 07:15 AM, Fathi Boudra wrote: >> powerpc selftests allow to override ARCH for cross-compilation by making >> the first ARCH assignment weak. >> Use the same approach in

Re: [PATCH 1/2] selftests: keep consistency for uname -m usage

2017-03-17 Thread Fathi Boudra
On 15 March 2017 at 17:56, Shuah Khan wrote: > Hi Fathi, > > On 03/15/2017 07:15 AM, Fathi Boudra wrote: >> powerpc selftests allow to override ARCH for cross-compilation by making >> the first ARCH assignment weak. >> Use the same approach in breakpoints, ipc and prctl

[meta-ti] [master][PATCH] kselftests: update to 4.9

2017-03-15 Thread Fathi Boudra
, membarrier, nsfs, pstore, seccomp, sigalstack, static_keys, zram. * Adjust the packages list for the new tests. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- .../{kselftests_4.4.bb => kselftests_4.9.bb} | 127 ++--- 1 file changed, 110 insertions(+), 17

[PATCH 2/2] selftests: lib: add config fragment for bitmap, printf and prime numbers tests

2017-03-15 Thread Fathi Boudra
test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config diff --git a/tools/t

[PATCH 2/2] selftests: lib: add config fragment for bitmap, printf and prime numbers tests

2017-03-15 Thread Fathi Boudra
test_bitmap, test_printf and prime_numbers are expected to be built as modules. Signed-off-by: Fathi Boudra --- tools/testing/selftests/lib/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/testing/selftests/lib/config diff --git a/tools/testing/selftests/lib/config b

[PATCH 1/2] selftests: keep consistency for uname -m usage

2017-03-15 Thread Fathi Boudra
powerpc selftests allow to override ARCH for cross-compilation by making the first ARCH assignment weak. Use the same approach in breakpoints, ipc and prctl tests to: - keep uname usage consistent across selftests - make it easier to cross-compile Signed-off-by: Fathi Boudra <fathi.

[PATCH 1/2] selftests: keep consistency for uname -m usage

2017-03-15 Thread Fathi Boudra
powerpc selftests allow to override ARCH for cross-compilation by making the first ARCH assignment weak. Use the same approach in breakpoints, ipc and prctl tests to: - keep uname usage consistent across selftests - make it easier to cross-compile Signed-off-by: Fathi Boudra --- tools/testing

Re: [meta-virtualization] [PATCH] docker: downgrade lxc/docker-registry/rt-tests to suggests

2017-03-14 Thread Fathi Boudra
Bruce, can you cherry-pick this patch in Morty branch? or do you prefer I send a patch for the branch? On 9 February 2017 at 09:25, Fathi Boudra <fathi.bou...@linaro.org> wrote: > Regular users don't need lxc, docker-registry and rt-tests on the target. > These tools aren't even neede

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

Re: ABE patching

2017-02-16 Thread Fathi Boudra
Hi Denys, adding linaro-toolchain ml for ABE related questions. On 16 February 2017 at 06:12, Denys Dmytriyenko wrote: > Hi, > > I was wondering if there was a way to apply local patches to toolchain > components (gcc, binutils, glibc, etc.) when building with ABE. > > The only

[meta-virtualization] [PATCH] docker: update to 1.13.1 release

2017-02-09 Thread Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 009fe9f..d288898 100644 --- a/r

Re: [meta-virtualization] [PATCH] docker: downgrade lxc/docker-registry/rt-tests to suggests

2017-02-09 Thread Fathi Boudra
On 9 February 2017 at 15:56, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2017-02-09 02:25 AM, Fathi Boudra wrote: >> >> Regular users don't need lxc, docker-registry and rt-tests on the target. >> These tools aren't even needed or provide additional feat

[Bug 1663193] [NEW] snap download doesn't work on arm64

2017-02-09 Thread Fathi Boudra
Public bug reported: $ dpkg -l |grep snap ii snap-confine 2.22.2 arm64 ii snapcraft2.26all ii snapd2.22.2 arm64 ii ubuntu-core-launcher

[meta-virtualization] [PATCH] docker: update to 1.13.0 release

2017-01-20 Thread Fathi Boudra
Adjust SRCREV and DOCKER_VERSION to match docker 1.13.0 release. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-cont

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

Bug#688280: reassign 688280 to adb

2016-12-27 Thread Fathi Boudra
Hi, On Tue, Dec 27, 2016 at 3:03 PM, Salvatore Bonaccorso <car...@debian.org> wrote: > Hi Moritz, > > On Tue, Dec 27, 2016 at 12:48:34PM +0100, Moritz Mühlenhoff wrote: >> On Wed, Dec 21, 2016 at 08:49:00PM +0200, Fathi Boudra wrote: >> > Hi, >> > >>

Bug#837068: glshim uploaded to mentors.debian.net

2016-12-23 Thread Fathi Boudra
Hi, Your upload of the package 'glshim' to mentors.debian.net was successful. Others can now see it. The URL of your package is: https://mentors.debian.net/package/glshim The respective dsc file can be found at: https://mentors.debian.net/debian/pool/main/g/glshim/glshim_0.42-1.dsc Thanks.

Bug#837068: glshim uploaded to mentors.debian.net

2016-12-23 Thread Fathi Boudra
Hi, Your upload of the package 'glshim' to mentors.debian.net was successful. Others can now see it. The URL of your package is: https://mentors.debian.net/package/glshim The respective dsc file can be found at: https://mentors.debian.net/debian/pool/main/g/glshim/glshim_0.42-1.dsc Thanks.

Accepted libsoc 0.8.2-1 (source arm64) into unstable, unstable

2016-12-22 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 22 Dec 2016 08:40:38 +0200 Source: libsoc Binary: libsoc-dev libsoc2 python-libsoc Architecture: source arm64 Version: 0.8.2-1 Distribution: unstable Urgency: medium Maintainer: Fathi Boudra <f...@debian.org> Changed-By:

Accepted log4cpp-doc 1.0-2 (source all) into unstable

2016-12-22 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 22 Dec 2016 10:31:52 +0200 Source: log4cpp-doc Binary: liblog4cpp-doc Architecture: source all Version: 1.0-2 Distribution: unstable Urgency: medium Maintainer: Fathi Boudra <f...@debian.org> Changed-By: Fathi Bou

Bug#849055: RM: kftpgrabber -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
On Thu, Dec 22, 2016 at 10:47 AM, Adam D. Barratt <a...@adam-barratt.org.uk> wrote: > On 2016-12-22 8:25, Fathi Boudra wrote: >> >> Package: release.debian.org >> Severity: normal >> User: release.debian@packages.debian.org >> Usertags: rm >>

Bug#849054: RM: qtemu -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
On Thu, Dec 22, 2016 at 10:47 AM, Adam D. Barratt <a...@adam-barratt.org.uk> wrote: > On 2016-12-22 8:17, Fathi Boudra wrote: >> >> Package: release.debian.org >> Severity: normal >> User: release.debian@packages.debian.org >> Usertags: rm >

Bug#849055: RM: kftpgrabber -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
On Thu, Dec 22, 2016 at 10:47 AM, Adam D. Barratt <a...@adam-barratt.org.uk> wrote: > On 2016-12-22 8:25, Fathi Boudra wrote: >> >> Package: release.debian.org >> Severity: normal >> User: release.debian@packages.debian.org >> Usertags: rm >>

Bug#849054: RM: qtemu -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
On Thu, Dec 22, 2016 at 10:47 AM, Adam D. Barratt <a...@adam-barratt.org.uk> wrote: > On 2016-12-22 8:17, Fathi Boudra wrote: >> >> Package: release.debian.org >> Severity: normal >> User: release.debian@packages.debian.org >> Usertags: rm >

Accepted clucene-core 2.3.3.4+dfsg-1 (source amd64) into unstable

2016-12-22 Thread Fathi Boudra
Boudra <f...@debian.org> Changed-By: Fathi Boudra <f...@debian.org> Description: libclucene-contribs1v5 - language specific text analyzers (runtime) libclucene-core1v5 - core library for full-featured text search engine (runtime) libclucene-dev - library for full-featured text s

Bug#849055: RM: kftpgrabber -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm kftpgrabber hasn't been updated since 2007 and has been abandoned upstream. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#849055: RM: kftpgrabber -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm kftpgrabber hasn't been updated since 2007 and has been abandoned upstream. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#849054: RM: qtemu -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm QtEmu hasn't been updated since 2007 and is abandoned upstream. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64

Bug#849054: RM: qtemu -- RoM; abandoned upstream

2016-12-22 Thread Fathi Boudra
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm QtEmu hasn't been updated since 2007 and is abandoned upstream. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64

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

Accepted android-tools 5.1.1.r38-1 (source amd64) into unstable, unstable

2016-12-21 Thread Fathi Boudra
: Android Tools Maintainers <android-tools-de...@lists.alioth.debian.org> Changed-By: Fathi Boudra <f...@debian.org> Description: android-tools-adbd - Android Debug Bridge daemon android-tools-fsutils - Android ext4 utilities with sparse support android-tools-mkbootimg - Android tool to cr

Accepted x11vnc 0.9.13-2 (source all amd64) into unstable

2016-12-21 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 21 Dec 2016 16:59:50 +0200 Source: x11vnc Binary: x11vnc x11vnc-data Architecture: source all amd64 Version: 0.9.13-2 Distribution: unstable Urgency: medium Maintainer: Fathi Boudra <f...@debian.org> Changed-By: Fathi

Bug#688280: reassign 688280 to adb

2016-12-21 Thread Fathi Boudra
Hi, On Wed, Dec 21, 2016 at 4:59 PM, Salvatore Bonaccorso <car...@debian.org> wrote: > Hi > > On Wed, Dec 21, 2016 at 03:49:26PM +0200, Fathi Boudra wrote: >> reassign 688280 adb >> thanks > > Is this reassign correct? Paul Wise in > https://bugs.debian.org

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 <patrick.o...@intel.com> wrote: > On Wed, 2016-12-21 at 16:11 +0200, Fathi Boudra wrote: >> On 21 December 2016 at 15:11, Patrick Ohly <patrick.o...@intel.com> wrote: >> > iasl is also provided by the meta-oe layer's acp

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

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

[meta-virtualization] [PATCH v2 4/4] docker: cosmetic - fix indentation

2016-12-20 Thread Fathi Boudra
cosmetic only, no changes in behavior: * align all the DEPENDS, better readability * fix indentation in do_install(): space -> tab Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 9 + 1 file changed, 5 insertions(+), 4

[meta-virtualization] [PATCH v2 2/4] docker: update description

2016-12-20 Thread Fathi Boudra
* reword docker officially supported hosts section * bump minimal required kernel from 3.8 to 3.10 Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-cont

[meta-virtualization] [PATCH v2 1/4] docker: update to docker 1.12.5 release

2016-12-20 Thread Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 2cff6f1..f50f25a 100644 --- a/r

[meta-virtualization] [PATCH v2 3/4] docker: use a switch to set GOARCH based on TARGET_ARCH value

2016-12-20 Thread Fathi Boudra
It allows to: * easily extend future architecture added/supported * tune arm architecture and set GOARM as appropriate Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> --- recipes-containers/docker/docker_git.bb | 31 +++ 1 file changed, 23 insertions

Re: [meta-virtualization] [PATCH] docker: update to docker 1.12.5 release

2016-12-19 Thread Fathi Boudra
On 19 December 2016 at 16:02, Bruce Ashfield <bruce.ashfi...@windriver.com> wrote: > On 2016-12-19 02:58 AM, Fathi Boudra wrote: >> >> * update description: >> - reword docker officially supported hosts section >> - bump minimal required kernel from 3.8 to

Re: openstack stretch images failing to build...

2016-12-03 Thread Fathi Boudra
On Sat, Dec 3, 2016 at 8:46 PM, Sam Hartman wrote: >> "Thomas" == Thomas Goirand writes: > > > Thomas> Great! > > Thomas> For the arm64 build, I may need a bit of help on how to get > Thomas> things done for EFI support. Does anyone have a

Bug#845106: x11vnc: configure does not find libssl, builds without OpenSSL support

2016-12-01 Thread Fathi Boudra
Hi, On Thu, Dec 1, 2016 at 11:50 AM, Danny Edel wrote: > On Sun, 20 Nov 2016 13:37:46 +0100 Hilko Bengen wrote: >> after searching for "AC_CHECK_LIB(ssl, SSL_library_init" using >> codesearch.debian.net and rebuilding with OpenSSL 1.1, I found that the

Bug#845106: x11vnc: configure does not find libssl, builds without OpenSSL support

2016-12-01 Thread Fathi Boudra
Hi, On Thu, Dec 1, 2016 at 11:50 AM, Danny Edel wrote: > On Sun, 20 Nov 2016 13:37:46 +0100 Hilko Bengen wrote: >> after searching for "AC_CHECK_LIB(ssl, SSL_library_init" using >> codesearch.debian.net and rebuilding with OpenSSL 1.1, I found that the

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

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

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 <armccu...@gmail.com> wrote: > On Wed, Nov 9, 2016 at 6:41 AM, Fathi Boudra <fathi.bou...@linaro.org> wrote: >> On 9 November 2016 at 14:15, Burton, Ross <ross.bur...@intel.com> wrote: >>> >>> On 8 No

<    1   2   3   4   5   6   7   8   9   10   >