|
[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
·
|
|
Re: Yocto - glib-gettextize: not found
#yocto
Perhaps add depends on glib-2.0-native
Perhaps add depends on glib-2.0-native
|
By
Khem Raj
·
#51094
·
|
|
Re: slightly weird use of PACKAGECONFIG in bbappend file?
there is no such hard and fast rule. Should all packageconfig knobs be in
main recipe, perhaps a good practice but not necessary,
there is no such hard and fast rule. Should all packageconfig knobs be in
main recipe, perhaps a good practice but not necessary,
|
By
Khem Raj
·
#51093
·
|
|
Yocto - glib-gettextize: not found
#yocto
I'm trying to compile a recipe based on autotools, but it still fails in do_configure:glib-gettextize: not found
However, I have glib-2.0 in my DEPENDS which generates the glib-2.0-dev package
I'm trying to compile a recipe based on autotools, but it still fails in do_configure:glib-gettextize: not found
However, I have glib-2.0 in my DEPENDS which generates the glib-2.0-dev package
|
By
zidouhzakaria@...
·
#51092
·
|
|
slightly weird use of PACKAGECONFIG in bbappend file?
currently updating lots of YP class notes, and writing a short
section on "coding style", and ran across the following oddity(?)
related to PACKAGECONFIG (all on master branches).
i noticed in
currently updating lots of YP class notes, and writing a short
section on "coding style", and ran across the following oddity(?)
related to PACKAGECONFIG (all on master branches).
i noticed in
|
By
Robert P. J. Day
·
#51091
·
|
|
dnf error coming while compiling core-image-sato image.
Hi team ,
I am getting continuously dnf error, How we can resolve these .
core-image-sato-1.0-r0 do_rootfs: Could not invoke dnf. Command
Hi team ,
I am getting continuously dnf error, How we can resolve these .
core-image-sato-1.0-r0 do_rootfs: Could not invoke dnf. Command
|
By
NIKHIL PATIL
·
#51090
·
|
|
Re: Which dts is being compiled?
Hi,
The kernel compiles every DTS exists in the Makefile which is located with DTS files. (arch/arm/boot/dts/Makefile) or (arch/arm64/boot/dts/[VENDOR]/Makefile)
In order to see what device tree is
Hi,
The kernel compiles every DTS exists in the Makefile which is located with DTS files. (arch/arm/boot/dts/Makefile) or (arch/arm64/boot/dts/[VENDOR]/Makefile)
In order to see what device tree is
|
By
Bel Hadj Salem Talel
·
#51089
·
|
|
Re: Which dts is being compiled?
Hello David,
Not sure if your question has anything to do with YOCTO (in contrary,
I this is has nothing to do with it). I see kerne's .dtb from U-BOOT
messages while booting the system:
debug:
Hello David,
Not sure if your question has anything to do with YOCTO (in contrary,
I this is has nothing to do with it). I see kerne's .dtb from U-BOOT
messages while booting the system:
debug:
|
By
Zoran
·
#51088
·
|
|
Re: do_fetch error while compiling code
The fetch error means it can't download the file. The above link:
(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2)
works for me so it suggests something is wrong with
The fetch error means it can't download the file. The above link:
(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.15.tar.bz2)
works for me so it suggests something is wrong with
|
By
Richard Purdie
·
#51087
·
|
|
Re: do_fetch error while compiling code
hi ,
We totally stuck here , if anyone knows please let us know.
hi ,
We totally stuck here , if anyone knows please let us know.
|
By
NIKHIL PATIL
·
#51086
·
|