[yocto] [meta-freescale][NXP] Failed to build gstreamer1.0 ith Yocto thud on NXP IMX8MQ

2019-10-30 Thread Karim ATIKI
Hi, I'm currently trying to build gstreamer1.0 with Yocto Thud. My host machine is a Debian 9 (stretch) Linux. It always succeeded with previous version of Yocto rocko and sumo. But there with thud I immediately get an Unpack Error I've never experienced before: ERROR: gstreamer1.0-1.14

[yocto] [bitbake] fsl-image-xwayland DISTRO -- can't get rid of dev packages.

2018-06-16 Thread Karim ATIKI
Hi all, I've created a custom image based on core-image. It runs for an i.MX6 and i.MX8. I've installed only Qt, gstreamer and xwayland stuff. I've removed dev-pkgs, dbg-pkgs and staticdev-pkgs from IMAGE_FEATURES. Finally, in the created image, ALL the dpg, dev packages have been installed

[yocto] meta layers for freescale IMX8 ?

2018-03-27 Thread Karim ATIKI
Hi all, We just received some evaluation boards based on Freescale IMX8 Quad. We'll have to firstly build a custom linux image to test our products. I'm not experienced with freescales processors. Is there some layers managing the recent IMX8 Freescale ? Thanks . K --

[yocto] [bitbake] Failed to launch bitbake image -u -g depexp on a Debian 9 host system ?

2017-09-12 Thread Karim ATIKI
Hi all, I'm currently using Yocto Poky pyro on a Debian 9 host. I tried to launch bitbake -u -g depexp to have the GUI window with dependencies but I got the following errors: Unable to init server: Could not connect: Connection refused Unable to init server: Could not connect: Connection ref

[yocto] [bitbake] How to figure out that a recipe is executed during the populatye_sdk task ?

2017-06-13 Thread Karim ATIKI
I wrote a recipe for our ARM board linux that compiles a bunch of sources and produces some binary executables for the target board. Everything is done properly with do_compile, do_install etc. The binary executables that need to be deployed on the target board are installed in do_install hand

[yocto] [bitbake] Conditional Linux Kernel compilation according to Yocto Variables

2017-06-09 Thread Karim ATIKI
I'm using Yocto (Poky Dora is mandatory for our project) to create a Linux image for an ARM base board. Currently, we're working on an evaluation board. We have a dedicated layer (meta-docking) with all the stuff. We have dedicated recipes that installs a specific version of the Linux Kernel a

Re: [yocto] [bitbake] Failed to patch "defconfig" for linux kernel

2017-03-10 Thread Karim ATIKI
OK. But how then is this file "bt.cfg" included in the compilation process ? De : Khem Raj Envoyé : vendredi 10 mars 2017 19:53 À : Karim ATIKI Objet : Re: [yocto] [bitbake] Failed to patch "defconfig" for linux kernel On Fri, Mar

[yocto] [bitbake] Failed to patch "defconfig" for linux kernel

2017-03-10 Thread Karim ATIKI
Hi, I'm currently trying to patch the linux kernel 3.8.13-r2 of an ARM based board (Hachiko) in order to enable Bluetooth and RFCOMM support. Currently, I select these options with bitbake -c menuconfig virtual/kernel I'd like to use a patch on the defconfig in order to avoid the menuconfig s

[yocto] [bitbake] Custom LIC_FILES_CHKSUM location

2017-02-09 Thread Karim ATIKI
I need to integrate a custom licence file in the recipes we're creating. Basically, the layer strcutureis: meta-mylayer + recipes-connectivity / + bootscripts / + bootscript_0-1.bb + recipes-qt ... MYLICENSE.TXT In bootscript_0-1.bb: I've

Re: [yocto] [dora] Compiling Qt 5.7 without meta-qt5

2017-02-07 Thread Karim ATIKI
Hi Burt, I tried. But many errors raise that impact the "meta-hachiko" layer which is not compatible at all with versions > Dora. De : Burton, Ross Envoyé : mardi 7 février 2017 12:44 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [dora] Com

[yocto] [dora] Compiling Qt 5.7 without meta-qt5

2017-02-07 Thread Karim ATIKI
I'm trying to create/integrate a recipe that builds Qt5.7 on a Architech Hachiko (ARM) board. This board is uniquely compatible with Poky DORA (for technical reasons, I don't have the choice). Using meta-qt5 is excluded. Actually? I succeeded to build qt5.7 with the Poky SDK and I would li

Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not availables ?

2017-01-10 Thread Karim ATIKI
Khem, Ok. How are they specified using Yocto build system ? Is there any doc link ? K. De : Khem Raj Envoyé : mardi 10 janvier 2017 20:39 À : Karim ATIKI; yocto Objet : Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not

[yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not availables ?

2017-01-10 Thread Karim ATIKI
Hi, I'm using generated Poky SDK to cross-compile our program source-codes, which works fine. Now I wish to integrate the build of the project into Yocto recipes using our makefiles. However, some custom parameters in the makefiles are using the variables OECORE_TARGET_SYSROOT and OECORE_

[yocto] Best way to custom recipe to build c++ sources

2017-01-05 Thread Karim ATIKI
I'm currently writing a custom recipe that builds a c++ program developped by our team. It is a huge c++ program with many contrib dependencies. It's supposed to run on many platforms, including Rpi. The recipe is really simply, it fetches sources, launches makefiles and install binaries.

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-04 Thread Karim ATIKI
Khem, It worked successfuly. No errors, no warnings. Cheers, Karim De : Khem Raj Envoyé : jeudi 3 novembre 2016 22:44 À : Karim ATIKI Cc : yocto@yoctoproject.org Objet : Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set

Re: [yocto] [meta-raspberrypi][PATCH V2] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-03 Thread Karim ATIKI
Hi Khem, I just tried to rebuild gstreamer1.0-plugins-bad from a clean checkout with your patch. At first glance, it's working. "bitbake gstreamer1.0-plugins-bad" succeeded but with a QA Warning: gstreamer1.0-plugins-bad-1.8.3-r0 do_configure: QA Issue: gstreamer1.0-plugins-bad: invalid PA

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-11-02 Thread Karim ATIKI
Hi Ionel, I filed a bug-report for this concern. Thanks for your feedback, I'll try it this afternoon.. Karim. De : Ionel Badisor Envoyé : mercredi 2 novembre 2016 12:03 À : Karim ATIKI; Paul Barker Cc : yocto Objet : Re: [yocto] [raspberrypi3][met

Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-11-01 Thread Karim ATIKI
é : samedi 29 octobre 2016 23:13 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration On Fri, 28 Oct 2016 05:56:07 +0000 Karim ATIKI wrote: > Hi Paul, > > > Thanks a lot for your feedback and analysis.

Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-10-27 Thread Karim ATIKI
? Karim De : Paul Barker Envoyé : jeudi 27 octobre 2016 23:18 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration gstreamer1.0-plugins-bad compiles if x11, wayland and opengl are all missing from DISTR

[yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-10-26 Thread Karim ATIKI
Hi all, I'm currently unable to build gstreamer1.0-plugins-bad with a clean checkout of poky-krogoth and also poky-master with DISTRO_FEATURES_remove = " x11 wayland" It fails during the do_compile() task of gstreamer1.0-plugins-bad with the following error message: undefined reference to

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-24 Thread Karim ATIKI
Hi Paul, You did have a chance to get gstreamer1.0-plugins-bad built correctly from a clean checkout ? Could you please share the exact poky branches / layers ? Cheers. Karim De : yocto-boun...@yoctoproject.org de la part de Karim ATIKI Envoyé

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-23 Thread Karim ATIKI
ot; DISTRO_FEATURES_remove = " x11 wayland". Launched: bitbake -k gstreamer1.0-plugins-bad It failed as usual during the do_compile() of gstreamer1.0-plugins-bad as reported yesterday. ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size' How did you get

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Karim ATIKI
ith this configuration ? Cheers, Karim De : yocto-boun...@yoctoproject.org de la part de Karim ATIKI Envoyé : samedi 22 octobre 2016 19:03 À : Khem Raj Cc : yocto Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 Hi Khem, Furthermore, p

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Karim ATIKI
Hi Paul, the compile log file is attached with this mail. De : Paul Barker Envoyé : samedi 22 octobre 2016 17:26 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 On Sat, 22 Oct 2016 15:16:18 +

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Karim ATIKI
: Khem Raj Envoyé : samedi 22 octobre 2016 18:13 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 On Oct 22, 2016, at 8:16 AM, Karim ATIKI mailto:karim_at...@hotmail.com>> wrote: Actually, it looks like the issue comes from gstrea

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Karim ATIKI
yocto-boun...@yoctoproject.org de la part de Karim ATIKI Envoyé : samedi 22 octobre 2016 14:26 À : yocto Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 Hi all, Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad. The underlying

[yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-10-22 Thread Karim ATIKI
Hi all, Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad. The underlying error seems to be: | ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size This function seems to come from bcm_host library. Isn't it related to RaspberryPi g

Re: [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found)

2016-10-16 Thread Karim ATIKI
_ De : Khem Raj Envoyé : dimanche 16 octobre 2016 19:24 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found) On Sun, Oct 16, 2016 at 8:45 AM, Karim ATIKI wrote: > Hi all, > > > I'm trying t

Re: [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found)

2016-10-16 Thread Karim ATIKI
/usr/include/GL/GLES3 with all sub files... De : yocto-boun...@yoctoproject.org de la part de Karim ATIKI Envoyé : dimanche 16 octobre 2016 17:45 À : yocto Objet : [yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found

[yocto] [raspberrypi3] Failed to build core-image-minimal with Qt5 support (GL/gl.h not found)

2016-10-16 Thread Karim ATIKI
Hi all, I'm trying to a build a core-image-minimal for my RaspberryPi3 with Qt5 support. I'm working with Poky Krogth and master branches of meta-qt5 and meta-raspberrypi. The build failed at qtbase do_configure(). It reports "| checking for OpenGL... | Cannot read /home/kai/yocto/build-

[yocto] Merging a custom SDK with meta-toolchain-qt5

2016-10-13 Thread Karim ATIKI
hi all, I have built an image based on Toradex Colibri-T20 board. It's based on X11 with support of gtk3+. Works fine. To get our programs working on it, I have generated the dedicated SDK with bitbake populate_sdk with extra features in SDKIMAGE_FEATURES Then I have added a custom image t

Re: [yocto] [bitbake] Issue with SVN fetcher options

2016-10-10 Thread Karim ATIKI
De : Mark Hatle Envoyé : lundi 10 octobre 2016 15:58 À : Karim ATIKI; yocto Objet : Re: [yocto] [bitbake] Issue with SVN fetcher options On 10/10/16 3:47 PM, Karim ATIKI wrote: > OK. > > > I found out the solution. > > > Actually, I no

Re: [yocto] [bitbake] Issue with SVN fetcher options

2016-10-10 Thread Karim ATIKI
th_spec" in the the BitBake manual nor Yocto MegaManual. I just wonder if there's a reason for that. Anyway, it solved my problem. Cheers. Karim ____ De : yocto-boun...@yoctoproject.org de la part de Karim ATIKI Envoyé : lundi 10 octobre 2016 15:11 À :

[yocto] [bitbake] Issue with SVN fetcher options

2016-10-10 Thread Karim ATIKI
Hi all, I'm writing a recipe to build a custom project for an ARM based board (Colibri T20). I need to fetch the different sub-projects from SVN and launch the respective makefile. However, I'm experiencing a problem with the SVN fetcher of bitbake. Indeed, my URI looks like: SRC_URI = "

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Karim ATIKI
Hi all, Note: I just launched the build again with bitbake -k core-image-x11and the error did not occur again. Well, a bit weird. Don't really know why does this error raised though. Karim De : yocto-boun...@yoctoproject.org de la part de Karim

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Karim ATIKI
Hi Khem, I have the same issue. Get the latest master branches of poky, meta-raspberrypi and meta-oe. Built a core-image-x11 and get the error: ERROR: core-image-x11-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for /home/

Re: [yocto] [meta-raspberrypi] failed to copy the final ***rootfs.rpi-sdimg image file

2016-10-02 Thread Karim ATIKI
Hi Gary, >That said, you also need a recent checkout of OE-core as the meta-raspberrypi >and OE-core layers need to be in sync. These particular variables were changed >starting with OE core rev 6d969bacc718e21a5246d4da9bf9639dcae29b02 > >Just use the latest master of both meta-raspberrypi and OE

[yocto] failed to copy the final ***rootfs.rpi-sdimg image file

2016-10-01 Thread Karim ATIKI
hi, I'm building a custom core-image-x11 for my raspberrypi3 board, with poky krogoth. In the very last steps: ERROR: core-image-x11-1.0-r0 do_image_rpi_sdimg: Function failed: do_image_rpi_sdimg (log file is located at /home/kai/yocto/build-rpi3/tmp/work/raspberrypi3-poky-linux-gnueabi/cor

[yocto] missing glxext.h header file in core-image-x11 // toolchain SDK

2016-09-29 Thread Karim ATIKI
hi, I have generated a core-image-x11 image for a Toradex Colibri T20 board. I aim to compile and execute our application that normally runs under X11 + OpenGL. I'm not an expert of X11 and gles technologies. Therefore, I need to have the necessary libraries in the linux image I have generated

Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Karim ATIKI
jeudi 29 septembre 2016 15:17 À : Richard Purdie; Karim ATIKI; yocto Objet : Re: [yocto] build a toolchain compiler with ARM hard-float support On 9/29/16 5:31 AM, Richard Purdie wrote: > On Thu, 2016-09-29 at 09:10 +0000, Karim ATIKI wrote: >> Hi, >> >> I'm using Poky Jet

[yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Karim ATIKI
Hi, I'm using Poky Jethro to build on Toradex Colibri-T20 (armv7). I want to build my own SDK Installer to have a toolchain and a sysroot. Currently, I realied that the toolchain installer files do not provide an arm-poky-linux-gnuabi compiler with hard-float support. For example, while co

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Karim ATIKI
Hi Khem, >do you have x11 in DISTRO_FEATURES No, the DISTRO_FEATURES variable was not even declared in the default local.conf Karim De : Khem Raj Envoyé : lundi 26 septembre 2016 09:28 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [meta-torax

Re: [yocto] [meta-toraxdex] unrecoverable build error

2016-09-26 Thread Karim ATIKI
of file can I find this information ? De : Jussi Kukkonen Envoyé : lundi 26 septembre 2016 10:18 À : Karim ATIKI Cc : yocto Objet : Re: [yocto] [meta-toraxdex] unrecoverable build error On 25 September 2016 at 09:10, Karim ATIKI mailto:karim_at...@hotmail.com>>

[yocto] [meta-toraxdex] unrecoverable build error

2016-09-24 Thread Karim ATIKI
hi, During a core-image-x11 build (yocto krogoth, meta-toradex) , I got the following error I never encountered with Yocto: ERROR: xf86-input-evdev-2_2.10.1-r0 do_populate_sysroot: The recipe xf86-input-evdev is trying to install files into a shared area when those files already exist. Th

[yocto] [meta-toradex] failed to patch dont_start_connman_on_nfsboot.patch

2016-09-24 Thread Karim ATIKI
Hi all, I'm building a core-image-sato based on toradex colibrit20 bsp. Using meta-toradex. During build, I have the follwoing error: ERROR: connman-1.31-r0 do_patch: Command Error: 'quilt --quiltrc /home/kai/yocto/colibri-t20-kts/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 1

[yocto] How to add my own c++ project into a Yocto distro

2016-09-23 Thread Karim ATIKI
Hi all, I have setup a Poky distribution based on a core-image-sato image for both RaspberryPi and Toradex Colibri T20. I have an X11 environment working fine. Right now, I need to compile our software we developped. I basically need to fetch SVN repositories and finally to launch a makefile

[yocto] meta-toradex: How to generate uImage* files ?

2016-09-22 Thread Karim ATIKI
Hi all, I have downloaded a sample linux image from the Toradex developers website to test on a Toradex Colibri T20 device. It worked fine. Now I have generated a custom poky distribution (core-image-minimal) to deplkoy on the device. However, the generated image is zImage format. Whereas it

[yocto] [Yocto][Generic] Add a local binary file into a target Distro

2016-01-13 Thread Karim ATIKI
Hi all, Please be indulgent with my noob question. I spent a lot of time with setting up Yocto on different target boards. It's just amazing. But, although I've been able to add my own layer to include a project from github, I was just wondering how we could simply and easily add a local fil