|
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
·
|
|
Yocto Project Status WW48'19
Current Dev Position: YP 3.1 M1
Next Deadline: YP 3.1 M1 build Dec. 2, 2019
Next Team Meetings:
Bug Triage meeting Thursday Dec. 5th at 7:30am PDT (https://zoom.us/j/454367603)
Monthly Project
Current Dev Position: YP 3.1 M1
Next Deadline: YP 3.1 M1 build Dec. 2, 2019
Next Team Meetings:
Bug Triage meeting Thursday Dec. 5th at 7:30am PDT (https://zoom.us/j/454367603)
Monthly Project
|
By
Stephen Jolley
·
#47426
·
|
|
Adding python3-compile-native
Hi all.
How can I add python3-compile-native to my bsp?
I working with Krogoth, I llok python-3.5-manifest.inc where FILES_${PN}-compile is defined.
I think I need to define
Hi all.
How can I add python3-compile-native to my bsp?
I working with Krogoth, I llok python-3.5-manifest.inc where FILES_${PN}-compile is defined.
I think I need to define
|
By
Mauro Ziliani
·
#47425
·
|
|
Re: [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8
Hi Paul,
*sigh* Guilty of "last minute renaming and not retesting".
Thanks for taking care of it, will make sure I'll be more careful before
sending patches.
Quentin
Hi Paul,
*sigh* Guilty of "last minute renaming and not retesting".
Thanks for taking care of it, will make sure I'll be more careful before
sending patches.
Quentin
|
By
Quentin Schulz
·
#47424
·
|
|
Re: Yocto build to add root password
Thanks Gabriele, Rudolf and Mauro, brilliant.
Thanks Gabriele, Rudolf and Mauro, brilliant.
|
By
JH
·
#47423
·
|
|
Re: [RFC] Yocto Autobuilder and LAVA Integration
Hi Nicholas
By
Aaron Chan
·
#47422
·
|
|
Re: [meta-security][PATCH 1/3] checksecurity: use more portable find args
Micheal,
On 11/25/19 8:41 AM, Christopher Larson wrote:
These patches did not land in patchwork. maybe something to do with the mailing list change??
They are in
Micheal,
On 11/25/19 8:41 AM, Christopher Larson wrote:
These patches did not land in patchwork. maybe something to do with the mailing list change??
They are in
|
By
Armin Kuster
·
#47421
·
|
|
Re: [warrior] [meta-qt4] recipes-qt4: qt4-embedded: fix build on GCC v8
Hi Quentin
So I tested this and the name of the patch doesn't match up with the change to
SRC_URI. I have however gone ahead and fixed it and merged it to warrior, but
if you could please ensure
Hi Quentin
So I tested this and the name of the patch doesn't match up with the change to
SRC_URI. I have however gone ahead and fixed it and merged it to warrior, but
if you could please ensure
|
By
Paul Eggleton
·
#47420
·
|
|
[meta-qt4][PATCH] qt4: fix SRC_URI to point to archive
Qt4 is in the archive directory upstream so change SRC_URI and
UPSTREAM_CHECK_URI to avoid warnings.
Signed-off-by: Paul Eggleton <paul.eggleton@...>
---
Qt4 is in the archive directory upstream so change SRC_URI and
UPSTREAM_CHECK_URI to avoid warnings.
Signed-off-by: Paul Eggleton <paul.eggleton@...>
---
|
By
Paul Eggleton
·
#47419
·
|
|
[meta-security][PATCH] meta: inherit features_check instead of distro_features_check
From: Ming Liu <liu.ming50@...>
distro_features_check has been deprecated in OE.
Signed-off-by: Ming Liu <liu.ming50@...>
---
recipes-mac/ccs-tools/ccs-tools_1.8.4.bb
From: Ming Liu <liu.ming50@...>
distro_features_check has been deprecated in OE.
Signed-off-by: Ming Liu <liu.ming50@...>
---
recipes-mac/ccs-tools/ccs-tools_1.8.4.bb
|
By
liu.ming50@...
·
#47418
·
|
|
Re: [RFC] Yocto Autobuilder and LAVA Integration
Aaron is explaining the current implementation in the Yocto Autobuilder it relays of being in the same network/access with LAVA and the tests are driven only by OE testimage and right
it requires to
Aaron is explaining the current implementation in the Yocto Autobuilder it relays of being in the same network/access with LAVA and the tests are driven only by OE testimage and right
it requires to
|
By
Anibal Limon
·
#47417
·
|