Hi,
I am trying to wrap my head around how to incorporate qemu in our
test/development cycle. I am currently building machine genericx86-64
machine producing a SDK and a number of files. One of them are the
qemuboot.conf file but it have some path that is a relative path to the
work directory. I w
Signed-off-by: Armin Kuster
---
conf/layer.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index 675a149..76f5bd6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,3 +12,5 @@ BBFILE_PRIORITY_security = "8"
LAYERSERIES_COMPAT_security = "thud"
and favor python-scapy
Signed-off-by: Armin Kuster
---
.../packagegroup/packagegroup-core-security.bb | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb
b/recipes-security/packagegroup/packag
Signed-off-by: Armin Kuster
---
recipes-security/packagegroup/packagegroup-core-security.bb | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb
b/recipes-security/packagegroup/packagegroup-core-security.bb
index 531
On 2018/10/24 23:35, Zolee K wrote:
Hi All,
I noticed in my device that the time is 2 hours early and UTC. Could you
suggest a correct way to set the timezone with a recipe file to
Europe/Budapest?
Thanks,
Zoli
Hi Zoli
IMAGE_INSTALL_append = " tzdata"
DEFAULT_TIMEZONE = "Europe/Budape
Hi Zoli
On Thursday, 25 October 2018 2:36:31 AM NZDT Zolee K wrote:
> I created a new layer, modified the conf file content according to the
> decumentation:
> # We have a conf and classes directory, add to BBPATH
> BBPATH .= ":${LAYERDIR}"
>
> # We have recipes-* directories, add to BBFILES
> BB
On Wed, 24 Oct 2018 at 09:11, Andrey Strunin wrote:
> My machine configuration is Mips64 and I use MULTILIB. It works ok, but
> there is a question...
> Is it possible to build a recipe(non library) only for 32bit?
> I know about lib32-${libname} notation, but what about non-libraries?
> The sourc
Hi all.
Do you know if there is some layers ready for the board in subject?
It is an IBASE IB550F.
Thanks all
Mauro
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi All,
I noticed in my device that the time is 2 hours early and UTC. Could you
suggest a correct way to set the timezone with a recipe file to
Europe/Budapest?
Thanks,
Zoli
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.
Hello,
I am trying to run Weston 5.0 using poky's rocko branch, so I backported a few
packages from poky master branch to my own custom layer. But in this process
xserver-xorg is giving me a compilation error. The contents of the log file are
as follows:
aarch64-pdm3-linux-gcc
--sysroot=/medi
Hi,
I created a new layer, modified the conf file content according to the
decumentation:
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*
Hi, folks!
My machine configuration is Mips64 and I use MULTILIB. It works ok, but
there is a question...
Is it possible to build a recipe(non library) only for 32bit?
I know about lib32-${libname} notation, but what about non-libraries?
The sources I have to compile aren't build on 64bit at al
12 matches
Mail list logo