Re: [yocto] (no subject)

2019-01-29 Thread Scott Rifenbark
Hi, Have you tried adding the feature through MACHINE_FEATURES variable? ( https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#ref-features-machine and https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#var-MACHINE_FEATURES ). A developer can probably provide more detailed

Re: [yocto] (no subject)

2017-05-30 Thread Андрей Кононов
you right, when i take qt5 from morty branch everything builded ok >Вторник, 30 мая 2017, 22:02 +03:00 от Petter Mabäcker < pet...@technux.se >: > >Hi, >After a quick look, it seems like the problem is related to the Upgrade to Qt >5.8 that was done in pyro. >commit: 333949a Upgrade to Qt 5.8

Re: [yocto] (no subject)

2017-05-30 Thread Petter Mabäcker
Hi, After a quick look, it seems like the problem is related to the Upgrade to Qt 5.8 that was done in pyro. commit: 333949a Upgrade to Qt 5.8 (in meta-qt5) The above mentioned commit causes './dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch' (in

Re: [yocto] (no subject)

2015-08-13 Thread Khem Raj
On Mon, Jul 13, 2015 at 10:56 PM, Alvaro Martinez Tovar alvaromartinezto...@yahoo.es wrote: Dear all, I am working with Qt5.5.0 and QtCreator 3.4.2 open source. On the hardware side I work with a i.MX6 sabre platform for smart devices. As a first aproach, after having created the image

Re: [yocto] (no subject)

2013-10-10 Thread Jack
Anders Darander anders@... writes: Jack jackrubby2010@... wrote: Anders Darander anders at ... writes: Thanks Anders, But I have this problem not only for GPIOs, but also for other registers. Well, my comment about dereferencing physical addresses using *-only, wasn't restricted

Re: [yocto] (no subject)

2013-10-04 Thread Anders Darander
Jack jackrubby2...@gmail.com wrote: Anders Darander anders@... writes: Thanks Anders, But I have this problem not only for GPIOs, but also for other registers. Well, my comment about dereferencing physical addresses using *-only, wasn't restricted to GPIO's only. It was regarding physical

Re: [yocto] (no subject)

2013-10-03 Thread Jack
Anders Darander anders@... writes: Jack jackrubby2010 at gmail.com wrote: Hi, I want to set/reset GPIO registers in freescale p1022 processor. I saw a hello-mod kernel module in yocto and I added it to my image and it worked. According to hello-mod kernel module, I created GPIO module