> -Original Message-
> From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of bkyleruss...@gmail.com
> Sent: den 9 april 2020 06:41
> To: openembedded-core@lists.openembedded.org
> Cc: wesley.linda...@gmail.com; Kyle Russell
> Subject: [OE-core] [PATCH 1/
Please pull these changes for zeus. a-full passed on autobuilder.
Thanks,
Anuj
The following changes since commit 0743dcd0cd70dee87a49d3bcd017168352e60982:
wic/direct: reserve 2 sector for extended partition (2020-03-26 07:33:07
+0800)
are available in the Git repository at:
git://push.o
coroutines in ruby 2.7+ needs ucontext APIs which are not available in
musl but an external library is available to provide them so use it
Use cached values for ac_cv_func_isnan and ac_cv_func_isinf this is not
detected correctly by configure on musl
on ARM drop using old arm32 implementation of
License-Update: Updated copyright years [1]
Latest master 0.10.x+ has added support for mips/mips64, which should
help compile ruby on musl for these architectures
Switch SRC_URI to github upstream URI
Check for common arches before checking others in map_kernel_arch
Drop already upstreamed pat
Shebang lines longer than 128 characters can give an error
depending on the operating system.
This implements a test that signals an error when locating a
faulty shebang.
YOCTO: #11053
Signed-off-by: Domarys Correa
---
meta/classes/insane.bbclass | 22 +-
1 file changed, 21
== Series Details ==
Series: pseudo_util.c: Open file with O_CLOEXEC to avoid fd leak
Revision: 1
URL : https://patchwork.openembedded.org/series/23664/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests
== Series Details ==
Series: zeus -next review (rev4)
Revision: 4
URL : https://patchwork.openembedded.org/series/21451/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the propos
== Series Details ==
Series: get_package_mapping: avoid returning a mapping if the renamed package
rprovides its original name
Revision: 1
URL : https://patchwork.openembedded.org/series/23636/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. Thi
== Series Details ==
Series: pseudo: On a DB fixup remove files that do not exist anymore
Revision: 1
URL : https://patchwork.openembedded.org/series/23617/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several te
== Series Details ==
Series: patch: don't strip GitApplyTree patches
Revision: 1
URL : https://patchwork.openembedded.org/series/23665/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been execute
Latest master 0.10.x+ has added support for mips/mips64, which should
help compile ruby on musl for these architectures
Switch SRC_URI to github upstream URI
Check for common arches before checking others in map_kernel_arch
Drop already upstreamed patches
Signed-off-by: Khem Raj
---
meta/reci
coroutines in ruby 2.7+ needs ucontext APIs which are not available in
musl but an external library is available to provide them so use it
Use cached values for ac_cv_func_isnan and ac_cv_func_isinf this is not
detected correctly by configure on musl
on ARM drop using old arm32 implementation of
== Series Details ==
Series: ntp: upgrade 4.2.8p13 -> 4.2.8p14
Revision: 1
URL : https://patchwork.openembedded.org/series/23671/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on t
Content of the optional parameter will be appended to the rootfs-device
in the qemu configuration, in case QB_ROOTFS_OPT is not specified.
By default this is empty.
Example use cases are:
Defining 'readonly' when using squashfs, so multiple instances of qemu
can share the same base image, somethi
Add support for running wic images with EFI as testimage.
Introduces a variable called QEMU_USE_OVMF for configuration.
Signed-off-by: Konrad Weihmann
---
meta/classes/testimage.bbclass| 6 +-
meta/lib/oeqa/core/target/qemu.py | 6 --
meta/lib/oeqa/utils/qemurunner.py | 5 -
3 fi
When parameters include_path or exclude_path are passed to the rootfs
plugin, it will copy the partition content into a folder and make all
the modifications there.
This is done using copyhardlinktree(), which does not take into
consideration the content of the pseudo folder, which contains the
in
Hi
Today wic behaves differently if we run it from bitbake of directly from the
commandline.
When it is run from bitbake, the permissions/usersnames are handled by the
pseudo database of the main image.
When it is run from the comandline , it is run outside the main image database.
This result
This option allows to specify which part of a rootfs is going to be
included, the same way the -C argument on tar.
Thanks to this option we can make sure the permissions and usernames
on the target partition are respected, and also simplify the creation of
splitted partitons, not neeting to invoke
In order to support .wks files with multiple images inside bitbake we
need to explicitly set the pseudo database in use.
Eg: If we try this .mks:
part / --source rootfs --ondisk sda --fstype=ext4
part /export --source rootfs --rootfs=core-image-minimal-mtdutils --fstype=ext4
The username for all
If the source of the rootfs is not a bitbake cooked image, or it is not
pointing to the root of one, we call pseudo again, which will produce
a new pseudo folder at rootfs/../pseudo
Eg:
part /etc --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/home --fstype=ext4
Signed-off-by: Ricardo Ribalda Delga
Make sure that the permissions and username are respected when using all
the rootfs modifiers.
Add tests for checnage-directory command
Signed-off-by: Ricardo Ribalda Delgado
---
meta/lib/oeqa/selftest/cases/wic.py | 91 +
1 file changed, 91 insertions(+)
diff --git
If an excuded path does not exist, continue without an error.
This allows to seamleasly reuse .wks among different projects.
Eg:
part / --source rootfs --fstype=ext4 --exclude-path=/opt/private_keys
Where /opt/private_keys in only populated by some of the image.bb files.
Signed-off-by: Ricardo
On Thu, 9 Apr 2020 06:30:37 +
"Yu, Mingli" wrote:
> We are trying to fix the issue as
> http://bugzilla.yoctoproject.org/show_bug.cgi?id=13311 stated.
Hmm. I think there's a more subtle logic bug here, and also one
of the diagnostics there is a debug message I didn't notice when I
made the c
This patch needs much more testing and I think is not sufficient either.
On Thu, Apr 9, 2020 at 1:29 AM Khem Raj wrote:
>
> This is no longer needed as we can build multilibbed images with musl
> now
>
> Include bits/reg.h on musl instead of bits/wordsize.h where __WORDSIZE
> is defined
>
> [YOCT
On Thu, Apr 9, 2020 at 2:47 AM Richard Purdie
wrote:
>
> On Wed, 2020-04-08 at 16:45 -0700, Khem Raj wrote:
> > On Wed, Apr 8, 2020 at 4:18 PM Richard Purdie
> > wrote:
> > > As discussed in the bugzilla entry, musl is not compatible with
> > > multilibs
> > > and has no plans to support this. Th
Hi Paul
On Thu, Apr 9, 2020 at 1:10 PM Paul Barker wrote:
>
> On Thu, 9 Apr 2020 12:49:47 +0200
> Ricardo Ribalda Delgado wrote:
>
> > Hi
> >
> >
> > Today wic behaves differently if we run it from bitbake of directly from the
> > commandline.
> >
> > When it is run from bitbake, the permission
Hi Paul,
On Thu, Apr 09, 2020 at 12:17:00PM +0100, Paul Barker wrote:
> On Thu, 9 Apr 2020 13:04:23 +0200
> "Quentin Schulz" wrote:
>
> > There is currently an issue when a LICENSE for a package is defined
> > differently than how the package is defined in PACKAGES.
> >
> > See bug tracker: ht
On Thu, 9 Apr 2020 13:04:23 +0200
"Quentin Schulz" wrote:
> There is currently an issue when a LICENSE for a package is defined
> differently than how the package is defined in PACKAGES.
>
> See bug tracker: http://bugzilla.yoctoproject.org/show_bug.cgi?id=13865
>
> This results in LICENSE bei
There is currently an issue when a LICENSE for a package is defined
differently than how the package is defined in PACKAGES.
See bug tracker: http://bugzilla.yoctoproject.org/show_bug.cgi?id=13865
This results in LICENSE being taken instead of LICENSE_${PN}-gobject
because the latter is expanded
On Thu, 9 Apr 2020 12:49:47 +0200
Ricardo Ribalda Delgado wrote:
> Hi
>
>
> Today wic behaves differently if we run it from bitbake of directly from the
> commandline.
>
> When it is run from bitbake, the permissions/usersnames are handled by the
> pseudo database of the main image.
>
> Whe
i note that, way back in YP ref manual, migration to YP 2.3, we
read:
"The SSTATEPOSTINSTFUNCS variable itself is now deprecated in favor of
the do_populate_sysroot[postfuncs] task. Consequently, if you do still
have any function or functions that need to be called after the
sysroot component i
When parameters include_path or exclude_path are passed to the rootfs
plugin, it will copy the partition content into a folder and make all
the modifications there.
This is done using copyhardlinktree(), which does not take into
consideration the content of the pseudo folder, which contains the
in
If an excuded path does not exist, continue without an error.
This allows to seamleasly reuse .wks among different projects.
Eg:
part / --source rootfs --fstype=ext4 --exclude-path=/opt/private_keys
Where /opt/private_keys in only populated by some of the image.bb files.
Signed-off-by: Ricardo
This option allows to specify which part of a rootfs is going to be
included, the same way the -C argument on tar.
Thanks to this option we can make sure the permissions and usernames
on the target partition are respected, and also simplify the creation of
splitted partitons, not neeting to invoke
Hi
Today wic behaves differently if we run it from bitbake of directly from the
commandline.
When it is run from bitbake, the permissions/usersnames are handled by the
pseudo database of the main image.
When it is run from the comandline , it is run outside the main image database.
This resul
In order to support .wks files with multiple images inside bitbake we
need to explicitly set the pseudo database in use.
Eg: If we try this .mks:
part / --source rootfs --ondisk sda --fstype=ext4
part /export --source rootfs --rootfs=core-image-minimal-mtdutils --fstype=ext4
The username for all
On Thu, 2020-04-09 at 00:41 -0400, bkyleruss...@gmail.com wrote:
> Don't pass a path removal parameter to git am/git apply since GitApplyTree
> always applies patches from the root of the git repo, not from each
> individual patchdir (like quilt).
>
> GitApplyTree uses `git rev-parse --show-toplev
On Wed, 2020-04-08 at 16:45 -0700, Khem Raj wrote:
> On Wed, Apr 8, 2020 at 4:18 PM Richard Purdie
> wrote:
> > As discussed in the bugzilla entry, musl is not compatible with
> > multilibs
> > and has no plans to support this. Therefore tell users this from
> > the
> > recipe rather than letting
This is no longer needed as we can build multilibbed images with musl
now
Include bits/reg.h on musl instead of bits/wordsize.h where __WORDSIZE
is defined
[YOCTO #13122]
Signed-off-by: Khem Raj
---
v2: include bits/reg.h on musl for __WORDSIZE
meta/classes/multilib_header.bbclass | 7 ---
I just realized that this patch is not enough for multilib to work on
musl, we also need to make sure needed musl headers are also generated
using oe_multilib_header I can cook up a patch in a day or so.
On Wed, Apr 8, 2020 at 6:08 PM Khem Raj wrote:
>
> This is no longer needed as we can build m
the patch I proposed make the problem in bug report fixed but would
require more testing, this patch I feel is disabling it completely,
perhaps we need to either let release go as such and backport the fix
since I think multilib should be fine witth musl we might have some
quirks to take care,
On
41 matches
Mail list logo