Re: [yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-04 Thread Belisko Marek
Hi, On Wed, Sep 4, 2019 at 6:56 PM Greg Wilson-Lindberg wrote: > > > -Original Message- > > From: Belisko Marek [mailto:marek.beli...@gmail.com] > > Sent: Wednesday, September 04, 2019 12:26 AM > > To: Greg Wilson-Lindberg > > Cc: Yocto list discussio

Re: [yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-04 Thread Belisko Marek
Hi, On Tue, Sep 3, 2019 at 8:58 PM Greg Wilson-Lindberg wrote: > > I've configured a sumo build, by way of QT's boot2qt to use u-boot and I am > seeing a u-boot prompt for keypress to drop out of automatic booting on > startup, but I don't see any configuration scripts for u-boot (uEnv.txt or a

Re: [yocto] Fetching Yocto layers

2019-09-02 Thread Belisko Marek
On Mon, Sep 2, 2019 at 4:50 PM Maciej Pijanowski wrote: > > > On 02.09.2019 15:51, Josef Holzmayr wrote: > > I'd like to throw kas into the discussion too, I've been using it quite > > successfully. > > > > https://github.com/siemens/kas > +1 for kas. Previously I was using repo, custom scripts an

Re: [yocto] MySql python support in Yocto.

2019-08-27 Thread Belisko Marek
Hi Mauro, On Wed, Aug 28, 2019 at 6:14 AM Mauro Ziliani wrote: > > Hi all. > > There is some library for MariaDB/MySql in Python3 in Yocto? You can check: https://layers.openembedded.org/layerindex/recipe/4825/ > > > Best regards. > >MZ > > -- > ___

[yocto] building SDK artifacts with external toolchain

2019-08-18 Thread Belisko Marek
Hi, I have an dilema to solve. I have an SDK from vendor which contains scripts to build u-boot + kernel + some kind of application and create initramfs out of that and this can be flashed to NOR device and boot. But setup and using is really horrible. Idea is to port this process to yocto and hav

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-06 Thread Belisko Marek
ew months ago with bootqt and sometimes it was bit tricky ;). Are you sure you have this variable set in local.conf? > > BR, > Greg > > > -----Original Message- > > From: Belisko Marek [mailto:marek.beli...@gmail.com] > > Sent: Tuesday, August 06, 2019 11:12 AM >

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-06 Thread Belisko Marek
Hi Greg, On Tue, Aug 6, 2019 at 7:12 PM Greg Wilson-Lindberg wrote: > > I'm working with a Yocto Sumo build provided with Qt's boot2qt system. I'm > trying to enable using Das U-boot to load Linux as a first step in trying to > enable OSTree updates. > > In the meta-raspberrypi documentation is

[yocto] meta-openstack: bundler fails to build

2019-07-19 Thread Belisko Marek
Hi, I'm trying to build bundler ruby tool from meta-openstack (thud branch) but it fails with following: ERROR: bundler-1.6.2-r0 do_compile: Function failed: do_compile (log file is located at /home/builder/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/bundler/1.6.2-r0/temp/log.do_compile.223

Re: [yocto] wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data

2019-07-16 Thread Belisko Marek
On Tue, Jul 16, 2019 at 8:54 AM Mittal, Anuj wrote: > > On Tue, 2019-07-16 at 08:38 +0200, Belisko Marek wrote: > > I have wks file with following content: > > > > part ubootenv --ondisk=mmcblk --no-table --size 12 > > part /boot --source bootimg-partition

[yocto] wic: error when using --rootfs-dir=${IMAGE_ROOTFS}/data

2019-07-15 Thread Belisko Marek
Hi, I have wks file with following content: part ubootenv --ondisk=mmcblk --no-table --size 12 part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 1024 --size 16 part /root --source rootfs --ondisk mmcblk --fstype=ext4 --label rootA --align 1024 --fix

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-02 Thread Belisko Marek
On Sat, Jun 1, 2019 at 8:26 PM Morné Lamprecht wrote: > > >I would check run.do_rootfs and check it maybe > >there will be some more info. > > I checked it based on your suggestion, > unfortunately found no relevant info. > > >Do you have some custom extension for hostapd? > > No, just the standar

Re: [yocto] do_rootfs fails while attempting to install hostapd package

2019-06-01 Thread Belisko Marek
Hi, On Sat, Jun 1, 2019 at 4:41 PM Morné Lamprecht wrote: > > Hi > > I created a new custom distribution and > everything seems to work fine until the do_rootfs > task is executed. It fails specifically when > trying to install the hostapd package, with the > error below (snippet from log.do_root

[yocto] npm package issue with do_package split_and_strip_files

2019-05-31 Thread Belisko Marek
Hi, I'm adding recipe for nodejs package and all steps works fine just when packaging is done I get strange error like: ['arm-poky-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', '/home/marek/projects/tst/.build-opi/tmp/work/armv7vet2hf-neon-poky-linux-gnueabi/ifu/4.5.

Re: [yocto] meta-sunxi maintained?

2019-05-30 Thread Belisko Marek
Hi Maciej, On Wed, May 29, 2019 at 1:08 PM Maciej Pijanowski wrote: > > > On 29.05.2019 09:39, Belisko Marek wrote: > > Hi Dimitris, > > > > On Wed, May 29, 2019 at 9:03 AM Dimitris Tassopoulos > > wrote: > >> Hi Marek, > >> > >>

Re: [yocto] warrior: QA issue when bump kernel to 5.2-rc2

2019-05-30 Thread Belisko Marek
On Thu, May 30, 2019 at 2:35 PM Bruce Ashfield wrote: > > On Thu, May 30, 2019 at 4:14 AM Belisko Marek wrote: > > > > Hi, > > > > I'm trying to add support for latest possible released kernel in > > meta-sunxi by using poky warrior and hit this QA is

[yocto] warrior: QA issue when bump kernel to 5.2-rc2

2019-05-30 Thread Belisko Marek
Hi, I'm trying to add support for latest possible released kernel in meta-sunxi by using poky warrior and hit this QA issue: ERROR: linux-mainline-5.2-rc2-r0 do_package: QA Issue: linux-mainline: Files/directories were installed but not shipped in any package: /lib/modules/5.2.0-rc2/modules.buil

Re: [yocto] meta-sunxi maintained?

2019-05-29 Thread Belisko Marek
Hi Maciej, On Wed, May 29, 2019 at 1:08 PM Maciej Pijanowski wrote: > > > On 29.05.2019 09:39, Belisko Marek wrote: > > Hi Dimitris, > > > > On Wed, May 29, 2019 at 9:03 AM Dimitris Tassopoulos > > wrote: > >> Hi Marek, > >> > >>

Re: [yocto] meta-sunxi maintained?

2019-05-29 Thread Belisko Marek
496410993 Looking at sunxi-mali more devices should be supported: COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)" > > Regards, > Dimitris BR, marek > > On Wed, May 29, 2019 at 9:39 AM Belisko Marek wrote: >> >> Hi Dimitris, >> >> On Wed, May 29, 201

Re: [yocto] meta-sunxi maintained?

2019-05-29 Thread Belisko Marek
ious so libs to that blob. > > Anyway, I'll try to do that also. In the meantime I will also wait a bit to > see if that merge between those two layers is possible and doable, which will > help to short the time and effort to do that. > > Regards, > Dimitris BR, marek &

Re: [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
Hi Dimitris, On Tue, May 28, 2019 at 1:07 PM Dimitris Tassopoulos wrote: > > Hi Enrico, > > I'm totally positive to any possibility for such integration. Personally, > that was the first thing I've tried to do before I start this layer, but I've > failed as it got really complex and the overhea

Re: [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
a > decision to divide things or create more hassle for the same chips. Yes certainly. Thanks for great explanation and sorry if I wrote it in not polite way I didn't mean to offence ;). Thanks. > > Regards, > Dimitris > > Belisko Marek schrieb am Di., 28. Mai 2019, 11:49:

Re: [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
Hi Maciej, On Tue, May 28, 2019 at 11:48 AM Maciej Pijanowski wrote: > > > On 27.05.2019 19:32, Belisko Marek wrote: > > Hi Enrico, > Hi, > > > > On Mon, May 27, 2019 at 5:44 PM Enrico > > wrote: > >> Hi, > >> > >> i try to keep

Re: [yocto] meta-sunxi maintained?

2019-05-28 Thread Belisko Marek
h meta-sunxi ;). What about join forces and maintains one layer properly instead having it separated? > > A similar one is also this: > http://layers.openembedded.org/layerindex/branch/master/layer/meta-nanopi-neo4/ > > Dimitris > > On Mon, May 27, 2019 at 7:33 PM Belisko Mare

[yocto] gstreamer1.0-plugins-base meta-sunxi issue with custom virtual/egl or virtual/libgles2 on thud

2019-05-27 Thread Belisko Marek
Hi, I'm trying to compile image using libnice which have dependency on gstreamer. Everything went fine but I get QA issues for plugins-base like: ERROR: gstreamer1.0-plugins-base-1.14.4-r0 do_package_qa: QA Issue: /usr/lib/libgstgl-1.0.so.0.1404.0 contained in package libgstgl-1.0 requires libGLE

Re: [yocto] meta-sunxi maintained?

2019-05-27 Thread Belisko Marek
i can't check right now if i have the > rights to add you as co-maintainer, anyway i will add you. Thanks I have few sunxi based boards so can do tests also on my setup. Pls ping me when you will add me. Thanks. > > Thanks for the help! > > Enrico Marek > > On Mon, May 27,

[yocto] meta-sunxi maintained?

2019-05-27 Thread Belisko Marek
Hello, I'm just curious if meta-sunxi is still maintained? I was contributed to layer back while and when look now thud branch is un-compilable (dri2proto not replaced) and warrior branch not created yet. There is 14 issues + 6 pending pull requests. Added maintainers also in CC. I think it would

Re: [yocto] [Yocto] RPI WiFi not loading module

2019-05-23 Thread Belisko Marek
Hi, On Thu, May 23, 2019 at 11:15 AM Jonas Andersson wrote: > > Hi > > I have problem to get my WiFi working on boot on Raspberry Pi 3. for rpi issues I would suggest to open ticket on meta-raspberrypi github with stated which yocto branch and other details. Thanks. > > The problem is that wlan0

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-22 Thread Belisko Marek
On Wed, May 22, 2019 at 9:50 AM Paul Barker wrote: > On Tue, 21 May 2019, at 11:23, Belisko Marek wrote: > > On Tue, May 21, 2019 at 12:14 PM Alexander Kanavin > > wrote: > > > You can write a class which sets the template for SRC_URI and then a > > > series

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-21 Thread Belisko Marek
o parsing of config file will be done in class and then class will be used in recipes to set correct SRU_URI. Do you have any idea what is wrong with actual code I posted? Why it is doing some strange things? Thanks. > > Alex > > On Tue, 21 May 2019 at 12:10, Belisko Marek > wrote: >

Re: [yocto] setting SRC_URI runtime - possible options

2019-05-21 Thread Belisko Marek
should be fetch and added during build based on configuration file. This is only need. Thanks. > > Alex > > On Tue, 21 May 2019 at 08:11, Belisko Marek > wrote: > > > > Hi, > > > > I have special need to fetch repo which is defined in config file in > f

[yocto] setting SRC_URI runtime - possible options

2019-05-20 Thread Belisko Marek
Hi, I have special need to fetch repo which is defined in config file in form (repo and branch): g...@testrepo.com/myrepo mysuperbranch Config file is placed in recipe directory. I've tried to add some bits and pieces but it seems it's not doing right. Snippet from recipe: LICENSE = "CLOSED" SR

Re: [yocto] wic cp doesn't work with ext4 partition

2019-05-15 Thread Belisko Marek
On Wed, May 15, 2019 at 1:47 PM Belisko Marek wrote: > Hi, > > I'm trying to update some artifact after image is build using wic tool. > I've tried wic rm image.wic:2/boot/uImage and this works fine (verified > with wic ls). While when I want to copy something to ext4 p

[yocto] wic cp doesn't work with ext4 partition

2019-05-15 Thread Belisko Marek
Hi, I'm trying to update some artifact after image is build using wic tool. I've tried wic rm image.wic:2/boot/uImage and this works fine (verified with wic ls). While when I want to copy something to ext4 partition (I've tried to copy to vfat boot partition and it works fine) like: wic cp uImage_

[yocto] xloadimage recipe

2019-04-04 Thread Belisko Marek
Hello, I was trying to write recipe for xloadimage (yes this SW is from 1993) and have some "custom" configuration step required. I already put some effort into that without success. Just curious: does anybody have recipe for that package to share? Thanks a lot. BR, marek -- as simple and prim

Re: [yocto] [meta-java] Illegal instruction (core dumped) when compiling jaxp1.3-native-1.4.01-r0

2019-02-26 Thread Belisko Marek
while not with gcc 7.3). [0] - https://sourceforge.net/p/jamvm/mailman/message/25051239/ On Mon, Feb 25, 2019 at 9:53 PM Belisko Marek wrote: > Hi, > > I'm using meta-java sumo branch and on ubuntu 18.04 I have this issue > (building for beaglebone-yocto machine): > ERROR:

[yocto] [meta-java] Illegal instruction (core dumped) when compiling jaxp1.3-native-1.4.01-r0

2019-02-25 Thread Belisko Marek
Hi, I'm using meta-java sumo branch and on ubuntu 18.04 I have this issue (building for beaglebone-yocto machine): ERROR: jaxp1.3-native-1.4.01-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/my_build/tmp/work/x86_64-linux/jaxp1.3-native/1.4.01-r0/temp/log.do_compi

Re: [yocto] readonly rootfs - storing data in separate partition

2019-02-18 Thread Belisko Marek
On Mon, Feb 18, 2019 at 6:05 PM Joshua Watt wrote: > On Mon, 2019-02-18 at 17:36 +0100, Belisko Marek wrote: > > Hi, > > I plan to use readonly rootfs option and store some custom data in > separate partition (like hostname, wpa_supplicant.conf etc). I have wic > file which

Re: [yocto] readonly rootfs - storing data in separate partition

2019-02-18 Thread Belisko Marek
On Mon, Feb 18, 2019 at 5:52 PM Marc Ferland wrote: > On Mon, Feb 18, 2019 at 11:37 AM Belisko Marek > wrote: > >> Hi, >> >> I plan to use readonly rootfs option and store some custom data in >> separate partition (like hostname, wpa_supplicant.conf etc). I hav

[yocto] readonly rootfs - storing data in separate partition

2019-02-18 Thread Belisko Marek
Hi, I plan to use readonly rootfs option and store some custom data in separate partition (like hostname, wpa_supplicant.conf etc). I have wic file which create rootfs + then rest is for data storage. I can adjust various recipes to symlink to /data partition. My question is if there exists some m

Re: [yocto] [meta-raspberrypi] Rainbow screen with Raspberry Pi 3 A+ but not on B+

2019-02-01 Thread Belisko Marek
er.io/t/raspberry-pi-3-model-b-b/57 to follow this procedure as this is verified for B/B+ works fine with thud. > > I am also using meta-mender, do I need to upgrade all layers to thud than? > > Regards, > Markus > > P.S.: pls don't top post ;) marek > > On Fri, 1 F

Re: [yocto] [meta-raspberrypi] Rainbow screen with Raspberry Pi 3 A+ but not on B+

2019-02-01 Thread Belisko Marek
On Fri, Feb 1, 2019 at 1:11 PM Markus W wrote: > Hi! > > I have been running a yocto image (sumo) on a raspberry 3 B+ without any > problems, but wanted to test the new raspberry Pi 3 A+ board with it but I > just get the Rainbow screen on boot. I have updated meta-openembedded to > the latest su

[yocto] adding files to data partition (not rootfs)

2019-01-09 Thread Belisko Marek
Hello, I can to the problem that we have 2x rootfs + data partition where persistent data sholud be stored. We also want to store some configuration files in persistent data partition. I've created wic file with fixed size of that partition but I'm not sure how to add files to that partition. Is t

Re: [yocto] Date/Time Update Without NTP

2018-11-26 Thread Belisko Marek
On Mon, Nov 26, 2018 at 12:57 PM Donal Morrissey wrote: > > Hi There, > > I'm using yocto sumo with systemd, and have an issue where I can't identify > which service is grabbing time from the ethernet based network. > > If I start the unit without a network connection, the time is reported as >

Re: [yocto] using pip3-native to install python requirements

2018-11-12 Thread Belisko Marek
On Mon, Nov 12, 2018 at 10:35 AM Outback Dingo wrote: > > On Mon, Nov 12, 2018 at 3:22 PM Belisko Marek wrote: > > > > Hi, > > > > I'm having recipe for custom python3 application whcih need to install > > ~20 python dependencies. I've create

[yocto] using pip3-native to install python requirements

2018-11-12 Thread Belisko Marek
Hi, I'm having recipe for custom python3 application whcih need to install ~20 python dependencies. I've create requirements.txt and using pip on PC I can install necessary python packages. When try to use pip3-native (as DEPENDS) and call pip3 I get some errors: pkg_resources.VersionConflict: (p

Re: [yocto] How to compute SRCREV for a github project

2018-11-06 Thread Belisko Marek
Hi, On Tue, Nov 6, 2018 at 5:10 PM Laurentiu-Cristian Duca wrote: > > Dear yocto community, > > A basic question regarding yocto and git. > How to compute the SRCREV for the linux-raspberrypi_4.14.bb recipe: > $ cat meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.14.bb > LINUX_VERSIO

[yocto] intel-nuc: hddimg EFI_PROVIDER for final install

2018-10-29 Thread Belisko Marek
Hi, I'm trying to build hddimg for intel-nuc. Basically default EFI_PROVIDER is systemd-boot but I want to use grub-efi so I've updated variable accordingly. I have some changes in grub-efi (more rootfs partitions + data). When trying to start hddimg it will start grub with grub.cfg with my change

Re: [yocto] master-next : QA issue with glibc locale

2018-10-23 Thread Belisko Marek
On Mon, Oct 22, 2018 at 11:01 AM Belisko Marek wrote: > > Hi Khem, > On Mon, Oct 22, 2018 at 12:31 AM Khem Raj wrote: > > > > On Sun, Oct 21, 2018 at 7:42 PM Belisko Marek > > wrote: > > > > > > Hi Khem, > > >

Re: [yocto] master-next : QA issue with glibc locale

2018-10-22 Thread Belisko Marek
Hi Khem, On Mon, Oct 22, 2018 at 12:31 AM Khem Raj wrote: > > On Sun, Oct 21, 2018 at 7:42 PM Belisko Marek wrote: > > > > Hi Khem, > > > > On Sun, Oct 21, 2018 at 8:40 PM Khem Raj wrote: > > > > > > > > > > > > On Sun, Oct

Re: [yocto] master-next : QA issue with glibc locale

2018-10-21 Thread Belisko Marek
Hi Khem, On Sun, Oct 21, 2018 at 8:40 PM Khem Raj wrote: > > > > On Sun, Oct 21, 2018 at 7:27 PM Belisko Marek wrote: >> >> Hi, >> >> I had problem with rocko see here [1] but issue is still present in >> poky master-next also: > > > Is it usin

[yocto] master-next : QA issue with glibc locale

2018-10-21 Thread Belisko Marek
Hi, I had problem with rocko see here [1] but issue is still present in poky master-next also: ERROR: glibc-locale-2.28-r0 do_package: QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: /usr/share/i18n /usr/share/i18n/charmaps /usr/share/i18n/locales

Re: [yocto] permissions when installing scripts

2018-10-15 Thread Belisko Marek
(also QA report warnings about host contamination). I think I'll stick with install ;). Thanks. > > > -- Bas. > > On 2018-10-15 14:35, Burton, Ross wrote: > > As you've discovered, cp doesn't preserve permissions. Using install > > -m755 is the idiom. >

[yocto] permissions when installing scripts

2018-10-15 Thread Belisko Marek
Hi, I have package which contains bunch of scripts (with +x flag for user). When installed in do_install method (simply by copying them to destination) they loose +x flag. I know copying directly is not best approach but there exists better way how to keep scripts permissions like in repo (except

[yocto] [sumo] systemd install problem when polkit enabled

2018-09-11 Thread Belisko Marek
Hi, I'm building core image (with added systemd) for x86 but I hit an issue when installing systemd that it fails chown polkitd:root (looks like there was discussion about this issue here: https://patchwork.openembedded.org/patch/142904/ but no real explanation why it sometimes fails). Any ideas w

Re: [yocto] Display 1920x1080 double LVDS channel problem

2018-05-18 Thread Belisko Marek
Hello, On Fri, May 18, 2018 at 11:41 AM Enrico Bonomi wrote: > Hi, > I'm working with an imx6duallite with Yocto 1.7.3. I want to drive a 1920x1080 display with 2 LVDS channels but i came across a problem. Pictures are shown correctly on display but they have wrong colors (for example a blue ba

Re: [yocto] wic error during creating sdimg

2018-01-11 Thread Belisko Marek
Hi, seems to be caused by empty IMAGE_BOOT_FILES. When added to machine.conf everything works as expected. Sorry for noise. On Thu, Jan 11, 2018 at 8:45 PM, Belisko Marek wrote: > Hi, > > below error is from wic when creating SD image. I have no clue where > error can be. I'm

[yocto] wic error during creating sdimg

2018-01-11 Thread Belisko Marek
Hi, below error is from wic when creating SD image. I have no clue where error can be. I'm portin mender to orangepi and already asked for support but seems nobody really understand what is going on. Any help appreciated. error log: DEBUG: Executing python function set_image_size DEBUG: Python f

Re: [yocto] Run application at system boot

2017-12-05 Thread Belisko Marek
Hi, On Tue, Dec 5, 2017 at 3:21 PM, Laurentiu-Cristian Duca wrote: > Hello yocto community, > > I want to know a few things > about how to configure yocto such that > - a simple application (let's say a hello world C program > from a new recipe) is run at boot time. depends which init system yo

[yocto] qt4 sdk problem on rocko

2017-11-16 Thread Belisko Marek
Hi, I'm porting our layers to latest rocko release. I build SDK to be able to crosscompile our cmake based application which is using qt4. To have qt4-tool in sdk I've added: TOOLCHAIN_HOST_TASK_append = " nativesdk-qt4-tools" Then in app CMakelists.txt I've use include(FindQt4) but it's barking

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-24 Thread Belisko Marek
On Tue, Oct 24, 2017 at 12:52 PM, Burton, Ross wrote: > On 24 October 2017 at 10:25, Belisko Marek wrote: >> >> Probably. Should I fill some bugzilla somewhere? Rocko should be >> released in few days (if not yet already) and this issue can be really >> annoying ;)

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-24 Thread Belisko Marek
RATION = "1"). > > On Fri, Oct 20, 2017 at 11:44 AM, Alexander Kanavin > wrote: >> >> On 10/19/2017 10:15 PM, Burton, Ross wrote: >>> >>> On 19 October 2017 at 12:10, Belisko Marek >> <mailto:marek.beli...@gmail.com>> wrote: >>>

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Ross, On Thu, Oct 19, 2017 at 9:42 PM, Belisko Marek wrote: > Hi Ross, > > On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote: >> On 19 October 2017 at 12:10, Belisko Marek wrote: >>> >>> I'm using latest origin/rocko >>> (65d23bd7986615fdfb

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Ross, On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote: > On 19 October 2017 at 12:10, Belisko Marek wrote: >> >> I'm using latest origin/rocko >> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build >> beaglebone core-image-minimal.

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Khem, On Thu, Oct 19, 2017 at 6:08 PM, Khem Raj wrote: > On Thu, Oct 19, 2017 at 4:10 AM, Belisko Marek > wrote: >> Hi, >> >> I'm using latest origin/rocko >> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build >> beaglebone core-image

[yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi, I'm using latest origin/rocko (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build beaglebone core-image-minimal. While build I got this QA error: ERROR: glibc-locale-2.26-r0 do_package: QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: /

[yocto] rocko problem with external cross compilation

2017-10-13 Thread Belisko Marek
Hi, we're bumping our layer to latest master (rocko). Previously we use for development purposes only flow like: - build image and use sysroot + toolchain for cross compilation (we use cmake where we setup toolchain file with correct paths and compile our application) But when try to use same app

Re: [yocto] Custom FIT image: circular dependencies issue

2017-08-27 Thread Belisko Marek
Hi Yegor, On Mon, Aug 7, 2017 at 9:00 AM, Yegor Yefremov wrote: > I've switched to Yocto's master branch from Krogoth and get now > circular dependencies for my kernel recipe: > > ERROR: 502 unbuildable tasks were > found.# > >

Re: [yocto] Migrating from krogoth to morty (can't boot fitImage)

2017-07-25 Thread Belisko Marek
Hi Colin, On Tue, Jul 25, 2017 at 12:21 PM, wrote: > I'm trying to migrate my krogoth environment to morty. I have custom recipes > for u-boot and kernel; the only change necessary to build under morty was to > patch u-boot for gcc6 - other than that the source versions and configs > used are t

Re: [yocto] FriendlyArm Mini6410 ?

2017-06-14 Thread Belisko Marek
Hi Riko, On Thu, Jun 15, 2017 at 7:53 AM, Riko Ho wrote: > Hello Everyone, > > I want to use Yocto for my FriendlyArm Mini6410, > Where should I begin to start ? Please read following thread: https://lists.yoctoproject.org/pipermail/yocto/2014-June/020009.html > > Thanks > -- > __

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Belisko Marek
Hi Jakob, On Tue, May 30, 2017 at 11:53 AM, Jakob Hasse wrote: > Hi Marek, > > On 30.05.2017 11:37, Belisko Marek wrote: >> >> Hi Jakob, >> >> On Tue, May 30, 2017 at 11:28 AM, Jakob Hasse >> wrote: >>> >>> Hi Marek, >>

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-30 Thread Belisko Marek
help button on the CMake GUI. > | WARNING: exit code 1 from a shell command. > | ERROR: Function failed: do_configure (log file is located at > /home/jakob/workspace/newuvalue/tmp/work/cortexa7hf-neon-dey-linux-gnueabi/stlink/0.1-r0/temp/log.do_configure.3539) > > I have no idea

Re: [yocto] CMake project not building; building from local git repo possible

2017-05-29 Thread Belisko Marek
Hi Jakob, On Mon, May 29, 2017 at 6:29 PM, Jakob Hasse wrote: > Hello, > > I have two issues: > > 1. > I innocently tried to include an open source version of the ST Link tools > (https://github.com/texane/stlink) into my yocto image. > I created a recipe fetching from git and got the error: > >

Re: [yocto] [OE-core] [PATCH] recipes-support: Add recipe for libgpiod

2017-05-09 Thread Belisko Marek
On Tue, May 9, 2017 at 11:33 PM, Denys Dmytriyenko wrote: > Can libsoc help here? It's in meta-oe, but this libgpiod should be there > too... t can but according description sysfs api is deprecated and libgpiod implementing new gpio interface through char device. Sorry about to posting to wrong M

Re: [yocto] make[2]: *** No rule to make target 'fitImage'. Stop.

2017-03-15 Thread Belisko Marek
On Tue, Mar 14, 2017 at 9:53 PM, Robert P. J. Day wrote: > On Tue, 14 Mar 2017, Belisko Marek wrote: > >> Hi Robert, >> >> On Tue, Mar 14, 2017 at 9:16 PM, Robert P. J. Day >> wrote: >> > On Mon, 13 Mar 2017, Robert P. J. Day wrote: >> > >&g

Re: [yocto] make[2]: *** No rule to make target 'fitImage'. Stop.

2017-03-14 Thread Belisko Marek
Hi Robert, On Tue, Mar 14, 2017 at 9:16 PM, Robert P. J. Day wrote: > On Mon, 13 Mar 2017, Robert P. J. Day wrote: > >> >> i'll start a new thread to focus on just this issue. again, building >> core-image-minimal for mpc8315e-rdb, adding this to local.conf: >> >> INHERIT += "kernel-fitimage"

[yocto] live core-image-minimal 'Waiting for removable media ...' problem

2017-02-06 Thread Belisko Marek
Hi, I'm adding new bsp layer for x86_64 machine and I successfully build core-image-minimal. I burn iso file to usb key and after startup I can see grub options. When choose boot option I can see kernel is booted and init script from initrd is started but I see only : Waiting for removable media a

Re: [yocto] Building on MacOS X

2017-01-12 Thread Belisko Marek
On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling wrote: > You can also build using Docker containers: > https://github.com/crops/docker-win-mac-docs/wiki Well the re is other limitation about slow filesystem access from docker on osx. There is workaround to use nfs but it's not possible to use nfs for

Re: [yocto] Running an own script after kernel compilation

2016-04-14 Thread Belisko Marek
Hi, On Thu, Apr 14, 2016 at 12:12 PM, Yegor Yefremov wrote: > I have my own ITS file, that is required to create a FIT image. ITS > file has a special configuration, that cannot be automatically created > using Yocto's recipes. So I need a way to invoke my own script. How > can I do it? depends w

Re: [yocto] building on os x

2015-12-21 Thread Belisko Marek
On Mon, Dec 21, 2015 at 12:24 PM, Burton, Ross wrote: > > On 21 December 2015 at 11:09, Jozef Maslik wrote: >> >> Anyway, are there any activities or plans to fix and support osx? > > > Well with El Capitan's improved security apparently crippling LD_PRELOAD (so > I hear, unverified currently), P

[yocto] building on os x

2015-12-21 Thread Belisko Marek
Hi, I did check internet before asking but there is not much reference. So sorry for stupid question but it is possible to build e.g. core-image-minimal on os x natively? I read something about meta-darwin but I'm not sure if it's what I'm looking for ( IIRC it's for creating SDK for osx). Anybody

Re: [yocto] PRINC functionality workaround

2015-11-26 Thread Belisko Marek
Hi Paul, On Thu, Nov 26, 2015 at 12:03 PM, Paul Eggleton wrote: > Hi Marek, > > On Thursday 26 November 2015 08:16:51 Belisko Marek wrote: >> after upgrading to jethro release PRINC functionality was removed by >> commit : a4d530bcf55f03258078c10a123e2717444e1

[yocto] PRINC functionality workaround

2015-11-25 Thread Belisko Marek
Hi, after upgrading to jethro release PRINC functionality was removed by commit : a4d530bcf55f03258078c10a123e2717444e1060 on oe-core. PRINC functionality was used in some of our recipes so I took part from PRINC funtionality and put is to separate method (in bbclass) [0] I'm trying to use it in

[yocto] fitimage and define multiple configurations

2015-07-10 Thread Belisko Marek
Hi, I'm using yocto-1.8 and building minimal image for BBB. I want to use FIT format for kernel build (to be able run same image on BB andf BBB). So I changed beaglebone.conf following: -KERNEL_IMAGETYPE = "zImage" +KERNEL_CLASSES += "kernel-fitimage" +KERNEL_IMAGETYPE = "fitImage" KERNEL_DEVICET

Re: [yocto] [DYLAN] RPATH issue with qt5's qtwebkit

2013-08-26 Thread Belisko Marek
Hi All, On Sat, Aug 24, 2013 at 6:03 PM, Richard Purdie wrote: > On Sat, 2013-08-24 at 15:06 +0200, Erik Botö wrote: >> On Sat, Aug 24, 2013 at 3:36 AM, Trevor Woerner >> wrote: >> > Hi, >> > >> > When I try to include "qtwebkit" in my image from the "dylan" branch I end >> > up >> > with the fo

Re: [yocto] MD5SUM recipe error.

2013-08-20 Thread Belisko Marek
Hi, On Tue, Aug 20, 2013 at 1:38 PM, Zafrullah Syed wrote: > Hi all, > > I am facing problems while build. Trying to build gumstix-console-image. > > I downloaded GNU hello world, extracted and ran MD5SUM against COPYING, > added to my bitbake. Still it asks me to add MD5SUM or sha256sum. > > My

[yocto] omxplayer building for Rpi

2013-08-20 Thread Belisko Marek
Hello, I'm trying to build omxplayer for Rpi board but seems libav and other dependencies was removed (replaced by meta-oe). But libav was also removed from meta-oe [1]. I was trying to use patches [2] but it produce errors: ERROR: Multiple .bb files are due to be built which each provide virtual/

[yocto] Fwd:

2013-02-11 Thread Belisko Marek
http://www.prinzicase.com/qnyigp.php?s=ot ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto