|
Re: Kernel panic - not syncing: VFS: Unable to mount root fs ...
Hi,
Are you saying it worked before and now it does not anymore? Did you make changes to the device tree?
Pretty much exactly what the message is saying: the kernel cannot find
Hi,
Are you saying it worked before and now it does not anymore? Did you make changes to the device tree?
Pretty much exactly what the message is saying: the kernel cannot find
|
By
Rudolf J Streif
·
#52527
·
|
|
Kernel panic - not syncing: VFS: Unable to mount root fs ...
I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files:
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
When I try
I rebuilt socfpga_arria10_socdk_sdmmc.dtb in ./sd_card/sdfs/ using modified files:
arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
When I try
|
By
jchludzinski
·
#52526
·
|
|
Re: [opkg-devel] [opkg-utils PATCH] CONTRIBUTING: fix yocto ML link
Merged 1 commit to opkg-utils:master.
18f7bfca3ac6f5c4502ce05de6e5e4fa5360e759
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
Merged 1 commit to opkg-utils:master.
18f7bfca3ac6f5c4502ce05de6e5e4fa5360e759
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
|
By
Alex Stewart
·
#52525
·
|
|
Re: [opkg-devel] [opkg-utils PATCH] opkg-build: make sure destination dir exists
Merged 1 commit to opkg-utils:master.
53ab66853e073f54ef43d3045b38ed0303da72a4
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
Merged 1 commit to opkg-utils:master.
53ab66853e073f54ef43d3045b38ed0303da72a4
Thanks,
--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)
alex.stewart@...
|
By
Alex Stewart
·
#52524
·
|
|
Re: npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json from remote location
i did this:
addtask getsw after do_fetch before do_compile
python do_getsw() {
import os
bb.debug("downloading shrinkwrap file")
os.system ("git archive --remote=ssh://git@... HEAD
i did this:
addtask getsw after do_fetch before do_compile
python do_getsw() {
import os
bb.debug("downloading shrinkwrap file")
os.system ("git archive --remote=ssh://git@... HEAD
|
By
TRO <thomas.roos@...>
·
#52523
·
|
|
Re: [PATCH] dev-manual/common-task.rst: Added documentation for debuginfod support
Dorinda,
Thanks for the patch. Documentation has its own mailing list.
docs@...
Please resend to that list.
-armin
Dorinda,
Thanks for the patch. Documentation has its own mailing list.
docs@...
Please resend to that list.
-armin
|
By
Armin Kuster
·
#52522
·
|
|
[PATCH] dev-manual/common-task.rst: Added documentation for debuginfod support
Added documentation on running debuginfod server and using it on the target.
Signed-off-by: Dorinda Bassey <dorindabassey@...>
---
documentation/dev-manual/common-tasks.rst | 46
Added documentation on running debuginfod server and using it on the target.
Signed-off-by: Dorinda Bassey <dorindabassey@...>
---
documentation/dev-manual/common-tasks.rst | 46
|
By
Dorinda
·
#52521
·
|
|
Re: Poky Dunfell 3.1.6 broken due to pseudo changes
<peter.kjellerstedt@...> wrote:
Yes! Sorry I missed this :-(
Steve
<peter.kjellerstedt@...> wrote:
Yes! Sorry I missed this :-(
Steve
|
By
Steve Sakoman
·
#52520
·
|
|
Including Python3 modules in generated SDK do not work (pandas, dunfell)
Hello,
I have been using Yocto for several years now and I really appreciate all the hard work you all are putting into this project!
I have up until now been able to find
Hello,
I have been using Yocto for several years now and I really appreciate all the hard work you all are putting into this project!
I have up until now been able to find
|
By
Daniel Adolfsson
·
#52519
·
|
|
[meta-security][PATCH] ima-policy-hashed: add CGROUP2_SUPER_MAGIC fsmagic
From: Ming Liu <liu.ming50@...>
This fixes following systemd boot issues:
[ 7.455580] systemd[1]: Failed to create /init.scope control group: Pe=
rmission denied
[ 7.457677] systemd[1]:
From: Ming Liu <liu.ming50@...>
This fixes following systemd boot issues:
[ 7.455580] systemd[1]: Failed to create /init.scope control group: Pe=
rmission denied
[ 7.457677] systemd[1]:
|
By
Ming Liu <liu.ming50@...>
·
#52518
·
|
|
Poky Dunfell 3.1.6 broken due to pseudo changes
If you upgrade an existing build tree to use the Poky Dunfell 3.1.6 release,
you are likely to see a lot of pseudo aborts. This is because commit e3cab68b
in poky (commit 8c1084f3 in meta-yocto) was
If you upgrade an existing build tree to use the Poky Dunfell 3.1.6 release,
you are likely to see a lot of pseudo aborts. This is because commit e3cab68b
in poky (commit 8c1084f3 in meta-yocto) was
|
By
Peter Kjellerstedt
·
#52517
·
|
|
Re: Dunfell, nodejs and typescript - short experience report
Hi Simon,
thank you - in my current solution I don't use npm bbclass at all.
I basically use npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json;dev=True
this will downloadall npm stuff including angular
Hi Simon,
thank you - in my current solution I don't use npm bbclass at all.
I basically use npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json;dev=True
this will downloadall npm stuff including angular
|
By
TRO <thomas.roos@...>
·
#52516
·
|
|
npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json from remote location
Hi,
bitbake fetcher for npmsw - npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json
wondering if it is possible to download npm-shrinkwrap.json from remote before evaluating it's dependencies.
For instance
Hi,
bitbake fetcher for npmsw - npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json
wondering if it is possible to download npm-shrinkwrap.json from remote before evaluating it's dependencies.
For instance
|
By
TRO <thomas.roos@...>
·
#52515
·
|
|
[meta-security][PATCH 11/12] python3-fail2ban: update to 0.11.2
drop hard python3 patch and create it dufing compile.
Signed-off-by: Armin Kuster <akuster808@...>
---
...0001-python3-fail2ban-2-3-conversion.patch | 2527 -----------------
...0.10.4.0.bb =>
drop hard python3 patch and create it dufing compile.
Signed-off-by: Armin Kuster <akuster808@...>
---
...0001-python3-fail2ban-2-3-conversion.patch | 2527 -----------------
...0.10.4.0.bb =>
|
By
Armin Kuster
·
#52514
·
|
|
[meta-security][PATCH 12/12] suricata: update to 4.10.0
This is the last 4.x. Will need rust support to move to 6.x
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/suricata/{libhtp_0.5.35.bb => libhtp_0.5.36.bb} | 0
This is the last 4.x. Will need rust support to move to 6.x
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/suricata/{libhtp_0.5.35.bb => libhtp_0.5.36.bb} | 0
|
By
Armin Kuster
·
#52513
·
|
|
[meta-security][PATCH 10/12] opendnssec: update to 2.1.8
refresh libdns_conf_fix.patch
Drop fix_fprint.patch includd in update
Signed-off-by: Armin Kuster <akuster808@...>
---
.../opendnssec/files/fix_fprint.patch | 25 -----------
refresh libdns_conf_fix.patch
Drop fix_fprint.patch includd in update
Signed-off-by: Armin Kuster <akuster808@...>
---
.../opendnssec/files/fix_fprint.patch | 25 -----------
|
By
Armin Kuster
·
#52512
·
|
|
[meta-security][PATCH 09/12] opendnssec: update to 2.1.8
Signed-off-by: Armin Kuster <akuster808@...>
---
.../opendnssec/{opendnssec_2.1.6.bb => opendnssec_2.1.8.bb} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
.../opendnssec/{opendnssec_2.1.6.bb => opendnssec_2.1.8.bb} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
rename
|
By
Armin Kuster
·
#52511
·
|
|
[meta-security][PATCH 08/12] samhain: update to 4.4.3
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ids/samhain/samhain.inc
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ids/samhain/samhain.inc
|
By
Armin Kuster
·
#52510
·
|
|
[meta-security][PATCH 07/12] python3-scapy: upgrade 2.4.3 -> 2.4.4
---
.../scapy/{python3-scapy_2.4.3.bb => python3-scapy_2.4.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename recipes-security/scapy/{python3-scapy_2.4.3.bb =>
---
.../scapy/{python3-scapy_2.4.3.bb => python3-scapy_2.4.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename recipes-security/scapy/{python3-scapy_2.4.3.bb =>
|
By
Armin Kuster
·
#52509
·
|
|
[meta-security][PATCH 06/12] python3-privacyidea: upgrade 3.3 -> 3.5.1
---
...{python3-privacyidea_3.3.bb => python3-privacyidea_3.5.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename recipes-security/mfa/{python3-privacyidea_3.3.bb =>
---
...{python3-privacyidea_3.3.bb => python3-privacyidea_3.5.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename recipes-security/mfa/{python3-privacyidea_3.3.bb =>
|
By
Armin Kuster
·
#52508
·
|