|
Build issue - newbie
In the directory that you checked out the git repo, open the following file: poky/meta-poky/conf/distro/poky.conf At the top of the file it will show DISTRO_VERSION and DISTRO_CODENAME I suspect that
In the directory that you checked out the git repo, open the following file: poky/meta-poky/conf/distro/poky.conf At the top of the file it will show DISTRO_VERSION and DISTRO_CODENAME I suspect that
|
By
Morne
· #47652
·
|
|
Build issue - newbie
What YP version are you using ? Can you verify that you are using the same YP version in both cases ? - Morné
What YP version are you using ? Can you verify that you are using the same YP version in both cases ? - Morné
|
By
Morne
· #47649
·
|
|
Are both TFTPd and TFTPd-HPA handled in one YP version ?
I suggest having a look at the relevant recipes at the openembedded layer index. You can filter per yocto version. Check if the either of the two recipes list any conflicts. If not, it should be possi
I suggest having a look at the relevant recipes at the openembedded layer index. You can filter per yocto version. Check if the either of the two recipes list any conflicts. If not, it should be possi
|
By
Morne
· #47550
·
|
|
Are both TFTPd and TFTPd-HPA handled in one YP version ?
I think I misunderstood your original question...Can you explain in detail again exactly what you are trying to accomplish ? - Morné
I think I misunderstood your original question...Can you explain in detail again exactly what you are trying to accomplish ? - Morné
|
By
Morne
· #47515
·
|
|
Are both TFTPd and TFTPd-HPA handled in one YP version ?
Are you referring to loading the kernel and dts files from tftp during bootup as part of a TFTP & NFS setup ? If so, that is simply something you configure in U-Boot and any of the YP versions will wo
Are you referring to loading the kernel and dts files from tftp during bootup as part of a TFTP & NFS setup ? If so, that is simply something you configure in U-Boot and any of the YP versions will wo
|
By
Morne
· #47507
·
|
|
How does metadata include in an image recipe work?
See this previous answer on the mailing list to a similar question: https://www.yoctoproject.org/pipermail/yocto/2018-August/042220.html - Morné
See this previous answer on the mailing list to a similar question: https://www.yoctoproject.org/pipermail/yocto/2018-August/042220.html - Morné
|
By
Morne
· #47476
·
|
|
General Question: Device specific value store
Ideally your hardware should have some sort of hw-based secure key storage, and use that to support some sort of secure boot scheme. You can then implement a chain of trust, allowing you to securely v
Ideally your hardware should have some sort of hw-based secure key storage, and use that to support some sort of secure boot scheme. You can then implement a chain of trust, allowing you to securely v
|
By
Morne
· #45731
·
|
|
General Question: Device specific value store
Not sure if I'm misunderstanding your question, but this should be part of your device commissioning process, i.e. like injecting specific security keys etc...so basically this will part of your image
Not sure if I'm misunderstanding your question, but this should be part of your device commissioning process, i.e. like injecting specific security keys etc...so basically this will part of your image
|
By
Morne
· #45698
·
|
|
Potential (?) systemd YOCTO problems
Stojsavljevic wrote: This is where I found it previously: https://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#using-systemd-exclusively Glad I could help. - Morné
Stojsavljevic wrote: This is where I found it previously: https://www.yoctoproject.org/docs/2.7/dev-manual/dev-manual.html#using-systemd-exclusively Glad I could help. - Morné
|
By
Morne
· #45496
·
|
|
Potential (?) systemd YOCTO problems
I would have a look at the values of DISTRO_FEATURES_BACKFILL_CONSIDERED as well as VIRTUAL-RUNTIME_initscripts. My understanding is that if the former is set to "sysvinit", it causes any redundant Sy
I would have a look at the values of DISTRO_FEATURES_BACKFILL_CONSIDERED as well as VIRTUAL-RUNTIME_initscripts. My understanding is that if the former is set to "sysvinit", it causes any redundant Sy
|
By
Morne
· #45471
·
|
|
do_rootfs fails while attempting to install hostapd package
It wasn't a typo, and that was exactly the problem. Well spotted, everything in the world makes sense again :-) - Morné
It wasn't a typo, and that was exactly the problem. Well spotted, everything in the world makes sense again :-) - Morné
|
By
Morne
· #45468
·
|
|
do_rootfs fails while attempting to install hostapd package
Adding DISTRO_FEATURES_remove += " sysvinit" to my distro conf file, solved the problem. I also have DISTRO_FEATURES_BACKFULL_CONSIDERED = "sysvinit" in my config (also had it during the failed builds
Adding DISTRO_FEATURES_remove += " sysvinit" to my distro conf file, solved the problem. I also have DISTRO_FEATURES_BACKFULL_CONSIDERED = "sysvinit" in my config (also had it during the failed builds
|
By
Morne
· #45466
·
|
|
do_rootfs fails while attempting to install hostapd package
I'm using systemd. I think you may be right, I'll have a look at update-rc.d.bbclass and see if I can debug it. Thanks for the advice ! - Morné
I'm using systemd. I think you may be right, I'll have a look at update-rc.d.bbclass and see if I can debug it. Thanks for the advice ! - Morné
|
By
Morne
· #45464
·
|
|
do_rootfs fails while attempting to install hostapd package
I checked it based on your suggestion, unfortunately found no relevant info. No, just the standard package. - Morné
I checked it based on your suggestion, unfortunately found no relevant info. No, just the standard package. - Morné
|
By
Morne
· #45459
·
|
|
do_rootfs fails while attempting to install hostapd package
Hi I created a new custom distribution and everything seems to work fine until the do_rootfs task is executed. It fails specifically when trying to install the hostapd package, with the error below (s
Hi I created a new custom distribution and everything seems to work fine until the do_rootfs task is executed. It fails specifically when trying to install the hostapd package, with the error below (s
|
By
Morne
· #45457
·
|