|
Re: How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Can you try something like this
INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
Can you try something like this
INCOMPATIBLE_LICENSE:pn-foo = "GPL-3.0* LGPL-3.0*"
|
By
Khem Raj
·
#57805
·
|
|
Re: binutils not compiling in my system (Ubuntu 18.04)
#dunfell
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more )
>
it seems to be emitting errors due to build system configuration, and I guess you are running in a VM, so can you check if you have enough RAM assigned to VM preferably ( 16G or more )
>
|
By
Khem Raj
·
#57804
·
|
|
[layerindex-web][PATCH] admin.py: Remove has_delete_permission()
The following commit has added on_delete=models.CASCADE to the ForeignKey:
===
commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4
Author: Amber Elliot <amber.n.elliot@...>
Date: Thu Jun 25
The following commit has added on_delete=models.CASCADE to the ForeignKey:
===
commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4
Author: Amber Elliot <amber.n.elliot@...>
Date: Thu Jun 25
|
By
Robert Yang
·
#57803
·
|
|
How to add INCOMPATIBLE_LICENSE only for one image?
#bitbake
#dunfell
Hi,
I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb
Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the
Hi,
I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb
Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the
|
By
Priyanshu Sharma
·
#57802
·
|
|
Binutils Error during compiling
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
|
By
sethu.m@...
·
#57801
·
|
|
binutils not compiling in my system (Ubuntu 18.04)
#dunfell
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
Hi
I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as
|
By
sethu.m@...
·
#57800
·
|
|
error: package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target is intended for a different architecture
Hi.
I'm trying to add python3-pyelftools to SDK,
I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK.
When running bitbake -c populate_sdk results in
Hi.
I'm trying to add python3-pyelftools to SDK,
I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK.
When running bitbake -c populate_sdk results in
|
By
Ramon Fried <rfried.dev@...>
·
#57799
·
|
|
Re: Getting Error while trying to run graphical yocto build image
#yocto
#linux
#dunfell
#qemu
You need to run runqemu inside a graphical X11 session (we do not
support pure wayland yet). Alternatively, use 'publicvnc' parameter,
and connect with a vnc client (e.g. tigervnc) to port 5900 on
You need to run runqemu inside a graphical X11 session (we do not
support pure wayland yet). Alternatively, use 'publicvnc' parameter,
and connect with a vnc client (e.g. tigervnc) to port 5900 on
|
By
Alexander Kanavin
·
#57798
·
|
|
Getting Error while trying to run graphical yocto build image
#yocto
#linux
#dunfell
#qemu
Hello Everyone here,
I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am
Hello Everyone here,
I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am
|
By
Nikita Gupta
·
#57797
·
|
|
[meta-zephyr][PATCH 3/3] zephyr-kernel: Checkout zephyr in subdir to match West usage
From: Peter Hoyes <Peter.Hoyes@...>
When using West, Zephyr is checked out in a "zephyr" subdirectory of the
working directory. At the moment Zephyr is checked out at the root,
meaning a
From: Peter Hoyes <Peter.Hoyes@...>
When using West, Zephyr is checked out in a "zephyr" subdirectory of the
working directory. At the moment Zephyr is checked out at the root,
meaning a
|
By
Peter Hoyes
·
#57796
·
|
|
[meta-zephyr][PATCH 2/3] zephyr-kernel: Use ZEPHYR_BASE in all application recipes
From: Peter Hoyes <Peter.Hoyes@...>
Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr
might not always be found at the root of the source directory.
Signed-off-by: Peter Hoyes
From: Peter Hoyes <Peter.Hoyes@...>
Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr
might not always be found at the root of the source directory.
Signed-off-by: Peter Hoyes
|
By
Peter Hoyes
·
#57795
·
|
|
[meta-zephyr][PATCH 1/3] zephyr-kernel: Remove redundant ZEPHYR_BASE definitions
From: Peter Hoyes <Peter.Hoyes@...>
zephyr-image.inc and zephyr-sample.inc both include
zephyr-kernel-common.inc, which already defines ZEPHYR_BASE. Remove the
redundant definitions.
Also, pass
From: Peter Hoyes <Peter.Hoyes@...>
zephyr-image.inc and zephyr-sample.inc both include
zephyr-kernel-common.inc, which already defines ZEPHYR_BASE. Remove the
redundant definitions.
Also, pass
|
By
Peter Hoyes
·
#57794
·
|
|
Re: Custom QA Checks
I don't have a ready example, but you can start by reading
meta/classes/insane.class - I think all of the things defined in it
are extensible from a different class.
Alex
I don't have a ready example, but you can start by reading
meta/classes/insane.class - I think all of the things defined in it
are extensible from a different class.
Alex
|
By
Alexander Kanavin
·
#57793
·
|
|
[meta-cgl][PATCH] resource-agents: Bug fix.
Fix error as the fowllowing:
resource-agents-4.5.0-r0 do_package_qa: QA Issue: lib32-resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs]
Signed-off-by: Lei
Fix error as the fowllowing:
resource-agents-4.5.0-r0 do_package_qa: QA Issue: lib32-resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs]
Signed-off-by: Lei
|
By
leimaohui
·
#57792
·
|
|
Custom QA Checks
Is it possible to create additional QA checks such that they apply to all recipes automatically? Or even just to all recipes in a given layer?
-Paul Wicks
Is it possible to create additional QA checks such that they apply to all recipes automatically? Or even just to all recipes in a given layer?
-Paul Wicks
|
By
Paul Wicks
·
#57791
·
|
|
Re: [Need help] How to add one package to build directory of another package
PACKAGECONFIG is what you're after:
https://docs.yoctoproject.org/current/ref-manual/variables.html#term-PACKAGECONFIG
<kuzemkoyocto@...> wrote:
--
Alex Kiernan
PACKAGECONFIG is what you're after:
https://docs.yoctoproject.org/current/ref-manual/variables.html#term-PACKAGECONFIG
<kuzemkoyocto@...> wrote:
--
Alex Kiernan
|
By
Alex Kiernan
·
#57790
·
|
|
Re: [Need help] How to add one package to build directory of another package
Thanks, now it works.
Another question. I have
DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0 libtool gettext"
and
EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas
Thanks, now it works.
Another question. I have
DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0 libtool gettext"
and
EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas
|
By
Kuzemko Aleksandr
·
#57789
·
|
|
[meta-security][PATCH 2/2] packagegroup-core-security: add pkg to grp
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/packagegroup/packagegroup-core-security.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/packagegroup/packagegroup-core-security.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Armin Kuster
·
#57788
·
|
|
[meta-security][PATCH 1/2] cryptmount: Add new pkg
Signed-off-by: Armin Kuster <akuster808@...>
---
.../cryptmount/cryptmount_5.3.3.bb | 25 +++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644
Signed-off-by: Armin Kuster <akuster808@...>
---
.../cryptmount/cryptmount_5.3.3.bb | 25 +++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644
|
By
Armin Kuster
·
#57787
·
|
|
running podman from do_install
Is it possibile to run podman (3.0.1) from a do_install task?
I am trying to install a podman store of a container directly in the final image but I'm getting this error:
+ /usr/bin/podman --root
Is it possibile to run podman (3.0.1) from a do_install task?
I am trying to install a podman store of a container directly in the final image but I'm getting this error:
+ /usr/bin/podman --root
|
By
glmeocci@...
·
#57786
·
|