Re: [OE-core] "parted" vs "sfdisk"

2016-08-05 Thread Andrew Bradford
Hi Robert, On 08/05 06:19, Robert P. J. Day wrote: > > your personal opinions, if you would -- i'm working on some scripts > to do automated installs on a target board, currently based on > parted, but parted seems a bit dense at times, and awkward, and i'm > thinking of switching to sfdisk. >

[OE-core] [PATCH] kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B

2016-08-04 Thread Andrew Bradford
From: Andrew Bradford Prior to assembling the fitimage, ensure that $B is the cwd due to bitbake commit 67a7b8b021badc17d8fdf447c250e79d291e75f7 "build: don't use $B as the default cwd for functions". Without this change, do_assemble_fitimage() fails like: Log data follows: | D

Re: [OE-core] [PATCH 3/3] base.bbclass: p4 fetcher supports srcrev

2016-06-17 Thread Andrew Bradford
Hi, On 05/25 15:46, Andrew Bradford wrote: > From: Andrew Bradford > > Enable the perforce fetcher to call bb.fetch2.get_srcrev() as it can use > 'SRCREV = "${AUTOREV}"'. > > Signed-off-by: Andrew Bradford > --- > meta/classes/base.bbcl

Re: [OE-core] [PATCH] libjpeg-turbo: update to 1.5.0

2016-06-09 Thread Andrew Bradford
gt; > Signed-off-by: Maxin B. John Tested-by: Andrew Bradford Tested on ARM Cortex-A8 (so not the MIPS changes). Thanks! -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 2/3] bitbake.conf: Add P4DIR and FETCHCMD_p4

2016-06-02 Thread Andrew Bradford
Hi Richard, On 06/02 16:56, Richard Purdie wrote: > On Wed, 2016-05-25 at 15:46 -0400, Andrew Bradford wrote: > > From: Andrew Bradford > > > > So that perforce fetching can work more like the other source control > > system fetchers. > > > > Signed-off

Re: [OE-core] [PATCH 0/3] Setup for bitbake perforce fetcher changes

2016-06-02 Thread Andrew Bradford
On 05/25 15:46, Andrew Bradford wrote: > From: Andrew Bradford > > The perforce fetcher does not yet support using SRCREV="${AUTOREV}" or > the use of the P4CONFIG variable [1]. These patches setup a few things > in oe-core so that changes in bitbake can take advanta

[OE-core] [PATCH 3/3] base.bbclass: p4 fetcher supports srcrev

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford Enable the perforce fetcher to call bb.fetch2.get_srcrev() as it can use 'SRCREV = "${AUTOREV}"'. Signed-off-by: Andrew Bradford --- meta/classes/base.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/base.bbclass b/meta/

[OE-core] [PATCH 0/3] Setup for bitbake perforce fetcher changes

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford The perforce fetcher does not yet support using SRCREV="${AUTOREV}" or the use of the P4CONFIG variable [1]. These patches setup a few things in oe-core so that changes in bitbake can take advantage of them to fix these two issues as well as simplify and bette

[OE-core] [PATCH 1/3] oe-buildenv-internal: Add P4CONFIG to BB_ENV_EXTRAWHITE_OE

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford So that the user's P4CONFIG variable can be used by recipes which utilize the perforce fetcher. References [YOCTO #6303] Signed-off-by: Andrew Bradford --- scripts/oe-buildenv-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrip

[OE-core] [PATCH 2/3] bitbake.conf: Add P4DIR and FETCHCMD_p4

2016-05-25 Thread Andrew Bradford
From: Andrew Bradford So that perforce fetching can work more like the other source control system fetchers. Signed-off-by: Andrew Bradford --- meta/conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index acef30b..1aa1d37

[OE-core] [PATCH] lttng-modules: Upgrade to 2.7.3 release

2016-05-20 Thread Andrew Bradford
From: Andrew Bradford Linux 4.5 and later cause lttng-modules versions prior to 2.7.2 to fail to compile due to Linux vmscan changes. See lttng-modules git commit d0d2908478bdc8c36faaeae6fcb687052cb5f93b on lttng-modules branch stable-2.7: "Fix: update vmscan instrumentation for kerne