|
Re: [PATCH][meta-zephyr] layer.conf: add compatibility with Gatesgarth
Merged.
By
Naveen Saini
·
#51114
·
|
|
Re: Generating non-rootfs file system images as update artifacts for multi-partition image updates
I do not know if this precisely answers your question, but creating bbclass functionality to create a different type of image may be the way to go.
What you are suggesting sounds similar to
I do not know if this precisely answers your question, but creating bbclass functionality to create a different type of image may be the way to go.
What you are suggesting sounds similar to
|
By
Chuck Wolber
·
#51113
·
|
|
Re: dnf error coming while compiling core-image-sato image.
Hi Nikhil,
What exact steps did you take before getting this error and
what build host are you using?
Are you able to build core-image-minimal using oe-core/master
and the default local.conf for
Hi Nikhil,
What exact steps did you take before getting this error and
what build host are you using?
Are you able to build core-image-minimal using oe-core/master
and the default local.conf for
|
By
Randy MacLeod
·
#51112
·
|
|
Re: do_fetch error while compiling code
Hi Nikhil,
$cd /tmp; wget http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2
works for me so it's not the upstream web server at least at this
instant.
Can you run this
Hi Nikhil,
$cd /tmp; wget http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2
works for me so it's not the upstream web server at least at this
instant.
Can you run this
|
By
Randy MacLeod
·
#51111
·
|
|
M+ & H bugs with Milestone Movements WW42
All,
YP M+ or high bugs which moved to a new milestone in WW42 are listed below:
Priority
Bug ID
Short
All,
YP M+ or high bugs which moved to a new milestone in WW42 are listed below:
Priority
Bug ID
Short
|
By
Stephen Jolley
·
#51110
·
|
|
Enhancements/Bugs closed WW42
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#51109
·
|
|
Current high bug count owners for Yocto Project 3.2 & 3.3
All,
Below is the list as of top 50 bug owners as of the end of WW42 of who have open medium or higher bugs and enhancements against YP 3.2 & 3.3. There are 8 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW42 of who have open medium or higher bugs and enhancements against YP 3.2 & 3.3. There are 8 possible work days left until the final
|
By
Stephen Jolley
·
#51108
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#51107
·
|
|
Re: Generating non-rootfs file system images as update artifacts for multi-partition image updates
Hi Stefano,
Am Montag, den 19.10.2020, 18:23 +0200 schrieb Stefano Babic:
my intention was a bit different I think. I actually wanted to generate
the /app out of the rootfs image. But then re-use the
Hi Stefano,
Am Montag, den 19.10.2020, 18:23 +0200 schrieb Stefano Babic:
my intention was a bit different I think. I actually wanted to generate
the /app out of the rootfs image. But then re-use the
|
By
Enrico J?rns
·
#51106
·
|
|
[PATCH][meta-zephyr] layer.conf: add compatibility with Gatesgarth
Signed-off-by: Ross Burton <ross.burton@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 1d41b3f..4ecd6a2
Signed-off-by: Ross Burton <ross.burton@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 1d41b3f..4ecd6a2
|
By
Ross Burton
·
#51105
·
|
|
Re: Generating non-rootfs file system images as update artifacts for multi-partition image updates
Hi Enrico,
I had the same use case as you, and I could use something like
part /app --source rawcopy --sourceparams="file=..."
and the file points to the image I want to put on the partition.
I
Hi Enrico,
I had the same use case as you, and I could use something like
part /app --source rawcopy --sourceparams="file=..."
and the file points to the image I want to put on the partition.
I
|
By
Stefano Babic
·
#51104
·
|
|
Generating non-rootfs file system images as update artifacts for multi-partition image updates
Hi,
as I did not have much success with my question in the OR irc, let's
try it here in a more verbose way. ;)
Imagine I have an A+B redundant boot system, with additional bootloader
and separate
Hi,
as I did not have much success with my question in the OR irc, let's
try it here in a more verbose way. ;)
Imagine I have an A+B redundant boot system, with additional bootloader
and separate
|
By
Enrico J?rns
·
#51103
·
|
|
Re: [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT
Small typo in commit summary, but other than that please merge :).
Small typo in commit summary, but other than that please merge :).
|
By
Martin Jansa
·
#51102
·
|
|
Re: Using RDEPENDS in bbappend files to install additional packages?
Hi Robert,
I'd say they either should be added to IMAGE_INSTALL one by one, or
being put into a packagegroup or even use RRECOMMENDS instead of
RDEPENDS. To me, it feels wrong too, if it's really not
Hi Robert,
I'd say they either should be added to IMAGE_INSTALL one by one, or
being put into a packagegroup or even use RRECOMMENDS instead of
RDEPENDS. To me, it feels wrong too, if it's really not
|
By
Quentin Schulz
·
#51101
·
|
|
Using RDEPENDS in bbappend files to install additional packages?
Another question regarding recipe/coding style (based on actual
examples I run across in existing code bases).
In one vendor's layer, in file "lighttpd_1.4.%.bbappend", I read:
RDEPENDS_${PN} += "
Another question regarding recipe/coding style (based on actual
examples I run across in existing code bases).
In one vendor's layer, in file "lighttpd_1.4.%.bbappend", I read:
RDEPENDS_${PN} += "
|
By
Robert P. J. Day
·
#51100
·
|
|
Re: #yocto methodology to port from older yocto revisions to current
#yocto
I feel that porting from an older Yocto release to a newer one is not the best approach. The delta can be very large, and it can be very painful and time consuming to handle it all at once. By the
I feel that porting from an older Yocto release to a newer one is not the best approach. The delta can be very large, and it can be very painful and time consuming to handle it all at once. By the
|
By
Alexander Kanavin
·
#51099
·
|
|
Re: #yocto methodology to port from older yocto revisions to current
#yocto
Hi Steve,
You have a few of the changes highlighted in:
https://docs.yoctoproject.org/ref-manual/migration.html
Obviously, you'd need to do all the changes between Rocko and the
version you're
Hi Steve,
You have a few of the changes highlighted in:
https://docs.yoctoproject.org/ref-manual/migration.html
Obviously, you'd need to do all the changes between Rocko and the
version you're
|
By
Quentin Schulz
·
#51098
·
|
|
#yocto methodology to port from older yocto revisions to current
#yocto
Hello:
I am currently at Yocto release “Rocko 2.4.1” and I am looking into the effort to port to the latest Yocto release…
We have been using this rocko platform revision for the last
Hello:
I am currently at Yocto release “Rocko 2.4.1” and I am looking into the effort to port to the latest Yocto release…
We have been using this rocko platform revision for the last
|
By
Monsees, Steven C (US)
·
#51097
·
|
|
Re: slightly weird use of PACKAGECONFIG in bbappend file?
I'm on record as strongly suggesting PACKAGECONFIG entries should be in
the base recipes, there isn't a good reason I'm aware of not to do
that. Obviously the system is very flexible
I'm on record as strongly suggesting PACKAGECONFIG entries should be in
the base recipes, there isn't a good reason I'm aware of not to do
that. Obviously the system is very flexible
|
By
Richard Purdie
·
#51096
·
|
|
[meta-cgl][PATCH] resource-agents: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead,
as suggested by systemd.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
...ervice.in-use-run-instead-of-var-run.patch | 31
/var/run has been deprecated by systemd, so use /run instead,
as suggested by systemd.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
...ervice.in-use-run-instead-of-var-run.patch | 31
|
By
Chen Qi
·
#51095
·
|