Re: [yocto] Task dependencies

2017-04-18 Thread robert.berger@gmane
Hi, On 2017-04-13 11:24, Gary Thomas wrote: On 2017-04-13 09:34, Gary Thomas wrote: I'm trying to understand why 'perl' is being built for my target even though I don't mention it in any of the package recipes used to build that target. When I used 'taskexp', I found that 'perl:do_build' only

Re: [yocto] "external"/"internal" SDK

2017-01-17 Thread robert.berger@gmane
Hi, On 2017-01-18 04:54, Joshua Watt wrote: external SDK: everything the same as above, but for some packages there should be only libraries - no header files. Is there a reason why you want the libraries without the headers? It doesn't seem particularly useful to be able to link a program

Re: [yocto] Migration info - runqemu

2016-10-14 Thread robert.berger@gmane
Hi Robert, On 2016-10-14 05:12, Robert Yang wrote: QB_SYSTEM_NAME: qemu name, e.g., "qemu-system-i386" QB_OPT_APPEND: options to append to qemu, e.g., "-show-cursor" ... Could you also please mention which of those values are obligatory and what are the default values in case they are not

Re: [yocto] "bitbake virtual/kernel -c menuconfig" seems to be broken

2016-09-27 Thread robert.berger@gmane
Hi, On 2016-09-27 11:03, s.jar...@esa-grimma.de wrote: Hej Some error occurred. I give a print (sorry for that German text - but the error should be clear): ## GEN ./Makefile HOSTLD scripts/kconfig/mconf scripts/kconfig/mconf.o: In Funktion `show_help': mconf.c:(.text+0x914):

Re: [yocto] Out-of-Tree Modules and __stack_chk_fail()

2016-09-13 Thread robert.berger@gmane
Hi, On 2016-09-13 21:55, Ronald Oakes wrote: Any ideas how to proceed? 1) Can you try to use it from an in-tree kernel module? (modify the attachment) 2) Can you grep in your kernel config for CONFIG_CC_STACKPROTECTOR and friends? Regards, Robert >From

Re: [yocto] Creating a core image with openCV

2016-09-13 Thread robert.berger@gmane
Hi, I use multi-v7 kernel for the zedboard and create a custom packagegroup which contains openCV[1] which I add to the image. [1] https://github.com/RobertBerger/meta-mainline/blob/jethro-training-v4.4.x/multi-v7-ml/recipes-core/packagegroups/packagegroup-opencv.bb Regards, Robert --

Re: [yocto] Cortex-M4 build support

2016-09-13 Thread robert.berger@gmane
Hi, Shouldn't it be possible to build a bare-metal Cortex-M4 compiler with the YP and build a small RTOS like FreeRTOS with this compiler? Regards, Robert -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] What is the simplest way to test a new kernel configuration in a Yocto Project?

2016-08-09 Thread robert.berger@gmane
Hi, On 2016-08-09 07:20, Daniel. wrote: Hi Patrick, If you are running your image embedded at some board, and have easy access to the board, you can plug it to network and make u-boot download kernel from your machine. So that deploy a new kernel becomes simple as copy the new kernel to the

Re: [yocto] Antwort: Re: How to set the sysroot toolchain to hard float

2016-08-06 Thread robert.berger@gmane
Hi, On 2016-08-05 10:24, s.jar...@esa-grimma.de wrote: @TOOLCHAIN_OPTIONS: Where these are set in custom layers(like meta-atmel)? If you ask me I would say here [1]: DEFAULTTUNE = "cortexa5thf" Here [2] are the available HF options: # HF Tunes AVAILTUNES += "cortexa5hf cortexa5thf

Re: [yocto] Layer priorities & package selection

2016-08-04 Thread robert.berger@gmane
Hi, On 2016-08-04 16:21, Maciej Borzęcki wrote: Another option that I see is to set BBMASK = "meta-ivi/recipes-graphics/wayland/" in local.conf, but that's a bit ugly, hence I'd say it's a temporary solution only. BBMASK does not seem to apply only to local.conf anymore[1], so this might