Hi Ross,
I can't see any "log.do_setscene" inside the tmp directory.
When I start an image build, it does say executing setscene task but
then no setscene task log for any recipe
Initialising tasks: 100%
|
When enabling multilib and building lib32-IMAGE which
uses grub-efi, the build fails with the following error.
install: cannot stat
'/PROJ_DIR/build/tmp-glibc/deploy/images/intel-x86-64/grub-efi-bootia32.efi':
No such file or directory
The grub-efi is in NON_MULTILIB_SCRIPTS. That means we
wi
*** BLURB HERE ***
The following changes since commit 4fd9ee4670293632cc0ca1e64b8833eb6014435d:
bitbake: bitbake: Add --skip-setscene option (2019-07-03 17:00:57 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/grub-efi-multilib
http://git.pokylinu
On Wed, Jul 3, 2019 at 9:05 AM Ricardo Salveti wrote:
>
> The riscv GLIBC_DYNAMIC_LINKER changes were dropped during the gcc 9.1
> update, breaking usrmerge support.
>
> Signed-off-by: Ricardo Salveti
Reviewed-by: Alistair Francis
Alistair
> ---
> ...AMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patc
On Wed, 3 Jul 2019 at 12:01, Aníbal Limón wrote:
> Add the ability to set more than one tap devices into the
> same qemu instance,
>
> The code was modified to detect multiple @TAP@ and @MAC@ in the
> QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the
> attach/creation of multiple tap
Add the ability to set more than one tap devices into the
same qemu instance,
The code was modified to detect multiple @TAP@ and @MAC@ in the
QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the
attach/creation of multiple tap devices and stores into a list
for lock/unlock.
Configure the
To let user choice if wants to have network configured via Kernel
cmdline.
Signed-off-by: Aníbal Limón
---
meta/classes/qemuboot.bbclass | 3 +++
scripts/runqemu | 24 +---
2 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/meta/classes/qemuboot.b
In order to support multiple tap devices in the same qemu virtual
machine.
Signed-off-by: Aníbal Limón
---
scripts/runqemu | 50 +
1 file changed, 26 insertions(+), 24 deletions(-)
diff --git a/scripts/runqemu b/scripts/runqemu
index 4079f2b17d..3
Sure. Technically, package is musl incompatible/not ready.
This trivial patch allows us to build ifupdown with musl.
On 03/07/2019 18:35, Adrian Bunk wrote:
> On Tue, Jul 02, 2019 at 10:29:09PM +0200, Oleksandr Kravchuk wrote:
>> ...
>> ++#if !defined(FNM_EXTMATCH)
>> ++#define FNM_EXTMATCH 0
>>
On Tue, Jul 02, 2019 at 10:29:09PM +0200, Oleksandr Kravchuk wrote:
>...
> ++#if !defined(FNM_EXTMATCH)
> ++#define FNM_EXTMATCH 0
> ++#endif
>...
This fixes the musl build, but the code will misbehave on musl.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
Recipe makes use of the variable APPEND:
do_configure[vardeps] += "APPEND"
APPEND is usually linked to a to a machine and not to a
cpu architecture, as it describe things like the location
of the main serial port or tty.
Therefore the recipe should be MACHINE_ARCH.
This patch avoids multiconfig
On Tue, 2019-06-25 at 09:14 +0200, Ricardo Ribalda Delgado wrote:
> APPEND is usually attached to a machine. This patch avoids
> multiconfig
> errors such as:
>
> > NOTE: Direct dependencies are
> > ['multiconfig:qt5022:/workdir/repo/poky/meta/recipes-
> > core/glibc/glibc_2.29.bb:do_populate_sysr
On Wed, 2019-07-03 at 11:04 -0400, Trevor Woerner wrote:
> This came up as a topic in yesterday's Engineering Sync meeting. For roughly a
> year I've been seeing random build failures on my Jenkins setup due to pigz
> failing; apparently the project is now seeing them on their builds, so I'll
> sha
The riscv GLIBC_DYNAMIC_LINKER changes were dropped during the gcc 9.1
update, breaking usrmerge support.
Signed-off-by: Ricardo Salveti
---
...AMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 28 ++-
1 file changed, 21 insertions(+), 7 deletions(-)
diff --git
a/meta/recipes-devtoo
On Wed, Jul 03, 2019 at 11:04:06AM -0400, Trevor Woerner wrote:
> Hi,
>
> This came up as a topic in yesterday's Engineering Sync meeting. For roughly a
> year I've been seeing random build failures on my Jenkins setup due to pigz
> failing; apparently the project is now seeing them on their build
Ping?
On Tue, 25 Jun 2019, 09:14 Ricardo Ribalda Delgado,
wrote:
> APPEND is usually attached to a machine. This patch avoids multiconfig
> errors such as:
>
> | NOTE: Direct dependencies are
> ['multiconfig:qt5022:/workdir/repo/poky/meta/recipes-core/glibc/glibc_2.29.bb:do_populate_sysroot',
>
On Tue, Mar 26, 2019 at 3:15 PM Khem Raj wrote:
> On Tue, Mar 26, 2019 at 11:07 AM Ricardo Salveti wrote:
> >
> > The riscv GLIBC_DYNAMIC_LINKER changes were dropped during the gcc 8.3
> > update, breaking usrmerge support.
>
> ah thanks for noticing that, this should be fine to apply
Looks like
Hi,
This came up as a topic in yesterday's Engineering Sync meeting. For roughly a
year I've been seeing random build failures on my Jenkins setup due to pigz
failing; apparently the project is now seeing them on their builds, so I'll
share what I know of them.
At the time I started seeing these
We've a nice function to clean up absolute build paths for display, so use it.
Signed-off-by: Ross Burton
---
meta/classes/insane.bbclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 0695a044387..891d3a84
Hi Chen,
Thanks for report, may be related to the name of the NIC inside qemu. I
will investigate.
Regards!,
Anibal
On Tue, 2 Jul 2019 at 21:08, ChenQi wrote:
> Could you please help check if the following failures are related to
> this patch series?
>
> https://autobuilder.yoctoproject.org/ty
Check the log for the a particular setscene task and it will show what
requests it made, and if they failed.
Ross
On Wed, 3 Jul 2019 at 11:09, Ankur Tyagi wrote:
>
> Hi,
>
> I am trying to setup sstate-cache in Artifactory so that multiple
> Linux host systems can share it.
>
> Once build finish
Hi,
I am trying to setup sstate-cache in Artifactory so that multiple
Linux host systems can share it.
Once build finished in one Linux machine, I uploaded all of
sstate-cache directory to Artifactory
Then I configured sstate mirrors in local.conf
SSTATE_MIRRORS ?= "\
file://.* https://artifacto
Hello,
> This patch broke "bitbake universe --runall=fetch" totally:
>
> The line which caused the problem is:
> addtask do_populate_cve_db before do_fetch
>
> Would you please fix it? Or I can help if needed.
>
This seems related to the NVD website down problem. I sent a patch to
manage inaccess
From: Pierre Le Magourou
If the NVD url is not accessible, print a warning on top of the CVE
report, and continue. The database will not be fully updated, but
cve_check can still run on the previous database.
Signed-off-by: Pierre Le Magourou
---
meta/classes/cve-check.bbclass | 5 ++
From: Mingli Yu
Remove the ptest bbclass inherit logic to let
each recipe inherit ptest individually if the
specified recipe wants to support ptest to avoid
the recipe which inherits go bblcass inheriting
ptest automatically.
Signed-off-by: Mingli Yu
---
meta/classes/go.bbclass | 2 +-
1 file
Yeah discovered that late last night here too. V2 finalising now.
Ross
On Wed, 3 Jul 2019 at 09:08, Richard Purdie
wrote:
>
> On Tue, 2019-07-02 at 16:22 +0100, Ross Burton wrote:
> > Instead of using part of ${base_libdir} to rename scripts, use
> > MLPREFIX. This
> > is more obvious as MLPRE
On Tue, 2019-07-02 at 16:22 +0100, Ross Burton wrote:
> Instead of using part of ${base_libdir} to rename scripts, use
> MLPREFIX. This
> is more obvious as MLPREFIX is a common prefix in package names, and
> as these
> filenames are hidden behind alternatives they're rarely used
> directly.
>
>
On Tue, 2019-07-02 at 15:22 -0400, William Bourque wrote:
> Hi,
>
> The error "scripts/lib/wic/plugins/source/bootimg-biosplusefi.py does
> not exist" is a bit puzzling : this is the new file my patch is
> adding.
> Is this test failure expected for new files?
>
> I sent this using git-sendmail;
28 matches
Mail list logo