Re: [yocto] Determining the correct layers for a Beaglebone build.

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 4:35 PM, Kenny Koller wrote: > I'm trying to figure out which set of meta layers I need to build a distro > and images for a Beaglebone Black. > > I cloned poky and within I see meta-yocto and meta-yocto-bsp. The latter has > recipes for the

Re: [yocto] How can I add a library to my SDK

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 12:21 PM, Jimi Damon wrote: > TOOLCHAIN_HOST_TASK_append = " zeromq" you need to add the package meant for sdk host. TOOLCHAIN_HOST_TASK_append = " nativesdk-zeromq" also make sure that zeromq recipe has BBCLASSEXTEND for nativesdk if not you might

Re: [yocto] question regarding share state cache and task dependencies.

2017-06-26 Thread Khem Raj
On Mon, Jun 26, 2017 at 9:16 AM, Koehler, Yannick wrote: > I was wondering, reading about the shared state cache system, why are the > task / recipe dependencies being honored when executing a setscene task? > Since there is a "sanity" check that no two package write

Re: [yocto] network problems when running simple MS IoT Hub sample C application

2017-06-26 Thread Khem Raj
On Sun, Jun 25, 2017 at 11:35 PM, Jakob Hasse wrote: > Hello, > > I'm trying to run the Mircosoft Azure IoT hub mqtt example > (iothub_client_sample_amqp or simliar) of the C SDK on yocto > (https://github.com/Azure/azure-iot-sdk-c). > On my Ubuntu host

Re: [yocto] using clang for one recipe

2017-06-23 Thread Khem Raj
On Fri, Jun 23, 2017 at 6:55 PM, Trevor Woerner <twoer...@gmail.com> wrote: > On Fri 2017-06-23 @ 03:57:06 PM, Khem Raj wrote: >> On Fri, Jun 23, 2017 at 3:39 PM, Trevor Woerner <twoer...@gmail.com> wrote: >> > Adding that line, and adding meta-clang to bblayers.con

Re: [yocto] using clang for one recipe

2017-06-23 Thread Khem Raj
On Fri, Jun 23, 2017 at 3:39 PM, Trevor Woerner wrote: > I want to have one recipe build with clang instead of gcc (gcc is > being used for the rest of the image). I thought this was as simple as > adding the following line to the recipe: > > TOOLCHAIN = "clang" yes thats

Re: [yocto] internet radio

2017-06-23 Thread Khem Raj
On Fri, Jun 23, 2017 at 1:18 AM, Riko Ho wrote: > Hello everyone, > > What do you suggest me using for internet radio / playing multimedia on GUI > ? Which recipe is suitable for it ? > may be you could use mplayer or kodi > Thanks > > -- > > /***/ > Sent by Ubuntu

Re: [yocto] AppArmor

2017-06-21 Thread Khem Raj
On Tue, Jun 20, 2017 at 9:56 AM Anders Montonen wrote: > Hi, > > Has anyone tried using AppArmor with Yocto? The recipe in the > meta-security layer is broken, and when fixed so it actually builds, it > turns out the installed init script relies on functions not found in

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-21 Thread Khem Raj
; >> > >> On Sat, Jun 17, 2017 at 11:41 AM, Khem Raj <raj.k...@gmail.com> wrote: > >> > On Sat, Jun 17, 2017 at 8:20 AM, Tom Rini <tr...@konsulko.com> wrote: > >> >> On Fri, Jun 16, 2017 at 06:05:07PM -0700, Khem Raj wrote: > >

Re: [yocto] Some Arch Linux build fixes

2017-06-20 Thread Khem Raj
On Tue, Jun 20, 2017 at 10:09 AM, Anton Novikov wrote: > Hi, and all have a nice day. > > > My company contributes to OpenBMC project, whose code has an > 'import-layers/yocto-poky' > > git subtree. I'm trying to build it on Arch Linux, which is a rolling > release

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-20 Thread Khem Raj
ow, I can't see the activity.. > Any clues ? dmesg should have some information may be > Thanks > > On 20/06/17 12:51, Khem Raj wrote: > > On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.r...@gmail.com> wrote: > > I got all the files needed, but now I get no re

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Khem Raj
add it to chromium recipe itself if you dont have a bbappend for it. On Tue, Jun 20, 2017 at 9:53 PM, Riko Ho <antonius.r...@gmail.com> wrote: > Ok, thanks a lot for the parameter idea, where will I put that ? local.conf, > bblayers.conf ? > > > On 20/06/17 13:08, Khem Raj w

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
stbuild=1 " and see if that helps. > I compiled firefox and it worked well, but still wondering why chromium > didn't work. > > > On 20/06/17 04:01, Khem Raj wrote: > > On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez > <jaragu...@igalia.com> wrote: > > On 18

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Khem Raj
rtl8723aufw_B_NoBT.bin rtl8723fw_B.bin > rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin > rtl8192defw.bin rtl8723befw_36.bin rtl8821aefw_29.bin > rtl8192eefw.bin rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin > > > On 20/06/17 03:5

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez wrote: > On 18/06/17 20:10, Gunnar Andersson wrote: >> >> Riko Ho wrote: >> >>> Hello Everyone, >>> >>> I tried to compile chromium but never succeeded, took me already 12 >>> hours and stopped

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Khem Raj
On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho wrote: > Hello Everyone, > > How can I obtain : rtl8192eu_nic.bin? > > I got this message : > > RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0 > usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60 > usb 1-1: rtl8xxxu:

Re: [yocto] [meta-raspberrypi] Configure eth0 to come up with Link-Local IPv6 address only

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 4:15 AM, Thomas Thorne wrote: > Good afternoon, > > > > I am trying to generate an image for a Raspberry Pi 3 that includes a > `/etc/network/interfaces` file which causes the Pi to start with an “up” > eth0 connection with only an IPv6 link

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-17 Thread Khem Raj
On Sat, Jun 17, 2017 at 8:20 AM, Tom Rini <tr...@konsulko.com> wrote: > On Fri, Jun 16, 2017 at 06:05:07PM -0700, Khem Raj wrote: >> On Fri, Jun 16, 2017 at 12:12 PM, Matthew McClintock >> <msm-...@mcclintock.net> wrote: >> > This is useful to update the bootlo

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-16 Thread Khem Raj
On Fri, Jun 16, 2017 at 12:12 PM, Matthew McClintock wrote: > This is useful to update the bootloader/vfat partition from u-boot when > you don't want to update everything: > > U-Boot> tftpboot 0x100 tmp/0VXje > Waiting for Ethernet connection... done. > Using sms0

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-16 Thread Khem Raj
On 6/16/17 6:14 AM, Joshua Watt wrote: > On Fri, 2017-06-16 at 09:12 +, Thomas Thorne wrote: Is it only possible to use the special LICENSE = "CLOSED" license for licenses not already placed in the main license >> directory? >>> >>> Yes, there's special-case logic for 'CLOSED'.

Re: [yocto] Build my Yocto edison image

2017-06-16 Thread Khem Raj
On 6/15/17 6:30 AM, Franck Furic wrote: > Hi, > > > > I have bought an Intel Edison board and I would like build my image > including Qt Framework (meta-qt5). > > > > In the past, (2 years ago) I have success to compile C++ program using > Qt by build my image with meta-qt5 I think it was

Re: [yocto] sqlite in yocto1.8-fido

2017-06-15 Thread Khem Raj
On 6/14/17 11:05 PM, balaj...@easyarm.com wrote: > > Dear sir > > I enabled sqlite in qtbase-native ,but iam not able to get sqlite > related libraries. how did you enabled it ? > > Any suggestion would be appreciable. > > > Thanks > Balaji > > > signature.asc Description: OpenPGP

Re: [yocto] locale error at do_rootfs step

2017-06-14 Thread Khem Raj
On 6/14/17 1:29 AM, Dvorkin Dmitry wrote: > I'm using the newest master branch of poky, with DNF. Host PC locale is > non-EN. > > setting host PC LANG and LC_* to en_US doesn't help > > Got a strange error: > > > NOTE: Executing RunQueue Tasks > ERROR: MyIMG-1.0-r1 do_rootfs: [log_check]

Re: [yocto] do_rootfs failed with message about host system(?) locale

2017-06-14 Thread Khem Raj
On 6/14/17 3:46 AM, Dvorkin Dmitry wrote: > ERROR: MyIMG-1.0-r1 do_rootfs: [log_check] MyIMG: found 2 error messages > in the logfile: > [log_check] Failed to set locale, defaulting to C > [log_check] Failed to set locale, defaulting to C Do you have locale setup correctly on your build host ? >

Re: [yocto] bitbake core-image-web-kiosk question ?

2017-06-13 Thread Khem Raj
On Tue, Jun 13, 2017 at 9:10 PM, Riko Ho wrote: > Hello Everyone, > > I tried doing "bitbake core-image-web-kiosk" > > And I got this : > > > > Loading cache: 100% >

Re: [yocto] [yocto-docs][PATCH] ref-manual: Replace uclibc to musl

2017-06-11 Thread Khem Raj
On Sun, Jun 11, 2017 at 6:03 PM, Changhyeok Bae wrote: > uClibc Replaced by musl from Yocto 2.2 > > Signed-off-by: Changhyeok Bae > --- > documentation/ref-manual/ref-variables.xml | 14 +++--- > 1 file changed, 7 insertions(+), 7

Re: [yocto] gmp-5.1.1.bb virtual native error

2017-06-10 Thread Khem Raj
On Wed, Jun 7, 2017 at 11:43 PM, maheswarir wrote: > Dear sir, > >I was tried with yocto image syntax bitbake core-image-weston for Renesas > R car H2 and I got following error. Kindly provide idea for resolving this > error. > > ​the real error is not printed

Re: [yocto] LLVM linking for custom recipe

2017-06-08 Thread Khem Raj
On Thu, Jun 8, 2017 at 1:42 PM, Giordon Stark wrote: > Hi, > > I have the following error message when trying to get LLVM linked up. The > problem is that I'm using a widely used science software called ROOT > (https://root.cern.ch/) with the following minimal recipe at the

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 9:09 PM, Petter Mabäcker <pet...@technux.se> wrote: > 2017-06-08 00:54 skrev Khem Raj: > > > On Wed, Jun 7, 2017 at 2:17 PM Petter Mabäcker <pet...@technux.se> wrote: >> >> Update to latest available revision, in order to include prop

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 2:17 PM Petter Mabäcker wrote: > Update to latest available revision, in order to include proper rpi3 > support as well as latest fixes. > > Signed-off-by: Petter Mabäcker > --- > .../files/remove-initscript-lsb-dependency.patch |

Re: [yocto] Getting linker -l into a bbappend

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 10:14 AM, Colin Helliwell <colin.helliw...@ln-systems.com> wrote: > >> On 07 June 2017 at 18:12 Khem Raj <raj.k...@gmail.com> wrote: >> >> On Wed, Jun 7, 2017 at 9:37 AM, <colin.helliw...@ln-systems.com> wrote: >> >> > I

Re: [yocto] Getting linker -l into a bbappend

2017-06-07 Thread Khem Raj
On Wed, Jun 7, 2017 at 9:37 AM, wrote: > I have an autotools (C++) app which builds fine with my default recipe. But > for a particular platform an additional (C) library is needed, so I have a > bbappend. > I can add in the additional compiler flag here, but I'm

Re: [yocto] Yocto for NFS/SDN networking product

2017-06-06 Thread Khem Raj
hen choosing a build system for OpenSwitch-based products - do one > > still has to use yocto or just go with the build system provided > by OpenSwitch? > > > Thanks, > > --- KostaZ > > -- > *From:* Khem Raj <raj.k...@gmail.com>

Re: [yocto] The best way to change target architecture

2017-06-06 Thread Khem Raj
On Tue, Jun 6, 2017 at 5:42 AM, Zhuoqun Cheng wrote: > Hi Yocto Experts, > > I'm fairly new to Yocto and I've already tried my best to search for > answers, but not happy with what I found. > > So here's the situation I've got: > > I'm using yocto to build the intel aero board image,

Re: [yocto] libpam-systemd not built, but enabled in systemd PACKAGECONFIG

2017-06-03 Thread Khem Raj
On Sat, Jun 3, 2017 at 5:17 AM, Ferry Toth <ft...@exalondelft.nl> wrote: > Khem Raj wrote: > >> On Fri, Jun 2, 2017 at 4:51 PM, Ferry Toth >> <ft...@exalondelft.nl> wrote: >>> That is when building systemd with morty. >>> >>>

Re: [yocto] File permissions on package_ipk.bbclass

2017-06-02 Thread Khem Raj
> > ~Ian > > On Fri, Jun 2, 2017 at 3:14 PM, Khem Raj <raj.k...@gmail.com> wrote: > >> On Fri, Jun 2, 2017 at 1:57 PM, Ian Welch <ian_we...@trimble.com> wrote: >> > Hello, >> > We are using the package_ipk.bbclass to create packages for opkg &g

Re: [yocto] libpam-systemd not built, but enabled in systemd PACKAGECONFIG

2017-06-02 Thread Khem Raj
On Fri, Jun 2, 2017 at 4:51 PM, Ferry Toth wrote: > That is when building systemd with morty. > > I have DISTRO_FEATURES pam set, but I find --disable-pam in the configure > log. > > In fact only --enable-split-usr --enable-xz and --enable-nls are set > according to the

Re: [yocto] File permissions on package_ipk.bbclass

2017-06-02 Thread Khem Raj
On Fri, Jun 2, 2017 at 1:57 PM, Ian Welch wrote: > Hello, > We are using the package_ipk.bbclass to create packages for opkg that > will be installed on our embedded hardware (target). We are also using > Jenkins as a CI server to run bitbake. We have discovered that

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Khem Raj
On Wed, May 31, 2017 at 5:41 PM, Alejandro Hernandez <alejandro.hernan...@linux.intel.com> wrote: > On 05/31/2017 01:46 PM, Khem Raj wrote: > > > > On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield <bruce.ashfi...@gmail.com> > wrote: >> >> >> On T

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Khem Raj
On Wed, May 31, 2017 at 5:00 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > > On Tue, May 30, 2017 at 6:29 PM, Khem Raj <raj.k...@gmail.com> wrote: >> >> On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy <armccu...@gmail.com> >> wrote: >> >

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-31 Thread Khem Raj
On Tue, May 30, 2017 at 6:15 PM, Bruce Ashfield wrote: > > > On Tue, May 30, 2017 at 6:52 PM, Alejandro Hernandez > wrote: >> >> Hey Andy, >> >> >> On 05/30/2017 05:32 PM, Andre McCurdy wrote: >>> >>> On Tue, May 30, 2017 at 1:12 PM,

Re: [yocto] Problems to build xen-guest-image-minimal

2017-05-31 Thread Khem Raj
On Wed, May 31, 2017 at 12:22 AM Pello Heriz < pello.he...@alumni.mondragon.edu> wrote: > Hi, > > I'm trying to build xen-guest-image-minimal with master branch of Yocto, > but I keep stuck in the next error: > > bitbake xen-guest-image-minimal > NOTE:

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 10:25 AM, Andre McCurdy <armccu...@gmail.com> wrote: > On Tue, May 30, 2017 at 10:15 AM, Paul Barker <pbar...@toganlabs.com> wrote: >> On 30 May 2017 5:08 p.m., "Khem Raj" <raj.k...@gmail.com> wrote: >> >> On Tue,

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-30 Thread Khem Raj
On Tue, May 30, 2017 at 12:57 AM, Martin Jansa wrote: > * use latest revision in rpi-4.11.y branch > * using AUTOREV causes bitbake to run git ls-remote on the github.com > repository in order > to convert AUTOREV to currently latest SRCREV even when you don't use >

Re: [yocto] webkitgtk2 progress bar

2017-05-25 Thread Khem Raj
On Wed, May 24, 2017 at 9:17 PM, Trevor Woerner wrote: > On Wed, May 24, 2017 at 1:16 PM, Martin Jansa wrote: >> My "bitbake world" builds have few components like this, webkitgtk (used to >> have webkit1, webkit2 and webkit2-efl as separate builds), 2

Re: [yocto] yocto] [meta-raspberrypi] why "pi3-64 bitbake image" could not boot ?

2017-05-23 Thread Khem Raj
On Thu, May 18, 2017 at 4:43 AM, mau hideyuki wrote: > Hi all> > I build raspberry pi3-64 image on my PC, but this image > is not able to boot on my raspberrypi3. > when you say boot, are you talking about graphical boot ? I could not get it to boot into graphical

Re: [yocto] [meta-security][PATCH 2/2 v2] ecryptfs-utils: add new recipe

2017-05-23 Thread Khem Raj
On Mon, May 22, 2017 at 10:30 PM, wrote: > +install -d ${D}${systemd_system_unitdir} > +install -m 0644 ${WORKDIR}/ecryptfs.service > ${D}${systemd_system_unitdir} you could squash above into install -D -m 0644 ${WORKDIR}/ecryptfs.service

Re: [yocto] What can I share between projects?

2017-05-20 Thread Khem Raj
cy > > > > Darcy Watkins :: Senior Staff Engineer, Firmware > > > > SIERRA WIRELESS > > Direct +1 604 233 7989 :: Fax +1 604 231 1109 :: Main +1 604 231 > 1100 > > 13811 Wireless Way :: Richmond, BC Canada V6V 3A4 > > [M4] > > dwatk...@sierrawir

Re: [yocto] What can I share between projects?

2017-05-20 Thread Khem Raj
On Sat, May 20, 2017 at 8:16 AM, Darcy Watkins wrote: > Are you saying that the sstate cache is smart enough to handle exact same > package for same arch but just built using different layer stack? (Say one > case builds package A with a bbappend, but the other uses

Re: [yocto] [poky/classes] [PATCH] new alternatesrc.bbclass

2017-05-18 Thread Khem Raj
On Thu, May 18, 2017 at 11:11 AM, Koehler, Yannick (HPN Aruba) wrote: > In our environment, we have package that are store inside git in their own > repo. Using SRC_URI we fetch the code and build it from the git repo itself > and all is fine. When developer wants to

Re: [yocto] Error: when reparsing

2017-05-18 Thread Khem Raj
On Thu, May 18, 2017 at 8:14 AM, Yuvarajesh Valleru wrote: > Hi, > > I was building a custom-linux-image. I succesfully build the image with the > help of bitbake tool. > > When rebuilding the same image again, i was experiencing an error. > > ERROR: When reparsing .do_install,

Re: [yocto] Add 'mongodb' package in Yocto (Jethro branch)

2017-05-16 Thread Khem Raj
On Thu, May 11, 2017 at 5:55 AM, Jaymin D wrote: > Hi Team, > > I want to add 'mongodb' package into my current Yocto (Jethro branch) build. > > I have tried to add in - CORE_IMAGE_EXTRA_INSTALL += " mongodb", also tried > to add " boost" package too. But, it couldn't

Re: [yocto] [meta-rockchip] [PATCH v3 0/3] Add video codec recipes

2017-05-16 Thread Khem Raj
On Tue, May 16, 2017 at 7:18 AM, ayaka wrote: > Those packages are the userspace libraries for the Rockchip > Android video codec driver. > > Also a minimal image used for verified the media framework is included. > some recipes are pinned with GPL-2.0 and some with other

Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Khem Raj
On Mon, May 15, 2017 at 9:33 AM, Trevor Woerner wrote: > On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote: >> Clearly a NAK here. I don't want yet another image for this, that's a >> bsp meta layer, it is supposed to contain the recipes and rules to >> propose support for

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-15 Thread Khem Raj
On Mon, May 15, 2017 at 2:14 AM, Paul Barker wrote: > Hi all, > > Yocto Project 2.3 has now been released so I think it's time to create > a pyro branch for meta-raspberrypi. > > I've briefly discussed stable branch maintainership with Andrei and > I'd like to volunteer as

[yocto] [meta-raspberrypi][PATCH 2/2] mesa-gl: Enable gbm for rpi

2017-05-10 Thread Khem Raj
weston needs gbm support which is not in userland Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-graphics/mesa/mesa-gl_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/mesa/mesa-gl_%.bbappend diff --git a/recipes-graphics/mesa/mesa-gl_%.bbapp

[yocto] [meta-raspberrypi][PATCH 1/2] userland: Add missing GLES2 defines

2017-05-10 Thread Khem Raj
Needed by weston Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch | 30 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 recipes-graphics/userland/us

Re: [yocto] [meta-raspberrypi] how to apply custom kernel configuration?

2017-05-06 Thread Khem Raj
On Sat, May 6, 2017 at 9:45 AM, Andrea Galbusera wrote: > Hi! > > I was wondering how to apply some extra kernel configuration from a custom > layer via a bbappend. I know that with meta-raspberrypi there exist some > variables you can define in local.conf that will drive how

Re: [yocto] [meta-rockchip][PATCH] README: remove irrelevant information

2017-05-06 Thread Khem Raj
On Sat, May 6, 2017 at 7:41 AM, Romain Perier wrote: > Hello, > > Even if I agree with the reason of why you want to remove this section. I > think , it might be a good point to keep a note about this in the README. > Just explain that this is not up to the bsp layer to

Re: [yocto] Enabling tpm from meta-security for AGL

2017-05-05 Thread Khem Raj
On Fri, May 5, 2017 at 9:13 AM, Patrick Ohly <patrick.o...@intel.com> wrote: > On Fri, 2017-05-05 at 08:45 -0400, Khem Raj wrote: >> Set >> >> SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" > > But that's just a workaround, right? Ideally the bu

Re: [yocto] Enabling tpm from meta-security for AGL

2017-05-05 Thread Khem Raj
On Fri, May 5, 2017 at 6:12 AM, Dominig Ar Foll wrote: > Hello, > > I am trying to enable tpm on an Intel target using yocto (morty) from > meta-security > > When I activate the tpm-tools-2.0 feature in my configuration, I have > a compilation error (see log bellow) >

Re: [yocto] [meta-raspberrypi] Building rpi-test-image for Pi3 64 bit

2017-05-03 Thread Khem Raj
On Wed, May 3, 2017 at 8:28 AM Luca Carlon wrote: > Hello, > thank you for your help. I followed your advice and I'm now able to build > rpi-test-image for raspberrypi2 and raspberrypi3. When I try > raspberrypi3-64 instead I'm getting a few errors. I fixed one build

Re: [yocto] How should we handle GCC 6 and -isystem /usr/include?

2017-04-26 Thread Khem Raj
On Wed, Apr 26, 2017 at 9:50 AM Martin Kelly <mke...@xevo.com> wrote: > On 04/25/2017 05:44 PM, Khem Raj wrote: > > > > > > On 4/20/17 5:04 PM, Martin Kelly wrote: > >> Hi, > >> > >> After compiling a package with GCC 6, I noticed the followi

Re: [yocto] How should we handle GCC 6 and -isystem /usr/include?

2017-04-25 Thread Khem Raj
ich breaks the > GCC 6's #include_next. I see that Khem Raj already removed this for the > nativesdk [1], but it seems we need a similar fix for other packages, as > we are still adding -isystem in meta/conf/bitbake.conf: > > [snip] > BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR

[yocto] [meta-gplv2][PATCH] elfutils: Fix build with gcc7

2017-04-25 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../0001-Fix-fallthrough-warnings.patch| 237 + .../0002-Fix-printf-overflow-warnings.patch| 57 + recipes-devtools/elfutils/elfutils_0.148.bb| 2 + 3 files changed, 296 insertions(+)

Re: [yocto] Problem with mesa and nvidia

2017-04-25 Thread Khem Raj
and altought its not the right one, at least I > know that overwritting these files is the last step (got hardware > acceleration, playing video by hardware and full hd resolution). > > Thank you for your help! > > > 2017-04-23 17:11 GMT+02:00 Khem Raj <raj.k...@gmail.c

Re: [yocto] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-24 Thread Khem Raj
On Mon, Apr 24, 2017 at 12:13 PM, Burton, Ross wrote: > > On 24 April 2017 at 10:09, Burton, Ross wrote: >> >> All merged, I'll fire in a moment. > > > lttng-modules fails: > > In function 'lib_ring_buffer_align', > inlined from

Re: [yocto] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-24 Thread Khem Raj
On Mon, Apr 24, 2017 at 8:54 AM, Burton, Ross wrote: > > On 24 April 2017 at 10:47, Burton, Ross wrote: >> >> The updated glibc recipe doesn't appear to be very happy: >>

Re: [yocto] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-23 Thread Khem Raj
On Sun, Apr 23, 2017 at 3:04 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 16 April 2017 at 16:50, Khem Raj <raj.k...@gmail.com> wrote: >> >> I have put together recipes for upcoming gcc-7 major release as well >> as glibc 2.26 release, which we

Re: [yocto] [oe] [OE-core] [RFT] gcc7 and glibc-2.26 recipes

2017-04-23 Thread Khem Raj
el.com> >> wrote: >>> >>> On 16 April 2017 at 16:50, Khem Raj <raj.k...@gmail.com> wrote: >>> >>> > I have put together recipes for upcoming gcc-7 major release as well >>> > as glibc 2.26 release, which we would target for ne

Re: [yocto] Problem with mesa and nvidia

2017-04-23 Thread Khem Raj
On Sun, Apr 23, 2017 at 7:35 AM, Alvaro Garcia wrote: > mesa-driver-i915 if you are building for x86 based machines and including conf/machine/include/x86-base.inc in your machine config then you are getting it. You need to define XSERVER variable that fits your machine. you

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 12:13 AM, Trevor Woerner wrote: > On Thu 2017-04-20 @ 05:41:44 AM, Herve Jourdain wrote: >> Yes, VC4 indeed works for both 32bits and 64bits. It was first introduced . >> for 32bits, actually Regarding why still using userland: at this point in . >>

Re: [yocto] overzealous packagedata

2017-04-20 Thread Khem Raj
On Thu, Apr 20, 2017 at 12:26 AM, Trevor Woerner wrote: > I'm trying to build a certain combination of software for a given SoC. mesa > (meta-gl, specifically) provides a libgbm, but if you don't want to use mesa's > libgbm you can disable it with a PACKAGECONFIG. I.e. > >

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23

2017-04-20 Thread Khem Raj
bring CMA > 256M changes Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Khem Raj
On Wed, Apr 19, 2017 at 3:41 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Tue, Apr 18, 2017 at 7:55 PM, Khem Raj <raj.k...@gmail.com> wrote: >> On Tue, Apr 18, 2017 at 11:13 AM, Andrei Gherzan <and...@gherzan.ro> wrote: >>> Signed-off-b

Re: [yocto] [meta-raspberrypi] Unified serial console device option

2017-04-19 Thread Khem Raj
On Wed, Apr 19, 2017 at 4:00 AM, Andrei Gherzan wrote: > Hello all, > > I'm trying to have the ability for user to use serial0 as serial port > on the header and serial1 (when available) for Bluetooth. In this way > rpi2 and rpi3 (32b) will have the same configuration. The

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-18 Thread Khem Raj
On Tue, Apr 18, 2017 at 11:13 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-core/udev/udev-rules-rpi.bb | 12 > recipes-core/udev/udev-rules-rpi/99-com.rules | 21 perhaps a bbappend to udev-extraconf

Re: [yocto] meta-tensorflow

2017-04-17 Thread Khem Raj
On Mon, Apr 17, 2017 at 2:19 PM, Giuseppe Di Guglielmo wrote: > Hi, > is there any of the meta- layers supporting the installation of Google > TensorFlow? Does a package-specific layer make sense in Yocto? > Don't think so. There is tensor rt recipe in tegra bsp

Re: [yocto] Patch failures

2017-04-16 Thread Khem Raj
What's your build OS On Sun, Apr 16, 2017 at 6:09 PM Paul D. DeRocco wrote: > I'm trying to migrate an Atom-based build from Fido to Morty, and also > switch from 32-bit mode to x32. On a clean build, it gets about half way > through, and then suddenly coughs up a patch

Re: [yocto] [meta-raspberrypi][PATCH 2/2] x264: Fix build for armv6 RaspberryPi boards

2017-04-16 Thread Khem Raj
On Sun, Apr 16, 2017 at 6:14 PM Andrei Gherzan wrote: > quant-a.S uses rbit thumb instruction unconditionally even though only > from ARMV6T2 this is available (which is not the case for RPI1, RPI0 > etc). Avoid this by disabling asm. It would be bette to control it in

[yocto] [RFT] gcc7 and glibc-2.26 recipes

2017-04-16 Thread Khem Raj
Hello All I have put together recipes for upcoming gcc-7 major release as well as glibc 2.26 release, which we would target for next release ( 2.4 ) There are several changes in gcc-7 which will need fixing packages. If you have time to spare feel free to give it a shot and send fixes for the

Re: [yocto] [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405

2017-04-14 Thread Khem Raj
same :) see my series. On Fri, Apr 14, 2017 at 1:13 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-bsp/common/firmware.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Khem Raj
I posted a similar patch earlier On Fri, Apr 14, 2017 at 1:13 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

[yocto] [meta-raspberrypi][PATCH 6/6] psplash: Let distro override the default splash image if it provides

2017-04-14 Thread Khem Raj
BSPs should not be overriding the distro splash images, here we reduce the priority of psplash-raspberrypi below 100 so the defaults from distros can kick in. Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-core/psplash/psplash_git.bbappend | 4 +++- 1 file changed, 3 insertions

[yocto] [meta-raspberrypi][PATCH 5/5] firmware: Update to 1.20170405 release

2017-04-14 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 53c469e..1c3a911 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 3/5] userland: Upgrade to latest

2017-04-14 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../0002-wayland-Add-support-for-the-Wayland-winsys.patch| 12 ++-- recipes-graphics/userland/userland_git.bb| 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-graphics/userland/us

[yocto] [meta-raspberrypi][PATCH 4/5] eglinfo-fb: Mark is userland specific

2017-04-14 Thread Khem Raj
It does not yet compile/work with vc4 open graphics driver Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglin

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi_4.9.bb: Update to 4.9.21

2017-04-14 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 3aba67b..c0e8b83

[yocto] [meta-raspberrypi][PATCH 1/5] pitft: Add support for pitft35r

2017-04-14 Thread Khem Raj
From: Rob Woolley <rob.wool...@windriver.com> The support for the PiTFT 3.5 inch resistive touchscreen is optional. It may be enabled by adding the following line in local.conf: MACHINE_FEATURES += "pitft pitft35r" Signed-off-by: Rob Woolley <rob.wool...@windriver.com> S

Re: [yocto] Sub-directories from Git in SRC-URI

2017-04-11 Thread Khem Raj
On Mon, Apr 10, 2017 at 11:24 PM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > Hallo, > > > > May I now is it possible to include a sub-directory from git repo in the > SRC_URI of bitbake recipe. > > > > Also in SRC_URI is it possible to include a directory

Re: [yocto] Porting a middleware to Yocto

2017-04-11 Thread Khem Raj
On Mon, Apr 10, 2017 at 11:20 PM, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > Hallo, > > > > For our new project we are planning to use Yocto as a build system to build > customized Linux distribution. I have already created a BSP for our > customized hardware

Re: [yocto] Install rootfs.tar.bz2 to ${D}/home/root/

2017-04-10 Thread Khem Raj
On 4/10/17 4:28 AM, Maier, Chris wrote: > Hi, > > I want to create a deployable SD card image. My board (beaglebone based) > boots from SD card and runs a script which copies the rootfs.tar.bz2 to the > flash memory. > So how can I deploy a copy of the whole rootfs to ${D}/home/root? > A

Re: [yocto] unable to create softlink for precompilied libraries

2017-04-06 Thread Khem Raj
On Thu, Apr 6, 2017 at 2:16 AM, chandrasekhar c wrote: > Hi, > I have added this FILES_${PN} += " ${libdir}/libMSOComm.so " line in my > recipe still the issue is present > that may not be enough. .so are treated as symlinks and shoved into -dev packages by

Re: [yocto] IoTivity on Yocto project

2017-04-04 Thread Khem Raj
On Mon, Apr 3, 2017 at 10:10 AM, Natalia Theologou wrote: > Hello, > > > I need a help here. > > Is it possible to add to an existing image created with Yocto project the > IoTivity? Maybe bitbake the IoTivity layer to rpm? > > Is it necessary to make an image including

Re: [yocto] [meta-raspberrypi][PATCH 1/1] pitft: Add support for pitft35r

2017-03-31 Thread Khem Raj
On 3/31/17 11:19 AM, Rob Woolley wrote: > The support for the PiTFT 3.5 inch resistive touchscreen is optional. > It may be enabled by adding the following line in local.conf: > > MACHINE_FEATURES += "pitft pitft35r" > Looks ok, I have staged it. > Signed-off-by: Rob Woolley

Re: [yocto] GCC on ARM

2017-03-31 Thread Khem Raj
On 3/30/17 10:33 PM, Gary Thomas wrote: > On 2017-03-31 07:07, Khem Raj wrote: >> >> >> On 3/30/17 9:07 PM, Gary Thomas wrote: >>> [slightly off-topic] >>> >>> I work with a number of embedded ARM devices, all with different >>> processo

Re: [yocto] GCC on ARM

2017-03-30 Thread Khem Raj
On 3/30/17 9:07 PM, Gary Thomas wrote: > [slightly off-topic] > > I work with a number of embedded ARM devices, all with different > processors, hence somewhat different tuning and build directories: > Raspberry-Pi (1,2,3 - mostly 3): > TUNE_FEATURES = "arm armv7ve vfp thumb neon

Re: [yocto] Using ${SRCVP} in PR of BB file

2017-03-28 Thread Khem Raj
On 3/28/17 1:27 PM, Ian Welch wrote: > Hello, > We are preparing to move to PRservice in Yocto to handle auto > rolling our revisions on every build. As an interim step we are doing > some reordering or our current PR and PV parameters in our bitbake > files. Our current syntax is as

Re: [yocto] Remove a recipe's do_install_append() function in an append file

2017-03-28 Thread Khem Raj
On 3/28/17 11:19 AM, Lennart Sorensen wrote: > On Tue, Mar 28, 2017 at 10:27:15AM -0700, Khem Raj wrote: >> On Thu, Mar 23, 2017 at 3:28 PM, Cody Piersall <c...@arrc.ou.edu> wrote: >>> Hello, >>> >>> I am building zsh from meta-oe layer, and it has a do_

Re: [yocto] host sysroot

2017-03-28 Thread Khem Raj
On 3/28/17 4:18 AM, Ran Shalit wrote: > Hello, > > I am trying to understand what's the purpose of host sysroot (in > /build/tmp/sysroots/) ? > I see it contains a set of libraries too. But for cross compiling an > application in host isn't all we need is toolchain and target sysroot > ? If so,

<    1   2   3   4   5   6   7   8   9   10   >