[yocto] How to add udev in Yocto build?

2019-07-06 Thread JH
Hi, I need to add a udev file to make kernel device name symbolic link, any example I can make the Yocto configure to achieve it? Thank you. Kind regards, - jupiter -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] [meta-security-compliance][PATCH 3/4] scap-security-guide: update to 0.1.44

2019-07-06 Thread Armin Kuster
create a PV version to track upstream git version includes OE changes Signed-off-by: Armin Kuster --- .../scap-security-guide.inc | 47 ++ .../scap-security-guide_0.1.44.bb | 8 +++ .../scap-security-guide_git.bb| 63 +++

[yocto] [meta-security-compliance][PATCH 4/4] meta-security-compliance: add meta-python

2019-07-06 Thread Armin Kuster
with some for the recipe updates, more pyton support is needed Signed-off-by: Armin Kuster --- meta-security-compliance/conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf

[yocto] [meta-security-compliance][PATCH 1/4] openscap_git: update to 1.3.0

2019-07-06 Thread Armin Kuster
removed unneeded patch convert over to cmake refactor files Signed-off-by: Armin Kuster --- .../openscap/files/crypto_pkgconfig.patch | 36 .../recipes-openscap/openscap/openscap.inc| 75 + .../recipes-openscap/openscap/openscap_git.bb | 83 +--

[yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-openscap/openscap/openscap.inc| 11 +-- .../recipes-openscap/openscap/openscap_1.3.1.bb | 10 ++ .../recipes-openscap/openscap/openscap_git.bb | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-)

[yocto] Missing init symbolic link in rootfs

2019-07-06 Thread JH
Hi, I built the rootfs image but it missed a symbolic link init at the / directory, although I added following init link manually, I should fix it in Yocto build. What should I fix the image build cofiguration to include init link at the /? $ ls / bin dev home libmnt root sbin tmp

[yocto] Help to add uboot/standalone binary program for yocto projects

2019-07-06 Thread Szabolcs Báder
Hello I follow my last email, I solved the reboot things. Works fine.. but I found a cool/interesting thing, what I would like to integrate. >> I read about standalone binaries (from C, or with Rust generated too?) could use at uboot.