|
Re: [meta-security][PATCH] tpm2-tools: libtss added to RDEPENDS
Yes. We do not have tested this on kirkstone, so this patch is for honister only now.
--
Michał Kotyla
Embedded Linux Developer
GPG: 14FC54DC259CF70A
https://3mdeb.com | @3mdeb_com
Yes. We do not have tested this on kirkstone, so this patch is for honister only now.
--
Michał Kotyla
Embedded Linux Developer
GPG: 14FC54DC259CF70A
https://3mdeb.com | @3mdeb_com
|
By
Michał Kotyla
·
#56966
·
|
|
Re: [meta-security][PATCH] tpm2-tools: libtss added to RDEPENDS
The current version of tpm2-tools is 5.2. Was this meant for honister?
- armin
The current version of tpm2-tools is 5.2. Was this meant for honister?
- armin
|
By
Armin Kuster
·
#56965
·
|
|
Re: OS-less SDK
its possible to build baremetal toolchains, e.g. look at meta-riscv baremetal machines e.g.
https://github.com/riscv/meta-riscv/blob/master/conf/machine/baremetal-riscv32.conf
you can
its possible to build baremetal toolchains, e.g. look at meta-riscv baremetal machines e.g.
https://github.com/riscv/meta-riscv/blob/master/conf/machine/baremetal-riscv32.conf
you can
|
By
Khem Raj
·
#56964
·
|
|
Re: Adding systemd to yocto
The INIT_MANAGER variable added in zeus removes the need to tinker with
DISTRO_FEATURES and VIRTUAL-RUNTIME* variables, all it takes to use
systemd is INIT_MANAGER = "systemd".
The INIT_MANAGER variable added in zeus removes the need to tinker with
DISTRO_FEATURES and VIRTUAL-RUNTIME* variables, all it takes to use
systemd is INIT_MANAGER = "systemd".
|
By
Scott Murray
·
#56963
·
|
|
Re: Question about initramfs and fitImage
Hello Khoi,
This might be is your starting point:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html
Zee
_______
<khoidinhtrinh@...> wrote:
Hello Khoi,
This might be is your starting point:
https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html
Zee
_______
<khoidinhtrinh@...> wrote:
|
By
Zoran
·
#56962
·
|
|
Yocto cyrillic characters support
#yocto
I am having trouble creating files with cyrillic characters on a yocto generated image.
For eg. If I try to create a file like :
# touch 1Черная
I do get:
# ls
1??????
I have verified
I am having trouble creating files with cyrillic characters on a yocto generated image.
For eg. If I try to create a file like :
# touch 1Черная
I do get:
# ls
1??????
I have verified
|
By
Ashutosh Naik
·
#56961
·
|
|
Re: OS-less SDK
Hello Alessio,
Good question. I know Xilinx has put effort to support their MCUs with Yocto.
However, define what you mean by SDK? Which libraries or programming
languages are you thinking of beyond
Hello Alessio,
Good question. I know Xilinx has put effort to support their MCUs with Yocto.
However, define what you mean by SDK? Which libraries or programming
languages are you thinking of beyond
|
By
Leon Woestenberg
·
#56960
·
|
|
[PATCH yocto-autobuilder-helper] config.json: also build meta-virt for qemuarm
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/config.json b/config.json
index dc59d7f..afae5e9 100644
--- a/config.json
+++
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/config.json b/config.json
index dc59d7f..afae5e9 100644
--- a/config.json
+++
|
By
Ross Burton
·
#56959
·
|
|
Re: [OE-core] [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.16.rc1)
Thanks!
The TSC did discuss the perf issue earlier in the week and were good to release
if there were no other issues found, we should therefore be good to release.
Cheers,
Richard
Thanks!
The TSC did discuss the perf issue earlier in the week and were good to release
if there were no other issues found, we should therefore be good to release.
Cheers,
Richard
|
By
Richard Purdie
·
#56958
·
|
|
Re: [PATCH yocto-autobuilder2 v2] config.py: add meta-virtualization to a-full
Acked-by: Bruce Ashfield <bruce.ashfield@...>
The meta-virtualization "team" will do my best to respond to breakages
in a timely manner :)
Bruce
--
- Thou shalt not follow the NULL pointer,
Acked-by: Bruce Ashfield <bruce.ashfield@...>
The meta-virtualization "team" will do my best to respond to breakages
in a timely manner :)
Bruce
--
- Thou shalt not follow the NULL pointer,
|
By
Bruce Ashfield
·
#56957
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization
I’m retracting this, more places need to handle the rename and we can just live with the short name.
Ross
I’m retracting this, more places need to handle the rename and we can just live with the short name.
Ross
|
By
Ross Burton
·
#56956
·
|
|
[PATCH yocto-autobuilder2 v2] config.py: add meta-virtualization to a-full
The meta-virtualization builder is reliable and useful now, so add it to
a-full.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2
The meta-virtualization builder is reliable and useful now, so add it to
a-full.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2
|
By
Ross Burton
·
#56955
·
|
|
Re: OS-less SDK
Hi Alessio,
Have you had a look at crosstool-ng?
Best regards, Laurent.
Hi Alessio,
Have you had a look at crosstool-ng?
Best regards, Laurent.
|
By
Laurent Gauthier
·
#56954
·
|
|
OS-less SDK
Dear Yocto developers,
Is there a way to generate an SDK which contains the toolchain for
bare-metal systems (i.e. MCU without operating system)?
Thanks in advance!
Ciao,
Alessio
Dear Yocto developers,
Is there a way to generate an SDK which contains the toolchain for
bare-metal systems (i.e. MCU without operating system)?
Thanks in advance!
Ciao,
Alessio
|
By
Alessio Igor Bogani
·
#56953
·
|
|
[PATCH yocto-autobuilder2] config.py: add meta-virtualization to a-full
The meta-virtualization builder is reliable and useful now, so add it to
a-full.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2
The meta-virtualization builder is reliable and useful now, so add it to
a-full.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2
|
By
Ross Burton
·
#56952
·
|
|
[PATCH yocto-autobuilder-helper] config.json: rename meta-virt to meta-virtualization
Use the name of the layer instead of a contraction, for clarity.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Use the name of the layer instead of a contraction, for clarity.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Ross Burton
·
#56951
·
|
|
Re: Adding systemd to yocto
Line 30-36 include changes to convert a sysvinit image to systemd.
https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30
Line 30-36 include changes to convert a sysvinit image to systemd.
https://github.com/jwinarske/manifests/blob/honister/conf/rpi64_config#L30
|
By
Joel Winarske
·
#56950
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.16.rc1)
Hi All,
This is the full report for yocto-3.1.16.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi All,
This is the full report for yocto-3.1.16.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#56949
·
|
|
Question about initramfs and fitImage
Hi All,
I'm trying to build an image that uses the currently built image as the initramfs instead of having to specify it in "INITRAMFS_IMAGE". For example, when I run "bibake image-something", I'm
Hi All,
I'm trying to build an image that uses the currently built image as the initramfs instead of having to specify it in "INITRAMFS_IMAGE". For example, when I run "bibake image-something", I'm
|
By
Khoi Dinh Trinh <khoidinhtrinh@...>
·
#56948
·
|
|
Adding systemd to yocto
Greetings,
I tried to add systemd to weston-image-core by adding the following lines in local.conf:
DISTRO_FEATURES:append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd"
And indeed, bitbake
Greetings,
I tried to add systemd to weston-image-core by adding the following lines in local.conf:
DISTRO_FEATURES:append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd"
And indeed, bitbake
|
By
Edgar Mobile
·
#56947
·
|