Re: [OE-core] [PATCH v2] bitbake.conf: add coreutils to the HOSTTOOLS list

2018-12-13 Thread Anders Roxell
On Thu, 13 Dec 2018 at 11:58, Burton, Ross wrote: > > Did you test this? Yes, but _not_ I was in the wrong build. I'm sorry. =/ Cheers, Anders > HOSTTOOLS is a list of commands, not packages. > > Ross > On Thu, 13 Dec 2018 at 10:50, Anders Roxell wrote: > > > &

[OE-core] [PATCH v2] bitbake.conf: add coreutils to the HOSTTOOLS list

2018-12-13 Thread Anders Roxell
In newer kernels fold gets used, see output from a build: .../kernel-source/scripts/atomic/atomic-tbl.sh: line 183: fold: command not found Rework so that coreutils is in the HOSTTOOLS list. Signed-off-by: Anders Roxell --- meta/conf/bitbake.conf | 16 1 file changed, 8

[OE-core] [PATCH] bitbake.conf: add coreutils to the HOSTTOOLS list

2018-12-13 Thread Anders Roxell
In newer kernels fold gets used, see output from a build: .../kernel-source/scripts/atomic/atomic-tbl.sh: line 183: fold: command not found Rework so that coreutils-native is in the DEPENDS list. Signed-off-by: Anders Roxell --- meta/conf/bitbake.conf | 16 1 file changed

Re: [OE-core] [PATCH] kernel.bbclass: add coreutils-native to the DEPENDS list

2018-12-13 Thread Anders Roxell
On Tue, 4 Dec 2018 at 15:24, Burton, Ross wrote: > > Can't we just add this to HOSTTOOLS instead? That makes sense, I'll send out a patch shortly. Cheers, Anders > On Tue, 4 Dec 2018 at 13:43, Anders Roxell wrote: > > > > In newer kernels fold gets used, se

[OE-core] [PATCH] kernel.bbclass: add coreutils-native to the DEPENDS list

2018-12-04 Thread Anders Roxell
In newer kernels fold gets used, see output from a build: .../kernel-source/scripts/atomic/atomic-tbl.sh: line 183: fold: command not found Rework so that coreutils-native is in the DEPENDS list. Signed-off-by: Anders Roxell --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1

[OE-core] [PATCH] Add aarch64 SDK machine

2018-08-07 Thread Anders Roxell
Signed-off-by: Anders Roxell --- meta/conf/machine-sdk/aarch64.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/conf/machine-sdk/aarch64.conf diff --git a/meta/conf/machine-sdk/aarch64.conf b/meta/conf/machine-sdk/aarch64.conf new file mode 100644 index 00

[OE-core] [PATCH] iproute2: upgrade to release 4.17

2018-06-20 Thread Anders Roxell
Signed-off-by: Anders Roxell --- meta/recipes-connectivity/iproute2/iproute2.inc | 2 +- .../iproute2/{iproute2_4.16.0.bb => iproute2_4.17.0.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.16.0

[OE-core] [PATCH v3] ltp: fix fanotify06 test

2018-02-13 Thread Anders Roxell
Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- ...-make-is_fuse-return-zero-if-fs_type-is-N.patch | 40 ++ meta/recipes-extended/ltp/ltp_20180118.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta/recipes-extended/ltp/lt

Re: [OE-core] [PATCH v2] ltp: fix fanotify06 test

2018-02-13 Thread Anders Roxell
please ignore this patch. Cheers, Anders On 12 February 2018 at 23:38, Anders Roxell <anders.rox...@linaro.org> wrote: > This patch fixes the fanotify06 test. > > http://lists.linux.it/pipermail/ltp/2018-January/006915.html > > Signed-off-by: Anders Roxell <

[OE-core] [PATCH v2] ltp: fix fanotify06 test

2018-02-12 Thread Anders Roxell
This patch fixes the fanotify06 test. http://lists.linux.it/pipermail/ltp/2018-January/006915.html Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- ...anotify-the-mount-fs_type-should-be-given.patch | 38 ++ meta/recipes-extended/ltp/ltp_20180118.bb

[OE-core] [PATCH] ltp: fix fanotify06 test

2018-02-12 Thread Anders Roxell
This patch fixes the fanotify06 test. http://lists.linux.it/pipermail/ltp/2018-January/006915.html Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- ...anotify-the-mount-fs_type-should-be-given.patch | 38 ++ meta/recipes-extended/ltp/ltp_20180118.bb

[OE-core] [PATCH] ltp: fix knob to control numa support

2018-02-08 Thread Anders Roxell
Reported-by: Yi Zhao <yi.z...@windriver.com> Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- ...ix-default-value-of-without-numa-switch-i.patch | 31 ++ ...onfigure-add-knob-to-control-numa-support.patch | 50 ++ ...-control-whether-numa-su

[OE-core] [PATCH] ltp: remove patches that already have fixes upstream

2018-01-30 Thread Anders Roxell
-Cover-GNU-specific-code-under-__USE_GNU.patch Suggested-by: Yi Zhao <yi.z...@windriver.com> Signed-off-by: Anders Roxell <anders.rox...@linaro.org> --- .../0001-add-_GNU_SOURCE-to-pec_listener.c.patch | 39 -- .../0011-Rename-sigset-variable-to-sigset1.p

Re: [OE-core] [PATCH] ltp: bump to release 20180118

2018-01-30 Thread Anders Roxell
On 30 January 2018 at 02:17, akuster808 <akuster...@gmail.com> wrote: > > > On 01/29/2018 12:04 PM, Khem Raj wrote: >> On Mon, Jan 29, 2018 at 6:19 AM, Anders Roxell <anders.rox...@linaro.org> >> wrote: >>> Removed 3 patches that have been upstreamed:

Re: [OE-core] [PATCH] ltp: bump to release 20180118

2018-01-30 Thread Anders Roxell
On 29 January 2018 at 21:04, Khem Raj <raj.k...@gmail.com> wrote: > On Mon, Jan 29, 2018 at 6:19 AM, Anders Roxell <anders.rox...@linaro.org> > wrote: >> Removed 3 patches that have been upstreamed: >> - 0030-lib-Use-PTHREAD_MUTEX_RECURSIVE-in-place-of-PTHREAD_.

[OE-core] [PATCH] ltp: bump to release 20180118

2018-01-29 Thread Anders Roxell
extended/ltp/ltp/0002-Add-knob-to-control-whether-numa-support-should-be-c.patch @@ -9,34 +9,35 @@ during build depending upong numa being staged or not Signed-off-by: Roy.Li <rongqing...@windriver.com> Signed-off-by: Khem Raj <raj.k...@gmail.com> +Signed-off-by: Anders Roxell &

Re: [OE-core] [PATCHv3] ltp: update to new release 20130904

2013-11-08 Thread Anders Roxell
On 2013-10-29 09:58, Richard Purdie wrote: On Mon, 2013-09-09 at 12:17 +0200, Anders Roxell wrote: Signed-off-by: Anders Roxell anders.rox...@linaro.org --- meta/recipes-extended/ltp/{ltp_20130503.bb = ltp_20130904.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions

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

2013-09-07 Thread Anders Roxell
Signed-off-by: Anders Roxell anders.rox...@linaro.org --- .../ltp/{ltp_20130503.bb = ltp_20130904.bb}| 13 - 1 file changed, 8 insertions(+), 5 deletions(-) rename meta/recipes-extended/ltp/{ltp_20130503.bb = ltp_20130904.bb} (93%) diff --git a/meta/recipes-extended

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

2013-09-05 Thread Anders Roxell
Signed-off-by: Anders Roxell anders.rox...@linaro.org --- meta/recipes-extended/ltp/ltp_20130503.bb | 75 - meta/recipes-extended/ltp/ltp_20130904.bb | 78 +++ 2 files changed, 78 insertions(+), 75 deletions(-) delete mode 100644 meta

Re: [OE-core] [PATCH] linux-kernel-base: linux/version.h path update for 3.7-rc1

2013-03-27 Thread Anders Roxell
On Wed, Mar 20, 2013 at 4:30 PM, Bruce Ashfield bruce.ashfi...@gmail.comwrote: On Wed, Mar 20, 2013 at 10:55 AM, Anders Roxell anders.rox...@gmail.com wrote: On Wed, Mar 20, 2013 at 2:42 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Mar 20, 2013 at 9:22 AM

Re: [OE-core] [PATCH] initscripts: RDEPENDS sed to remove sed: command not found.

2013-03-27 Thread Anders Roxell
On Tue, Mar 26, 2013 at 10:17 AM, ChenQi qi.c...@windriver.com wrote: On 03/26/2013 04:20 PM, anders.rox...@gmail.com wrote: From: Anders Roxell anders.rox...@enea.com Log: /etc/rcS.d/S37populate-**volatile.sh: line 13: sed: command not found /etc/rcS.d/S37populate-**volatile.sh: line 152

Re: [OE-core] [PATCH] linux-kernel-base: linux/version.h path update for 3.7-rc1

2013-03-20 Thread Anders Roxell
On Wed, Mar 20, 2013 at 2:42 PM, Bruce Ashfield bruce.ashfi...@gmail.comwrote: On Wed, Mar 20, 2013 at 9:22 AM, anders.rox...@gmail.com wrote: From: Anders Roxell anders.rox...@enea.com In mainline kernel 3.7-rc1 (hash:abbf1590de22a6d22) The path include/linux/version.h was updated

Re: [OE-core] [PATCH] systemtap: sources.redhat.com is deprecated.

2013-01-17 Thread Anders Roxell
Hi, I forgot to mention this is for the danny branch. Regards, Anders On Thu, Jan 17, 2013 at 11:03 AM, anders.rox...@gmail.com wrote: From: Anders Roxell anders.rox...@enea.com Signed-off-by: Anders Roxell anders.rox...@enea.com --- meta/recipes-kernel/systemtap/systemtap_git.inc

Re: [OE-core] [PATCH] systemtap: sources.redhat.com is deprecated.

2013-01-17 Thread Anders Roxell
, anders.rox...@gmail.com wrote: From: Anders Roxell anders.rox...@enea.com Signed-off-by: Anders Roxell anders.rox...@enea.com out of curiosity, is sources.redhat.com deprecated just for systemtap, or deprecated in its entirety as a download source? rday