[yocto] [Meta-Qt5] "Unknown Module: declarative" Error While Creating Toolchain

2019-07-08 Thread Onur Eser
Hello All, I have talked to my BSP provider and they have solved the conflict files issue with an update. Now I am able to create and boot a Yocto Image with Meta-Qt5 recipes and 'dev_pkgs' in it. But still cannot create a toolchain. Nor with I guess it is trying to compile something before

[yocto] Yocto Project Status WW28'19

2019-07-08 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M2 Next Deadline: YP 2.8 Milestone 2 Cutoff July 14th, 2019 SWAT Team Rotation: * SWAT lead is currently: Armin * SWAT team rotation: Armin -> Amanda on July 12, 2019 * SWAT team rotation: Amanda -> Anuj on July 19, 2019 *

[yocto] Stuck to build zImage-initramfs

2019-07-08 Thread JH
Hi, I have been stuck to build zImage-initramfs for weeks. I've read Yocto latest document, but still failed to generate the initarmfs to run on RAM. I added following statements in local.conf: UBOOT_CONFIG = "ram" INITRAMFS_IMAGE_BUNDLE = "1" DISTRO_FEATURES_append = " ram" IMAGE_FSTYPES_append

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-07-08 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Where to add U-Boot argements bootargs and bootcmd?

2019-07-08 Thread JH
Hi, Which Yocto files and which statement can I add my own U-Boot bootargs and bootcmd? Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to load into u-boot binary (srec) file

2019-07-08 Thread Szabolcs Báder
Hello, I created this code: ``` # u-boot standalone hello-world.c test image require recipes-core/images/core-image-base.bb COMPATIBLE_MACHINE = "^rpi$" ENABLE_UART="1" RPI_USE_U_BOOT="1" # maybe works?? CONFIG_STANDALONE_LOAD_ADDR="0x1000" DEPENDS = "u-boot-mkimage-native"

[yocto] [patchwork][PATCH] filters: Escape State names when generating selector HTML

2019-07-08 Thread Armin Kuster
From: Andrew Donnellan States with names containing special characters are not correctly escaped when generating the select list. Use escape() to fix this. Signed-off-by: Andrew Donnellan (cherry picked from commit b3fa0c402e060622a5ed539a465d2fa98b1d2e13) Signed-off-by: Daniel Axtens [Fixup

[yocto] [patchwork][PATCH] security fix CVE-2019-13122

2019-07-08 Thread Armin Kuster
This is an untested backported patch from stable/2.0 patchwork for the OE version. It is a function already being used in the file so I have high confidence it wont introduce any new issues. Andrew Donnellan (1): filters: Escape State names when generating selector HTML

[yocto] [PATCH meta-selinux] selinux: add nativesdk support for libselinux, libsepol and setfiles

2019-07-08 Thread luca . boccassi
From: Luca Boccassi It is useful to be able to set labels at build time, via the SDK. Add support for building a nativesdk package for policycoreutils-setfiles and its dependencies, libselinux and libsepol. --- recipes-security/selinux/libselinux.inc | 37 +++-

[yocto] Incorporating closed source components

2019-07-08 Thread Markus Fuchs
Hello, I am trying to follow the steps from https://wiki.yoctoproject.org/wiki/TipsAndTricks/Incorporating_closed_source_components and created two recipes. A "source recipe" and a "binary recipe". hello-world.bb # SUMMARY

Re: [yocto] Ddcutil

2019-07-08 Thread Zoran Stojsavljevic
Devendra, Maciej was very very kind to you, and all of us, observinf YOCTO Project. Could you, please, test Maciej's patches, and give us the report what did you find? Thank you, Zoran ___ On Mon, Jul 8, 2019 at 2:37 PM Maciej Pijanowski wrote: > > > On 08.07.2019 14:20, Zoran

Re: [yocto] Ddcutil

2019-07-08 Thread Maciej Pijanowski
On 08.07.2019 14:20, Zoran Stojsavljevic wrote: >>> It was never polished for upstream... > Why? Any viable reason(s)? Simply no resources and use-case for that. I've used the ddcutils project only once and never touched it since then. > >>> ... and it likely have some issues with the latest

Re: [yocto] Ddcutil

2019-07-08 Thread Zoran Stojsavljevic
>> It was never polished for upstream... Why? Any viable reason(s)? >>... and it likely have some issues with the latest ddcutil releases. Which issues? Could you, Maciej, please, explain/elaborate theme/problems observed by you in more details? Thank you, Zoran ___ On Mon, Jul 8, 2019 at

Re: [yocto] Ddcutil

2019-07-08 Thread Maciej Pijanowski
On 04.07.2019 19:02, Devendra Devadiga wrote: > Hi, Hi > > I am working on i.MX6 platform. > I got the BSP by yocto build. > I need the "ddcutil" package. > By yocto how I can get this package? > In openembedded, layers list I checked for ddcutil, but I didn't get that. > If source code for

[yocto] Ddcutil

2019-07-08 Thread Devendra Devadiga
Hi, I am working on i.MX6 platform. I got the BSP by yocto build. I need the "ddcutil" package. By yocto how I can get this package? In openembedded, layers list I checked for ddcutil, but I didn't get that. If source code for "ddcutil" is available can you share it with me? If you share the

Re: [yocto] [yocto-builds] Yocto build Issue

2019-07-08 Thread Pawan Badganchi
Hello sir,   I am building qt image with bitbake atmel-qt5-demo-image command.After booting the kernel i am giving modprobe option and echo 0x2949 0x8247 > /sys/bus/usb-serial/drivers/option1/new_id command to enumerate the usb ports.with this modprobe option is not working,it's giving

Re: [yocto] [yocto-builds] Yocto build Issue

2019-07-08 Thread Pawan Badganchi
Thanks for response.I will check with this command.On June 28, 2019 at 9:45 AM Zoran Stojsavljevic wrote:Some hints again...I am adding IMAGE_INSTALL_append = "kernel-modules" in local.conf.When i build with bitbake core-image-minimal command this kernelmodule is

Re: [yocto] [yocto-builds] Yocto build Issue

2019-07-08 Thread Pawan Badganchi
can you please send to me the link.Thanks & Regards,PawanOn June 28, 2019 at 5:50 AM ChenQi wrote: Forward to this yocto mailing list. When you have problems regarding yocto, use this mailing list. Regards, Chen Qi On 06/27/2019 06:57 PM, Pawan Badganchi wrote: Hello sir,   I am

Re: [yocto] bitbak command: No recipe available for

2019-07-08 Thread danwe
Hi, while using the command: daniel@daniel-VirtualBox:~/bbb$ MACHINE=beaglebone bitbake core-immage-full cmdline I get the following ouput: Loading cache: 100% || Time: 0:00:03 Loaded 1358 entries from dependency cache. Parsing recipes: 100%

[yocto] Issue on do_sdk_depends: The file ... is installed by both.

2019-07-08 Thread Peter Balazovic
Hello guys I'm trying to generate extended SDK under and generating extended SDK I am getting the erros such as ERROR: image-qt5-1.0-r0 do_sdk_depends: The file /usr/include/tensorflow/contrib/lite/string_util.h is installed by both tensorflow and tensorflow-lite, aborting ERROR:

[linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-07-08 Thread Liwei Song
Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 and include it in intel-x86 bsp. Signed-off-by: Liwei Song --- bsp/intel-x86/intel-x86.scc | 1 + features/mgag200/mgag200.cfg | 1 + features/mgag200/mgag200.scc | 4 3 files changed, 6 insertions(+) create mode 100644