Re: [yocto] lost busybox mysteriously

2020-01-26 Thread JH
Hi, I have further investigated the problem, here is more information: That the same problem of missing busybox was not just occurred during the device running in the middle of operation, it was also occurred during booting image from NAND, I saw several times that the first and second cycles of

[yocto] [PATCH 2/2] l3afpad: Add missing mime-xdg inherit

2020-01-26 Thread Richard Purdie
Fixes: WARNING: l3afpad-0.8.18.1.11+gitAUTOINC+3cdccdc950-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: l3afpad path 'XXX/packages-split/l3afpad/usr/share/applications/l3afpad.desktop' [mime-xdg] Signed-off-by: Richard Purdie ---

[yocto] [PATCH 1/2] native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]

2020-01-26 Thread Richard Purdie
With recipe specific sysroot, these settings do nothing. Drop the obsolete code. Signed-off-by: Richard Purdie --- meta/classes/cross.bbclass | 1 - meta/classes/crosssdk.bbclass | 1 - meta/classes/native.bbclass| 1 - meta/classes/nativesdk.bbclass | 1 - 4 files changed, 4

[yocto] [yocto-docs][PATCH] dev-manual: Fix typo in note box, in section 3.2.4

2020-01-26 Thread Jonatan Pålsson
"inherit packages" should actually be "inherit packagegroup" Signed-off-by: Jonatan Pålsson --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml