|
How to integrate Python monorepo application?
#yocto
#python
#monorepo
A little context before the actual questions. As a project that I have worked on grew, the number of repositories used for the application we're developing grew as well. To the point that it's gotten
A little context before the actual questions. As a project that I have worked on grew, the number of repositories used for the application we're developing grew as well. To the point that it's gotten
|
By
Georgii Staroselskii
·
#47584
·
|
|
[meta-security][PATCH 2/2] tpm2-abrmd: Port command line options to new version.
From: Philip Tricca <flihp@...>
These have changed upstream.
Signed-off-by: Philip Tricca <flihp@...>
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@...>
---
From: Philip Tricca <flihp@...>
These have changed upstream.
Signed-off-by: Philip Tricca <flihp@...>
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@...>
---
|
By
Diego Santa Cruz
·
#47583
·
|
|
[meta-security][PATCH 1/2] tpm2-abrmd-init.sh: fix for /dev/tpmrmX
From: Trevor Woerner <twoerner@...>
Newer kernels, in addition to the traditional /dev/tpmX device nodes, are now
also creating /dev/tpmrmX device nodes. This causes this script to get
confused
From: Trevor Woerner <twoerner@...>
Newer kernels, in addition to the traditional /dev/tpmX device nodes, are now
also creating /dev/tpmrmX device nodes. This causes this script to get
confused
|
By
Diego Santa Cruz
·
#47582
·
|
|
[meta-security][PATCH 0/2] tpm2-abrmd: startup fixes
This ports patches from the meta-measured layer that fix tpm2-abrmd
not starting up.
The first patch is necessary on kernels 4.12 and later.
The second patch is necessary after the update to
This ports patches from the meta-measured layer that fix tpm2-abrmd
not starting up.
The first patch is necessary on kernels 4.12 and later.
The second patch is necessary after the update to
|
By
Diego Santa Cruz
·
#47581
·
|
|
Re: http2 support issue in curl
#yocto
#raspberrypi
Hey Ross,
Thank you for your help.
The problem was I wasn't adding nghttp2 in PACKAGECONFIG??=. Once I did it solved the http2 issue.
Regards,
Uzair
Hey Ross,
Thank you for your help.
The problem was I wasn't adding nghttp2 in PACKAGECONFIG??=. Once I did it solved the http2 issue.
Regards,
Uzair
|
By
Uzair Mazhar
·
#47580
·
|
|
What influences the "latest version" shown in bitbake?
Hi all,
I’m in the middle of our organization’s upgrade to the most recent version of poky (3.0) and I’m finding that more recent versions of recipes in our poky layer aren’t showing up as
Hi all,
I’m in the middle of our organization’s upgrade to the most recent version of poky (3.0) and I’m finding that more recent versions of recipes in our poky layer aren’t showing up as
|
By
Sean McKay
·
#47579
·
|
|
Re: Question about shipping files to package.
I’m not an expert on compiling kernel modules, but I can at least answer some of your questions to get started. I’m also not an actual expert, but just another user, so it’s entirely possible
I’m not an expert on compiling kernel modules, but I can at least answer some of your questions to get started. I’m also not an actual expert, but just another user, so it’s entirely possible
|
By
Sean McKay
·
#47578
·
|
|
Question about shipping files to package.
Dear Yocto Developers,
So I created a bitbake recipe to integrate kvm into my image as an out-of-tree kernel module. Here's my recipe right now:
LICENSE = "GPLv2"
LIC_FILES_CHKSUM =
Dear Yocto Developers,
So I created a bitbake recipe to integrate kvm into my image as an out-of-tree kernel module. Here's my recipe right now:
LICENSE = "GPLv2"
LIC_FILES_CHKSUM =
|
By
Wayne Li <waynli329@...>
·
#47577
·
|
|
Re: http2 support issue in curl
#yocto
#raspberrypi
On Thu, Dec 5, 2019 at 07:48 PM, Ross Burton wrote:
Did you add meta-networking to bblayers.conf?Yes! I have.
I am going to try "PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2""
On Thu, Dec 5, 2019 at 07:48 PM, Ross Burton wrote:
Did you add meta-networking to bblayers.conf?Yes! I have.
I am going to try "PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2""
|
By
Uzair Mazhar
·
#47576
·
|
|
Re: [patchtest][PATCH 1/2] patchtest: Fix printing of exception tracebacks
LGTM
By
Leonardo Sandoval <leonardo.sandoval.gonzalez@...>
·
#47575
·
|
|
Re: [patchtest-oe][PATCH] test_patch_upstream_status: Be explicit about case sensitivity
LGTM
By
Leonardo Sandoval <leonardo.sandoval.gonzalez@...>
·
#47574
·
|
|
Re: [patchtest-oe][PATCH] test_patch_upstream_status: Be explicit about case sensitivity
Sorry for the delay Paul. Together with Paul E., we started the patchtest but since late 2017 I am not longer maintaining it. I definitely can help review patches and enhancements.
Sorry for the delay Paul. Together with Paul E., we started the patchtest but since late 2017 I am not longer maintaining it. I definitely can help review patches and enhancements.
|
By
Leonardo Sandoval <leonardo.sandoval.gonzalez@...>
·
#47573
·
|
|
Re: Missing layer in the layer index
FWIW, both of those have been getting some love lately to at least build
against master, so you might want to try again. But in general, at least
meta-arago depends on other layers and components
FWIW, both of those have been getting some love lately to at least build
against master, so you might want to try again. But in general, at least
meta-arago depends on other layers and components
|
By
Denys Dmytriyenko
·
#47572
·
|
|
Re: http2 support issue in curl
#yocto
#raspberrypi
Did you add meta-networking to bblayers.conf?
Probably because the dependency ended up on a package you didn't actually instally. Also RDEPENDS are not in the sysroot, so the curl build wouldn't
Did you add meta-networking to bblayers.conf?
Probably because the dependency ended up on a package you didn't actually instally. Also RDEPENDS are not in the sysroot, so the curl build wouldn't
|
By
Ross Burton <ross.burton@...>
·
#47571
·
|
|
[meta-selinux] Dependency loop help with selinux userspace/python3/util-linux
Hi Folks,
I'm trying to upgrade the meta-selinux layer to use a newer version of
the selinux userspace tools (from 2.8 to 2.9), in doing so these newer
userspace tools now depend on python3 instead
Hi Folks,
I'm trying to upgrade the meta-selinux layer to use a newer version of
the selinux userspace tools (from 2.8 to 2.9), in doing so these newer
userspace tools now depend on python3 instead
|
By
Peter Morrow
·
#47570
·
|
|
Re: [patchtest][PATCH 1/2] patchtest: Fix printing of exception tracebacks
Cc'ing the maintainers listed in the readme along with Changqing Li as discussed during the Yocto Project call on Tuesday.
Could you confirm who's maintaining patchtest these days and update the
Cc'ing the maintainers listed in the readme along with Changqing Li as discussed during the Yocto Project call on Tuesday.
Could you confirm who's maintaining patchtest these days and update the
|
By
Paul Barker
·
#47569
·
|
|
Re: [patchtest-oe][PATCH] test_patch_upstream_status: Be explicit about case sensitivity
Cc'ing the maintainers listed in the readme along with Changqing Li as discussed during the Yocto Project call on Tuesday.
Could you confirm who's maintaining patchtest-oe these days and update the
Cc'ing the maintainers listed in the readme along with Changqing Li as discussed during the Yocto Project call on Tuesday.
Could you confirm who's maintaining patchtest-oe these days and update the
|
By
Paul Barker
·
#47568
·
|
|
Re: http2 support issue in curl
#yocto
#raspberrypi
As I mentioned That I Cloned warrior branch of poky, meta-raspberrypi and meta-openembedded.
nghttp2 recipe is already in my repository under
As I mentioned That I Cloned warrior branch of poky, meta-raspberrypi and meta-openembedded.
nghttp2 recipe is already in my repository under
|
By
Uzair Mazhar
·
#47567
·
|
|
Re: Missing layer in the layer index
Ah ok. I have a pet hate of layers with a master branch that doesn't actually work with master of oe-core and other layers. I'd rather see a repository with no master branch!
In this case we're
Ah ok. I have a pet hate of layers with a master branch that doesn't actually work with master of oe-core and other layers. I'd rather see a repository with no master branch!
In this case we're
|
By
Paul Barker
·
#47566
·
|
|
Re: http2 support issue in curl
#yocto
#raspberrypi
As Paul said:
"You may need to find or write a recipe for that library."
layers.openembedded.org is your friend here:
https://layers.openembedded.org/layerindex/recipe/86423/
There's a recipe for
As Paul said:
"You may need to find or write a recipe for that library."
layers.openembedded.org is your friend here:
https://layers.openembedded.org/layerindex/recipe/86423/
There's a recipe for
|
By
Ross Burton <ross.burton@...>
·
#47565
·
|