|
Re: Yocto Image Build for NXP i.MX8M
On 28.11.2019 09:32, Aj Cit wrote:
Isn't this warning message straightforward?
What is your build environment?
Are you using root in fact?
-- Maciej PijanowskiEmbedded
On 28.11.2019 09:32, Aj Cit wrote:
Isn't this warning message straightforward?
What is your build environment?
Are you using root in fact?
-- Maciej PijanowskiEmbedded
|
By
Maciej Pijanowski
·
#47446
·
|
|
Architecture of .wic approach; image of images
Hello all,
What is the intended approach of building images using WIC?
Most image types (except .wic) build a (root or initial ram) filesystem from *packages*, then create the respective archive or
Hello all,
What is the intended approach of building images using WIC?
Most image types (except .wic) build a (root or initial ram) filesystem from *packages*, then create the respective archive or
|
By
Leon Woestenberg
·
#47445
·
|
|
Re: Yocto Image Build for NXP i.MX8M
I've followed the instruction from the yocto project:
https://www.yoctoproject.org/docs/3.0/brief-yoctoprojectqs/brief-yoctoprojectqs.html
till the bitbake command. However, I'm getting the following
I've followed the instruction from the yocto project:
https://www.yoctoproject.org/docs/3.0/brief-yoctoprojectqs/brief-yoctoprojectqs.html
till the bitbake command. However, I'm getting the following
|
By
Aj Cit
·
#47444
·
|
|
Re: Yocto Image Build for NXP i.MX8M
Please name the layers and their versions in use, the MACHINE setting
that you are using, the bitbake command you are issuing and the error
message. The latter please verbatim, not only the two most
Please name the layers and their versions in use, the MACHINE setting
that you are using, the bitbake command you are issuing and the error
message. The latter please verbatim, not only the two most
|
By
Josef Holzmayr <holzmayr@...>
·
#47443
·
|
|
Yocto Image Build for NXP i.MX8M
Hello,
I'm trying to build a Yocto image for NXP i.MX8M (4 core 64-bit A53s). I am getting some error when I execute the bitmake command.
I'd appreciate if you could guide me with next steps. Any
Hello,
I'm trying to build a Yocto image for NXP i.MX8M (4 core 64-bit A53s). I am getting some error when I execute the bitmake command.
I'd appreciate if you could guide me with next steps. Any
|
By
Aj Cit
·
#47442
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.0.1.rc3)
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.1.rc3.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hello All,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.0.1.rc3.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#47441
·
|
|
Re: OpenEmbedded Workshop at FOSDEM20 CFP
We forgot to mention that the deadline for the CFP is December 15th.
Please get your topic in before the deadline.
Also, look for early-bird tickets next week!
We forgot to mention that the deadline for the CFP is December 15th.
Please get your topic in before the deadline.
Also, look for early-bird tickets next week!
|
By
Jon Mason
·
#47440
·
|
|
Which layer is best for tpm2 stack
Hello,
I need to use a TPM2 software stack for my project (tpm2-tools, tpm2-abrmd, tpm2-tss, etc.), where I am already using Yocto, meta-intel, meta-oe, meta-networking, etc.
I see there are
Hello,
I need to use a TPM2 software stack for my project (tpm2-tools, tpm2-abrmd, tpm2-tss, etc.), where I am already using Yocto, meta-intel, meta-oe, meta-networking, etc.
I see there are
|
By
Diego Santa Cruz
·
#47439
·
|
|
Re: How to reduce rootfs image size?
Hi JH,
The image root file system size is based on the actual content of the root file system. Besides ROOTFS_SIZE there are other variables that control how the root file system is
Hi JH,
The image root file system size is based on the actual content of the root file system. Besides ROOTFS_SIZE there are other variables that control how the root file system is
|
By
Rudolf J Streif
·
#47438
·
|
|
Re: Yocto build to add root password
Mauro wrote...
Switching to the ‘$(openssl …)’ form has worked, even using the ${ROOT_PASSWORD} variable.
Thanks for your help!
-Andy.
Mauro wrote...
Switching to the ‘$(openssl …)’ form has worked, even using the ${ROOT_PASSWORD} variable.
Thanks for your help!
-Andy.
|
By
andy.pont@sdcsystems.com <andy.pont@...>
·
#47437
·
|
|
Re: How to reduce rootfs image size?
Hi
If you want to reduce the size of your root filesystem, you have to
remove software you don't need. IMAGE_ROOTFS_SIZE has no effect on the
size of your image-rootfs.tar.gz. Putting a smaller size
Hi
If you want to reduce the size of your root filesystem, you have to
remove software you don't need. IMAGE_ROOTFS_SIZE has no effect on the
size of your image-rootfs.tar.gz. Putting a smaller size
|
By
Fabien Lahoudere <fabien.lahoudere@...>
·
#47436
·
|
|
Re: Yocto build to add root password
Actually I'm using:
EXTRA_USERS_PARAMS = " usermod -p '$(openssl passwd -6 myrootpassword)' root;"
with success on warrior.
Sorry, I forgot to mention that with password algorithms like the -6 we
Actually I'm using:
EXTRA_USERS_PARAMS = " usermod -p '$(openssl passwd -6 myrootpassword)' root;"
with success on warrior.
Sorry, I forgot to mention that with password algorithms like the -6 we
|
By
Mauro
·
#47435
·
|
|
Re: How to reduce rootfs image size?
tar.gz ist a content-based format, not a filesystem based one. So if the
tarball is that big, then you certainly have all those things in your
rootfs. Look at the manifest files to find out that goes
tar.gz ist a content-based format, not a filesystem based one. So if the
tarball is that big, then you certainly have all those things in your
rootfs. Look at the manifest files to find out that goes
|
By
Josef Holzmayr <holzmayr@...>
·
#47434
·
|
|
How to reduce rootfs image size?
Hi,
Does the Yocto rootfs image size is based on real contents included in
the image-rootfs.tar.gz?
When I build the image with very large size of applications and
libraries such as boost, I have my
Hi,
Does the Yocto rootfs image size is based on real contents included in
the image-rootfs.tar.gz?
When I build the image with very large size of applications and
libraries such as boost, I have my
|
By
JH
·
#47433
·
|
|
Re: Yocto build to add root password
Mauro wrote...
I tried this out on a build that I am working on for which I needed to add a root password and to create a non-root user with a password.
If I use:
EXTRA_USERS_PARAMS += "usermod -p
Mauro wrote...
I tried this out on a build that I am working on for which I needed to add a root password and to create a non-root user with a password.
If I use:
EXTRA_USERS_PARAMS += "usermod -p
|
By
andy.pont@sdcsystems.com <andy.pont@...>
·
#47432
·
|
|
Re: What signal type from DBUS query to get 4G LTE singaling strenth level, RSSI?
Apology, wrong mailing list.
Apology, wrong mailing list.
|
By
JH
·
#47431
·
|
|
What signal type from DBUS query to get 4G LTE singaling strenth level, RSSI?
Hi,
I am using dbus to query 4G LTE signaling strength level from
"Strength" and get -80 or -100, is it from RSSI?
dbus_message_new_method_call("net.connman", "/",
"net.connman.Manager",
Hi,
I am using dbus to query 4G LTE signaling strength level from
"Strength" and get -80 or -100, is it from RSSI?
dbus_message_new_method_call("net.connman", "/",
"net.connman.Manager",
|
By
JH
·
#47430
·
|
|
[yocto-announce] [ANNOUNCEMENT] Yocto Project 2.7.2 (Warrior 21.0.2) Released
Hello,
We are pleased to announce the Yocto Project 2.7.2 (warrior-21.0.2) Release is now available for
Hello,
We are pleased to announce the Yocto Project 2.7.2 (warrior-21.0.2) Release is now available for
|
By
Vineela
·
#47429
·
|
|
Re: [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8
We've all done it at some point ;)
Cheers
Paul
--
Paul Eggleton
Intel System Software Products
We've all done it at some point ;)
Cheers
Paul
--
Paul Eggleton
Intel System Software Products
|
By
Paul Eggleton
·
#47428
·
|
|
Re: Adding python3-compile-native
For a release as old as Krogoth, any dependency on python3-compile should be target-specific. Recent releases have the relevant provides set so that python3-native provides those names and
For a release as old as Krogoth, any dependency on python3-compile should be target-specific. Recent releases have the relevant provides set so that python3-native provides those names and
|
By
Ross Burton <ross.burton@...>
·
#47427
·
|