|
Re: On managing debug and production builds
Thanks Tomasz. I will check kas.
Yes, for selecting some of the packages I have created prod and debug
image recipes.
But this did not work for the kernel as the kernel recipe is picked as
part of
Thanks Tomasz. I will check kas.
Yes, for selecting some of the packages I have created prod and debug
image recipes.
But this did not work for the kernel as the kernel recipe is picked as
part of
|
By
Vinayak Menon
·
#56333
·
|
|
Re: On managing debug and production builds
Hi Vinayak
I believe that the best way to prepare debug and prod images is to create
include file (.inc) with base set of packages and features and then add two
.bb recipes, one for prod and one for
Hi Vinayak
I believe that the best way to prepare debug and prod images is to create
include file (.inc) with base set of packages and features and then add two
.bb recipes, one for prod and one for
|
By
tomzy
·
#56332
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hello Raj,
yes, you are right, {B} works too, and looks more logical.
Thanks for adapting my patch accordingly.
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Khem Raj
Hello Raj,
yes, you are right, {B} works too, and looks more logical.
Thanks for adapting my patch accordingly.
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Khem Raj
|
By
Matthias Klein
·
#56331
·
|
|
Re: Custom Image Type
Thanks, Khem.
The image class defines IMAGE_CMD. There is not much to it for now:
OTA_ROOTFS_MD5 ?= "rootfs.md5"
IMAGE_CMD:ota () {
build_ota="${WORKDIR}/build-ota"
# rootfs
Thanks, Khem.
The image class defines IMAGE_CMD. There is not much to it for now:
OTA_ROOTFS_MD5 ?= "rootfs.md5"
IMAGE_CMD:ota () {
build_ota="${WORKDIR}/build-ota"
# rootfs
|
By
Rudolf J Streif
·
#56330
·
|
|
On managing debug and production builds
I have a requirement to create production and release builds for the
same machine. Debug build would use most of the production recipes,
except few images like Linux kernel that will have debug
I have a requirement to create production and release builds for the
same machine. Debug build would use most of the production recipes,
except few images like Linux kernel that will have debug
|
By
Vinayak Menon
·
#56329
·
|
|
Re: Custom Image Type
<rudolf.streif@...> wrote:
hard to tell without knowing how ota class is being plugged in or what
its content is.
Do you define IMAGE_FSTYPES:ota ... somewhere ?
<rudolf.streif@...> wrote:
hard to tell without knowing how ota class is being plugged in or what
its content is.
Do you define IMAGE_FSTYPES:ota ... somewhere ?
|
By
Khem Raj
·
#56328
·
|
|
Custom Image Type
I ran into a problem with a custom image type class. I called the class image_types_ota.bbclass.
When I try to use it I am getting these error messages for two predefined image recipes (but only for
I ran into a problem with a custom image type class. I called the class image_types_ota.bbclass.
When I try to use it I am getting these error messages for two predefined image recipes (but only for
|
By
Rudolf J Streif
·
#56327
·
|
|
Re: opkg not picking up RPROVIDES alias.
#yocto
#vivado
I encountered a similar issue when updating one of my builds that uses a package feed:
https://lists.yoctoproject.org/g/yocto/topic/88553371#55926
In my case the issue was that bitbake no longer
I encountered a similar issue when updating one of my builds that uses a package feed:
https://lists.yoctoproject.org/g/yocto/topic/88553371#55926
In my case the issue was that bitbake no longer
|
By
Robert Joslyn
·
#56326
·
|
|
opkg not picking up RPROVIDES alias.
#yocto
#vivado
I have a recipe aliased by RPROVIDES which I assume is working due to the project picking it up during the compile.
However, opkg does not seem to pick up the alias, returning this error:
Collected
I have a recipe aliased by RPROVIDES which I assume is working due to the project picking it up during the compile.
However, opkg does not seem to pick up the alias, returning this error:
Collected
|
By
Sam
·
#56325
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.3.5.rc1)
Hi Everyone,
This is the full report for yocto-3.3.5.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi Everyone,
This is the full report for yocto-3.3.5.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#56324
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
this should be B instead I think
this should be B instead I think
|
By
Khem Raj
·
#56323
·
|
|
[meta-security][PATCH 2/2] parsec-service: Only enable TPM is layer and DISTRO_FEATURE is defined.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-parsec/parsec-service/parsec-service_0.8.1.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-parsec/parsec-service/parsec-service_0.8.1.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#56322
·
|
|
[meta-security][PATCH 1/2] layer.conf: enable apparmor for qemu machine
Signed-off-by: Armin Kuster <akuster808@...>
---
conf/layer.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index 1f83593..21f03d1 100644
---
Signed-off-by: Armin Kuster <akuster808@...>
---
conf/layer.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index 1f83593..21f03d1 100644
---
|
By
Armin Kuster
·
#56321
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hello Konrad,
Thank you very much!
The package is now building.
I have sent a corresponding patch.
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann
Hello Konrad,
Thank you very much!
The package is now building.
I have sent a corresponding patch.
Many greetings,
Matthias
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann
|
By
Matthias Klein
·
#56320
·
|
|
[yocto-autobuilder-helper][hardknott 3/3] shared-repos: Use tar instead of rsync for speed
From: Richard Purdie <richard.purdie@...>
The rysnc of 20,000 files (650MB) onto the nas is slow taking ~3 minutes
at idle and worse at load. This is due to the number of files
From: Richard Purdie <richard.purdie@...>
The rysnc of 20,000 files (650MB) onto the nas is slow taking ~3 minutes
at idle and worse at load. This is due to the number of files
|
By
Anuj Mittal
·
#56319
·
|
|
[yocto-autobuilder-helper][hardknott 2/3] prepare-shared-repos: Make it clear when rsync starts in logs
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
|
By
Anuj Mittal
·
#56318
·
|
|
[yocto-autobuilder-helper][hardknott 1/3] scripts/prepare-shared-repos: Use tmpfs for speed
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
From: Richard Purdie <richard.purdie@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
|
By
Anuj Mittal
·
#56317
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hi Matthias,
you're right :(
PYPA_WHEEL = "${S}/py-smbus/dist/smbus-*-*.whl"
finally does it
@Tim @Richard
PYPA_WHEEL doesn't respect SETUPTOOLS_SETUP_PATH, which might be another issue to
Hi Matthias,
you're right :(
PYPA_WHEEL = "${S}/py-smbus/dist/smbus-*-*.whl"
finally does it
@Tim @Richard
PYPA_WHEEL doesn't respect SETUPTOOLS_SETUP_PATH, which might be another issue to
|
By
Konrad Weihmann <kweihmann@...>
·
#56316
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
Hello Konrad,
unfortunately it still does not build:
ERROR: smbus-*-*.whl is not a valid wheel filename.
Best regards,
Matthias
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann
Hello Konrad,
unfortunately it still does not build:
ERROR: smbus-*-*.whl is not a valid wheel filename.
Best regards,
Matthias
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann
|
By
Matthias Klein
·
#56315
·
|
|
Re: python3-smbus no longer builds - Does anyone have an idea?
ERROR: smbus-*-*.whl is not a valid wheel filename.
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann <kweihmann@...>
Gesendet: Montag, 28. Februar 2022 13:59
An: Matthias Klein
ERROR: smbus-*-*.whl is not a valid wheel filename.
-----Ursprüngliche Nachricht-----
Von: Konrad Weihmann <kweihmann@...>
Gesendet: Montag, 28. Februar 2022 13:59
An: Matthias Klein
|
By
Matthias Klein
·
#56314
·
|