Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Khem Raj
On Mon, Nov 18, 2019 at 4:30 PM Chandana Kalluri wrote: > > > > -Original Message- > > From: Khem Raj > > Sent: Monday, November 18, 2019 4:21 PM > > To: Chandana Kalluri > > Cc: yocto@yoctoproject.org > > Subject: Re: [yocto] patc

Re: [yocto] patches to upgrade meta-jupyter layer packages

2019-11-18 Thread Khem Raj
On Mon, Nov 18, 2019 at 4:17 PM Chandana Kalluri wrote: > > Hello all, > > I have upgraded python packages from meta-jupyter layer to work with the zeus > branch. > I am planning to send out the patches to this yocto project mailing list > yocto@yoctoproject.org Please let me know if this is

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Khem Raj
> > I am not getting the: > > ...tmp/work/x86_64-linux/qemu-native/3.0.0-r0/qemu-3.0.0/linux-user/syscall.c > > modified. > > > I'm obviously missing something. Any help would be greatly appreciated. > > > Regards, > > Greg > > > ___

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Khem Raj
On Mon, Nov 18, 2019 at 3:27 PM Greg Wilson-Lindberg wrote: > > I'm building thud for the raspberry pi3 for boot2qt on Ubuntu 18.04. > I've got a patch that I need to apply to to fix an include file problem and I > can't find the qemu-native recipe. I can find a number of recipes that depend >

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.2.rc1)

2019-11-18 Thread Khem Raj
looks good to me. On Sun, Nov 17, 2019 at 11:00 PM Jain, Sangeeta wrote: > > Hello all, > > This is the full report for 2.7.2 RC1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults > > === Summary > No high milestone defects. > No

Re: [yocto] Adding a custom environment variable

2019-11-15 Thread Khem Raj
On Fri, 2019-11-15 at 12:29 +0100, Deepika Teriar wrote: > Hi, > > I have a module called unit-tests. > I want to create an environment variable so that at compile time I > can select whether to add or remove the module from build. > perhaps look into ptest distro feature. > Thanks > Deepika

Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-13 Thread Khem Raj
On Thu, 2019-11-14 at 06:04 +, Hongxu Jia wrote: > - Add swap partition to workaround memory limitation > > - Support to set /root and /swap size, 4G /root and 1G /swap by > default > > Signed-off-by: Hongxu Jia > --- > conf/machine/include/rpi-base.inc | 5 >

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-13 Thread Khem Raj
On Wed, Nov 13, 2019 at 4:02 PM Nicholas Krause wrote: > > Greetings All, > > I'm a student working on multi-threading GCC and researching it. Seems > that it my > > time doing it and other things with the project it would be great to > start collaborating > > on testing gcc/llvm upstream with

Re: [yocto] puzzle: simple recipe gets image dependencies

2019-11-13 Thread Khem Raj
On Wed, Nov 13, 2019 at 3:42 PM Vladimir Molokov wrote: > thank you for your answer! > > when I comment out DEPENDS = "attr" line in "example" recipe > then there is no "bad-example" dependency: > https://gitlab.com/morokov/build/raw/master/task-depends-without-attr.dot > > > Alright, so you

Re: [yocto] puzzle: simple recipe gets image dependencies

2019-11-13 Thread Khem Raj
On Wed, Nov 13, 2019 at 12:45 PM Vladimir Molokov wrote: > > > can you share this dot file ? > sure: > http://gitlab.com/morokov/build/raw/master/task-depends.dot > Alright, so you have initramfs enabled it seems. Which means kernel will first try to build designated initramfs image which in

Re: [yocto] pkg-config not found

2019-11-13 Thread Khem Raj
man. > > > > On Tue, Nov 12, 2019 at 6:38 PM Khem Raj > > wrote: > > > On Tue, Nov 12, 2019 at 4:29 PM Mark Hawthorne > > > wrote: > > > > > > > > Khem, > > > > > > > > I found a recipe that you made a few years

Re: [yocto] bitbake -c populate_sdk generates locale error

2019-11-13 Thread Khem Raj
On Wed, 2019-11-13 at 16:12 +, Matt Schepers wrote: > Hi, > > When I run 'bitbake -c populate_sdk' I get an error about the > locale not being found. I have tried setting the locale in local.conf > but that didn't seem to help. The odd thing is that 'bitbake ' > works just fine. > >

Re: [yocto] No Package Provides /bin/awk

2019-11-13 Thread Khem Raj
On Wed, 2019-11-13 at 10:33 +0200, Adrian Bunk wrote: > On Tue, Nov 12, 2019 at 04:08:48PM -0600, Wayne Li wrote: > > Dear Yocto Developers, > > > > I'm trying to to build a Yocto kernel for a T4240 RDB. When I run > > "bitbake > > fsl-image-full" to build the entire linux image, I get an error

Re: [yocto] puzzle: simple recipe gets image dependencies

2019-11-13 Thread Khem Raj
On Wed, 2019-11-13 at 12:33 +0100, Vladimir Molokov wrote: > Hi all, > > > > Here is a strange dependency puzzle: > > simple recipe which doesn't inherit image class > > gets EXTRA-IMAGEDENDS, kernel, initramfs and so on. > > > > It's reproducible on latest poky, > > I've made a minimal

Re: [yocto] pkg-config not found

2019-11-12 Thread Khem Raj
chain/work/armv7at2hf-neon-linux-gnueabi/myprogram/1.0-r0/recipe-sysroot/usr/share/pkgconfig' >> >> On Tue, Nov 12, 2019 at 4:22 PM Khem Raj wrote: >>> >>> On Tue, Nov 12, 2019 at 2:00 PM Mark Hawthorne >>> wrote: >>> > >>> > T

Re: [yocto] pkg-config not found

2019-11-12 Thread Khem Raj
On Tue, Nov 12, 2019 at 2:00 PM Mark Hawthorne wrote: > > Thank you. I have fixed this issue but the original pkg-config error still > persists. > do a clean build after above change bitbake -ccleanall bitbake does that help ? > On Tue, Nov 12, 2019 at 3:41 PM Adrian Bunk wrote: >> >> On

Re: [yocto] Error Building Valgrind_3.15 for yocto

2019-11-12 Thread Khem Raj
On Tue, Nov 12, 2019 at 5:26 AM Sheraz Ali wrote: > > Hi Sir, > > I want to add valgrind to my yocto i am using valgrind version > (3.15.0-r0 ) i have attached the valgrind source and error log for your > reference. > > This is the Build Configuration for which i am trying to build

Re: [yocto] [meta-gplv2][PATCH v2] dosfstools: fix out of bound writes

2019-11-11 Thread Khem Raj
On Mon, 2019-11-11 at 10:32 +, aj.bagw...@gmail.com wrote: > From: AJ Bagwell > > Fix write issues where sprintf writes across both name and ext fields > and drops the final null ternimator outside the struct > > Signed-off-by: AJ Bagwell > --- > .../fixing-out-of-bound-writes.patch

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-07 Thread Khem Raj
;> > >>>> On Nov 4, 2019, at 11:11 AM, Adrian Bunk wrote: > >>>> > >>>> On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao wrote: > >>>>> > >>>>>> On Nov 3, 2019, at 1:25 PM, Adrian Bunk wrote: > >>>>>

Re: [yocto] Running systemd service including boot time

2019-11-06 Thread Khem Raj
On Wed, Nov 6, 2019 at 12:17 PM JH wrote: > > Hi, > > I built Yocto image to include a systemd service and it's timer, the > timer calls the service repeated every 30 minutes, it runs well, but I > need it also run it first time in the boot, not wait 30 minutes. I > tried to add OnBootSec=2, it

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-03 Thread Khem Raj
On Sun, Nov 3, 2019 at 9:56 AM Andrei Gherzan wrote: > > > On 3 November 2019 13:18:53 GMT, Khem Raj wrote: > >On Sun, Nov 3, 2019 at 2:46 AM Andrei Gherzan > >wrote: > > > >> On 01/11/2019 17:18, Khem Raj wrote: > >> > On Fri,

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-03 Thread Khem Raj
On Sun, Nov 3, 2019 at 2:46 AM Andrei Gherzan wrote: > On 01/11/2019 17:18, Khem Raj wrote: > > On Fri, Nov 1, 2019 at 1:28 AM Andrei Gherzan wrote: > >> > >> Hi Steve, > >> > >> On 01/11/2019 05:32, Steve Pavao wrote: > >>> p

Re: [yocto] poky thud: qtscript fails to build with undefined reference to `cti_vm_throw'

2019-11-01 Thread Khem Raj
On Fri, Nov 1, 2019 at 2:12 AM wrote: > > Hello, > > I tried to build a poky SDK with QT5 support (I am using poky thud). > Unfortunately this failed while bitbaking qtscript. > When executing "bitbake qtscript" directly I get the same error. > > Here are the IMHO relevant lines of the huge

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-01 Thread Khem Raj
On Fri, Nov 1, 2019 at 1:28 AM Andrei Gherzan wrote: > > Hi Steve, > > On 01/11/2019 05:32, Steve Pavao wrote: > > poky linux build fails when ARM erratum mfix linker switch is specified > > in local.conf: > > > > TARGET_LD_ARCH_append += " -mfix-cortex-a53-843419” > > > > causes build failure. >

Re: [yocto] visual studio code packages or building instructions?

2019-11-01 Thread Khem Raj
On Fri, Nov 1, 2019 at 9:37 AM Aaron Solochek wrote: > > I would like to get visual studio code on my NXP i.MX8. If someone is > aware of a aarch64 rpm of it, that would be the easiest. Alternatively, > if anyone knows how to build it using bitbake, I can build it myself. > I dont think we have

Re: [yocto] [meta-qt5] How to contribute patches for qtwebengine in meta-qt5?

2019-11-01 Thread Khem Raj
On Fri, Nov 1, 2019 at 3:02 AM Tanu Kaskinen wrote: > Hi all! > > The meta-qt5 readme says that contributions should be made by forking > the meta-qt5 repository on GitHub, but when I look at the qtwebengine > recipe, it looks like patches are pulled from >

Re: [yocto] Reducing the size of the image by optimizing python

2019-10-18 Thread Khem Raj
On Fri, Oct 18, 2019 at 1:21 PM Abhi Arora wrote: > Hello, > I am having an embedded system. We have bsp with python 3.5 but we want to > reduce its size further. I am planning to have only oyc files but not sure > how it can be achieved in recipes. Also, I want to know if there is a other > way

Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Khem Raj
gt; Il 03/10/19 00:01, Khem Raj ha scritto: > > On Wed, Oct 2, 2019 at 2:46 PM Mauro Ziliani wrote: > >> Hi all. > >> > >> I'm trying to build python3-pygame for and imx6dl board in Pyro. > >> > >> Pygame needs SDL, but I don't know how to tell to bi

Re: [yocto] python3 pygame under Pyro

2019-10-02 Thread Khem Raj
On Wed, Oct 2, 2019 at 2:46 PM Mauro Ziliani wrote: > > Hi all. > > I'm trying to build python3-pygame for and imx6dl board in Pyro. > > Pygame needs SDL, but I don't know how to tell to bitbake for compile > sdl before pygame. > > > I put libsdl-native into DEPENDS but doesn't work. > > >

Re: [yocto] Cannot use "LICENSE_CREATE_PACKAGE = 1" when building the image with mdns

2019-09-30 Thread Khem Raj
On 9/30/19 8:17 AM, Stefano Cappa wrote: > I saw your last patch to upgrade mdns, so I'm sending this email also to > you to try to get help. > > mdns is working correctly, however, when I try to build my image with > "LICENSE_CREATE_PACKAGE = "1"" in my local.conf as described > here  >

Re: [yocto] incohenrence between defconf, .config and /proc/config.gz

2019-09-10 Thread Khem Raj
On Tue, Sep 10, 2019 at 2:45 AM María del Mar Velasco AERTEC Solutions – Aerospace & Aviation wrote: > Hello all, > > > > I have found that if I write the image using the created *.wic file, > kernel config is correctly updated (/proc/config.gz and .config are > coherent). However if I use the

Re: [yocto] in-tree module dependency

2019-09-04 Thread Khem Raj
On Wed, Sep 4, 2019 at 7:10 AM Matteo Facchinetti < matteo.facchine...@sirius-es.it> wrote: > > > Il giorno mer 4 set 2019 alle ore 15:54 Khem Raj ha > scritto: > >> >> >> On Wed, Sep 4, 2019 at 2:58 AM Matteo Facchinetti < >> matteo.facchine..

Re: [yocto] in-tree module dependency

2019-09-04 Thread Khem Raj
On Wed, Sep 4, 2019 at 2:58 AM Matteo Facchinetti < matteo.facchine...@sirius-es.it> wrote: > Hi, > > I have a problem with a custom kernel module's recipe that depends to an > other module (in-tree). > My kernel module recipes built seems OK, but I have a problem when doing > the rootfs image

Re: [yocto] Build break in the latest openbmc tree.

2019-09-03 Thread Khem Raj
On 9/3/19 5:36 PM, Brad Bishop wrote: > at 5:16 PM, Jae Hyun Yoo wrote: > >> On 8/27/2019 5:00 PM, Brad Bishop wrote: >>> On Sun, 2019-08-25 at 10:49 -0700, akuster808 wrote: the meta-security layer should be fix now. please update and let me know if not. >>> Thanks Armin! >>>

Re: [yocto] Error at extensible sdk installation

2019-09-03 Thread Khem Raj
On Tue, Sep 3, 2019 at 12:05 AM Markus Volk wrote: > > > Hello, > > i built myself an extensible sdk from current master branch. After successful > build i tried to install and got the following error: > >

Re: [yocto] Python3 scan packages

2019-08-24 Thread Khem Raj
Python3-modules is a meta package you can depend on iirc On Sat, Aug 24, 2019 at 2:20 PM Mauro Ziliani wrote: > Hi all. > > Do you know some class or recipe which can detect the modules used by a > python application? > > Now I have to RDEPENDS every package the application need > > > MZ > > --

Re: [yocto] Different package versions between host SDK and target image

2019-08-24 Thread Khem Raj
On Fri, Aug 23, 2019 at 7:35 AM Benjamin Crawford wrote: > > Hi, > > I've been happily building images for the Renesas R-Car platform using the > Yocto project until recently. After clearing the sstate-cache and rebuilding, > I'm now suddenly encountering an issue where the version of OpenCV

Re: [yocto] quilt-native-0.64-r0 do_install: oe_runmake failed

2019-08-19 Thread Khem Raj
error return code 126 means Command invoked cannot execute so my guess is the script is not marked executable. so may be try something like do_install_prepend() { chmod +x config/install-sh } On Mon, Aug 19, 2019 at 2:37 AM Pushpendra singh wrote: > > Hi, > > I am using Ubantu - 16.04 as an

Re: [yocto] Your GStreamer installation is missing a plug-in

2019-08-19 Thread Khem Raj
might be you need to install gstreamer1.0-omx on target. On Mon, Aug 19, 2019 at 12:48 AM Bhupendra Singh wrote: > > Dear All > > I am trying to make a Qt application QML-GUI that will show live streaming of > ip-camera. but when in run qt-application on my Embedded Device then I got > > Some

Re: [yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-09 Thread Khem Raj
On Thu, Aug 8, 2019 at 11:20 PM Zoran Stojsavljevic wrote: > > Hello to all, > > I am trying to find out some recent yocto repo, which contains YOCTO > reference repo for the following NXP board: > MCIMXABASEV1 also called SABRE platform. > > Here is one repo I found reading this document... But

Re: [yocto] meta-rpi vs meta-raspberrypi. Which one?

2019-08-08 Thread Khem Raj
Meta-raspberrypi On Thu, Aug 8, 2019 at 12:57 PM Mauro Ziliani wrote: > Hi all. > > I'm working on a RPi3B with pyro and qt5/qml > > Which layer between rpi and raspberrypi? > > > MZ > > -- > ___ > yocto mailing list > yocto@yoctoproject.org >

Re: [yocto] installed-vs-shipped

2019-08-02 Thread Khem Raj
Add FILES_${PN} += "/usr/local/bin" in recipe. but it would be nicer if it was installed into /usr/bin by qmake/make files itself On Fri, Aug 2, 2019 at 11:59 AM Mauro Ziliani wrote: > > Hi all. > > This is my problem. > > I have my terminal.pro project (qmake5) with target "terminal". > > The

Re: [yocto] Patching /lib/systemd/system/systemd-networkd-wait-online.service

2019-08-01 Thread Khem Raj
you should be patching ./units/systemd-networkd-wait-online.service.in file On Thu, Aug 1, 2019 at 8:14 AM Edward Tyrrell wrote: > > Hi, > > > I'm trying to add a patch to the systemd layer to amend > systemd-networkd-wait-online.service. Within the service I simply want to add > --any as a

Re: [yocto] [yocto-docs][PATCH] ref-manual: Remove documentation for the removed gnome class

2019-07-31 Thread Khem Raj
On Wed, Jul 31, 2019 at 6:30 AM Adrian Bunk wrote: > > When removed all it did was > inherit gnomebase gtk-icon-cache gconf mime > which would also be the most trivial replacement. > > Most of the time not all of these classes were needed, > and it is recommended to use only the ones actually

Re: [yocto] Warrior, extended SDK

2019-07-30 Thread Khem Raj
On Sat, Jun 22, 2019 at 1:37 PM Peter Balazovic wrote: > > Hello guys > > I'm trying to generate extended SDK under Yocto-Warrior and getting error > such as > > ERROR: image-qt5-1.0-r0 do_sdk_depends: The file > /usr/include/tensorflow/contrib/lite/string_util.h is installed by both >

Re: [yocto] Meta-raspberrypi

2019-07-29 Thread Khem Raj
On Mon, Jul 29, 2019 at 2:15 AM Shravan Singh wrote: > > Hello All, > > I am trying to create a base image for raspberry-pi cm3(compute module 3) > > I am using warrior-21.0.1 > I downloaded meta-raspberry-pi from > https://git.yoctoproject.org/git/meta-raspberrypi > I added the layer in

Re: [yocto] Shared area conflict

2019-07-28 Thread Khem Raj
On 7/28/19 1:05 AM, Andy Pont wrote: Khem wrote... there are two recipes building/installing same files. You have to avoid conflicts via either removing them from one recipe or not installing them I’ve fixed this issue by creating a .bbappend file in my custom meta-layer that tells mesa not

Re: [yocto] Shared area conflict

2019-07-27 Thread Khem Raj
On Fri, Jul 26, 2019 at 3:48 AM Andy Pont wrote: > > Hello, > > When I try to bitbake core-image-minimal it is giving up with the following > error: > > ERROR: mesa-gl-2_18.1.9-r0 do_packagedata: The recipe mesa-gl is trying to > install files into a shared area when those files already exist.

Re: [yocto] RDEPENDS in a containerized world

2019-07-26 Thread Khem Raj
On Fri, Jul 26, 2019 at 10:36 AM Aaron Cohen wrote: > > I'm not sure if this is the proper venue, but I'll send it here hoping for > any insight. > > I'm developing a containerized system. Ideally the host will be somewhat > minimal, and most of the functionality of the system will run inside

Re: [yocto] Recipes for gcc-native

2019-07-22 Thread Khem Raj
On Mon, Jul 22, 2019 at 1:14 PM Taborski, Krzysztof (Nokia - PL/Wroclaw) < krzysztof.tabor...@nokia.com> wrote: > Hello, > I am wondering, if there is any reason, that yocto project does not > delivers recipes for gcc-native ( in similar way as python-native for > example)? > > It would allow to

Re: [yocto] Create an image from deployed files

2019-07-22 Thread Khem Raj
On Wed, Jul 3, 2019 at 12:43 PM Stefan Herbrechtsmeier wrote: > > Hi, > > what would be the best solution to create an image from deployed files? > > The wic bootimg-partition plugin copy over files listed in > IMAGE_BOOT_FILES and create a partition inside the wic image. The > image.bbclass

Re: [yocto] Looking for a recommendation for the right Yocto dev board that supports MIPI CSI-2...

2019-07-22 Thread Khem Raj
On Wed, Jul 3, 2019 at 4:32 PM Bob Cochran wrote: > > On 6/20/19 11:24 PM, Bob Cochran wrote: > > Hi, > > > > I'm doing some work with MIPI cameras, and I need a development board > > with stable Yocto and MIPI CSI-2 support. At this point, I'm > > thinking i.MX, but I'm open to any suggestion.

Re: [yocto] ERROR: Actual rootfs size is larger than allowed

2019-07-19 Thread Khem Raj
On 7/19/19 4:27 AM, María del Mar Velasco AERTEC Solutions – Aerospace & Aviation wrote: Dear all, I am new at Yocto Project and I have a simple question. I have cloned poky (rocko branch), sourced the environment and bitbaked the core-minimal-image-dev without problems. I can write the

Re: [yocto] [Meta-Qt5] "Unknown Module: declarative" Error While Creating Toolchain

2019-07-15 Thread Khem Raj
a know Qt layer issue that will not be solved til an > update is pushed to meta-qt5 layer. What is complete error here and which recipe is it coming from ? it looks like that package needs QtWidgets > Thank you anyway, I am trying to native compile over Debian. > Have a great week! > Onur >

Re: [yocto] [Meta-Qt5] "Unknown Module: declarative" Error While Creating Toolchain

2019-07-14 Thread Khem Raj
On Mon, Jul 8, 2019 at 10:59 PM Onur Eser wrote: > > Hello All, > > I have talked to my BSP provider and they have solved the conflict files > issue with an update. Now I am able to create and boot a Yocto Image with > Meta-Qt5 recipes and 'dev_pkgs' in it. But still cannot create a toolchain.

Re: [yocto] Cross compilation sysroot doesn't include libusb

2019-07-12 Thread Khem Raj
On Fri, Jul 12, 2019 at 1:02 PM Srinivasan, Usha wrote: > > I will start with the caveat: this is my first time trying to cross compile > for a target running a yocto bitbaked image. So I am surely not doing the > right thing. > > > > I have generated both a core-image-sato &

Re: [yocto] How to load into u-boot binary (srec) file

2019-07-09 Thread Khem Raj
On Mon, Jul 8, 2019 at 9:27 AM Szabolcs Báder wrote: > Hello, > > I created this code: > > ``` > # u-boot standalone hello-world.c test image > require recipes-core/images/core-image-base.bb > > COMPATIBLE_MACHINE = "^rpi$" > > ENABLE_UART="1" > RPI_USE_U_BOOT="1" > > # maybe works?? >

Re: [yocto] How to load into u-boot binary (srec) file

2019-07-09 Thread Khem Raj
On Mon, Jul 8, 2019 at 9:27 AM Szabolcs Báder wrote: > Hello, > > I created this code: > > ``` > # u-boot standalone hello-world.c test image > require recipes-core/images/core-image-base.bb > > COMPATIBLE_MACHINE = "^rpi$" > > ENABLE_UART="1" > RPI_USE_U_BOOT="1" > > # maybe works?? >

Re: [yocto] Can't build SDK while shrinking shadow tools

2019-06-19 Thread Khem Raj
On Fri, Jun 14, 2019 at 2:16 AM Jérémy Singy wrote: > Hi, > > I'm facing a problem by trying to shrink the size of our root filesystem. > To avoid installing some unneeded tools such as adduser, groupadd, > nologin, etc. I just created as usual a shadow_%.bbappend in our layer > which removes

Re: [yocto] cortexa9t2hf instead of cortexa9hf

2019-06-18 Thread Khem Raj
On Mon, Jun 17, 2019 at 10:48 AM Arno Steffens wrote: > > Thanks for explaining this. > I take some time to read about thumb/thumb2. The feedback is mixed. It seems > to generate more compact code, but some say it speeds up, others it slows > down because of reduced function set - and it can

Re: [yocto] devshell env in warrior

2019-06-18 Thread Khem Raj
On Mon, Jun 17, 2019 at 4:55 PM matthew stanger wrote: > > I'm trying to figure out why when running devshell in Warrior CC/CFLAGS are > not the same as do_compile for a recipe. For example. > devshell printenv yields: > CC=aarch64-poky-linux-gcc -fuse-ld=bfd >

Re: [yocto] prelink-cross with -fno-plt

2019-05-25 Thread Khem Raj
On Fri, May 24, 2019 at 6:58 PM Shane Peelar wrote: > > Great! Would you be willing to accept a patch that makes arch-x86_64.c > handle that condition like the other arches? > yes certainly. > -Shane > > On Fri, May 24, 2019 at 12:27 PM Khem Raj wrote: >> >>

Re: [yocto] prelink-cross with -fno-plt

2019-05-24 Thread Khem Raj
n was found 5. Write the address of .plt + constant (dependent on arch) to got[1] I tested out making the assert conditional and nothing seemed to break at least. ||| ||| It seems ok to me. On Fri, May 24, 2019 at 12:08 AM Khem Raj <mailto:raj.k...@gmail.com>> wrote:

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-23 Thread Khem Raj
opied from? Thanks, Harish. -Original Message----- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Friday, May 24, 2019 7:07 AM To: Tg, Harish ; yocto@yoctoproject.org Subject: Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95 On 5/23/19 5:59 AM, Tg, Harish wrote: Hi,

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-23 Thread Khem Raj
--Original Message----- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Friday, May 24, 2019 7:07 AM To: Tg, Harish ; yocto@yoctoproject.org Subject: Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95 On 5/23/19 5:59 AM, Tg, Harish wrote: Hi, I have a question. How to add commands like

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-23 Thread Khem Raj
's DDR2 of size 512MB, and initramfs for testing purposes, in speaks for itself. yes thats what I was expecting too. Anything smaller helps. (I am aware that YOCTO kernels are less/smaller in size, but how smaller?) Not in source. The binaries may be Zoran ___ On Fri, May 24, 20

Re: [yocto] prelink-cross with -fno-plt

2019-05-23 Thread Khem Raj
Khem Raj <mailto:raj.k...@gmail.com>> wrote: On 5/23/19 8:05 AM, Shane Peelar wrote: > Hi Everyone @ the Yocto project, > > I'm Shane Peelar, a PhD Candidate at the University of Windsor. > I'm writing to you about prelink-cross, as part

Re: [yocto] problem adding a user

2019-05-23 Thread Khem Raj
On 5/23/19 1:40 PM, Rudolf Streif wrote: Greg, It eluded me earlier but in both instances the variable containing the password does not seem to be expanded. First version without the single quotes: SAKURA_PASS = "$1$QVO3K6Ii$fvkoDKnlzz3d5uVoL7KcM0" EXTRA_USERS_PARAMS = "\     usermod -p

Re: [yocto] prelink-cross with -fno-plt

2019-05-23 Thread Khem Raj
On 5/23/19 8:05 AM, Shane Peelar wrote: Hi Everyone @ the Yocto project, I'm Shane Peelar, a PhD Candidate at the University of Windsor. I'm writing to you about prelink-cross, as part of the Yocto project. Specifically, I'm looking at using it with executables built using `-fno-plt` under

Re: [yocto] EXT SENDER - yocto Digest, Vol 104, Issue 95

2019-05-23 Thread Khem Raj
On 5/23/19 5:59 AM, Tg, Harish wrote: Hi, I have a question. How to add commands like "ubiattach" to /usr/bin of rootfs image. I struggling with the recipes. I do not want to write my own recipe but I need to edit some recipe and add the command. Which is the place? I am using yocto

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-23 Thread Khem Raj
On 5/23/19 3:32 AM, Zoran Stojsavljevic wrote: After some tests (and I had other problems to take care of, as well), here is the following: These have all been discussed off an on over the past 5 years. I can't get at bugzilla right now, but all the details are logged in cases. A survey of

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

2019-05-23 Thread Khem Raj
On 5/23/19 2:14 AM, Jonas Andersson wrote: Hi I have problem to get my WiFi working on boot on Raspberry Pi 3. The problem is that wlan0 interface not showing up, if I manually run modprobe brcmfmac it works. To try to "force" the load of brcmfmac i added it to KERNEL_MODULE_AUTOLOAD and

Re: [yocto] Fwd: /usr/share/common-license package/recipeinfo contains GPLv3 info

2019-05-23 Thread Khem Raj
On 5/23/19 2:42 AM, virendra kumar thakur wrote: Hello team, I am trying to build yocto image without GPLv3 package, I have added below things in local.conf and enable meta-gplv2 layer. INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3. 0" in local.conf. Can you try adding GPLv3+ to

Re: [yocto] PN is uppercase

2019-05-23 Thread Khem Raj
On 5/21/19 12:50 AM, Ralf Spiwoks wrote: Hi Ross, Thanks for your email. I am realising that I have not replied to your email earlier. Sorry. I guess it was partly because your answer put me slightly off. On the one hand, I thought that as a general approach, Linux was case sensitive, unlike

Re: [yocto] Rocko broke down

2019-05-23 Thread Khem Raj
On 5/18/19 12:56 AM, Ari-Pekka Sihvonen wrote: I am developing system using raspberry and made a pull on every yocto metas. Chen I baked the Image there was a major problem. My system did not read config.txt and cmdline.txt anymore. So the resulting Image was totally unusable. Lucily I had

Re: [yocto] distrodata documentation in 2.7 Mega Manual

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 12:31 PM Paul Barker wrote: > > Just reading the 2.7 Mega Manual at > https://www.yoctoproject.org/docs/2.7/mega-manual/mega-manual.html and > noticed a possible bug. > > "24.15.9. Removed Classes" indicates that the `distrodata` class is now gone. > However it's still

Re: [yocto] Using a native tool from another recipe

2019-05-20 Thread Khem Raj
DS = "build2-native" should have added the needed tool to build. > > Best regards, > Gabriele > > Il giorno lun 13 mag 2019 alle ore 17:59 Khem Raj ha > scritto: >> >> You need to either build bpkg as a native recipe or install and make it >> avail

Re: [yocto] /etc/limits with openssh

2019-05-20 Thread Khem Raj
On 5/14/19 7:47 AM, Daniel Ammann wrote: Hi I am trying to restrict non-privileged users from using up too many resources. I added "* U100" to /etc/limits. If the user logs in using the serial console, it works. If the user logs in using openssh, the limits are not applied. How do I make

Re: [yocto] ntp recipe not able to install few packages in the rootfs

2019-05-20 Thread Khem Raj
On 5/14/19 2:42 AM, Pandey, Kamal wrote: Hi I was trying to add ntp package to my image, I used the meta-networking layer for the recipe and added the ntp package to my custom image.bb recipe. After compiling I can see multiple packages in package-split directory of the working directory of

Re: [yocto] Upgrading to Sumo triggered issue with python3 autopackaging - "ERROR: Nothing RPROVIDES 'python3-signal'"

2019-05-20 Thread Khem Raj
On 5/15/19 8:28 PM, Davis Roman wrote: Hello, I upgraded to Sumo(2.5) and now bitbake is complaining that nothing rprovides python3-signal. ERROR: Nothing RPROVIDES 'python3-signal' (but /home/worker/building/sources/meta-bluetooth/recipes-bluetooth/bluetooth-app/bluetooth-app.bb RDEPENDS

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-20 Thread Khem Raj
On 5/16/19 8:53 AM, Andrei Gherzan wrote: On 12/05/2019 16.04, Jean-Christian de Rivaz wrote: Le 11.05.19 à 21:46, Paul Barker a écrit : On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz wrote: Hi, I try to use the Linux 4.19 for the RaspberryPi from the meta-raspberrypi recipe

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-19 Thread Khem Raj
On Sat, May 18, 2019 at 11:02 PM Rudolf Streif wrote: > Thanks, Khem. 64 bit, raspberrypi3-64 machine with vc4graphics. > Please try 32bit we only have hdmi tested in 64bit this far > > On Sat, May 18, 2019, 22:13 Khem Raj wrote: > >> >> >> On 5/16/19 9:01

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-18 Thread Khem Raj
On 5/16/19 9:01 AM, Andrei Gherzan wrote: HI, On 16/05/2019 16.31, Rudolf J Streif wrote: I am trying to use the "official" RPi 7" touch display (https://www.raspberrypi.org/products/raspberry-pi-touch-display/) with meta-raspberrypi (most recent from master). However, I cannot get it to

Re: [yocto] Debugging dev-deps

2019-05-13 Thread Khem Raj
also read through https://wiki.yoctoproject.org/wiki/TipsAndTricks/Packaging_Prebuilt_Libraries This might be helpful especially section under Non-versioned Libraries On Mon, May 13, 2019 at 10:56 AM Burton, Ross wrote: > > On Mon, 13 May 2019 at 09:54, Matthias Schoepfer > wrote: > > I am

Re: [yocto] Using a native tool from another recipe

2019-05-13 Thread Khem Raj
You need to either build bpkg as a native recipe or install and make it available as a hosttool from build machine distribution itself On Mon, May 13, 2019 at 6:07 AM Gabriele Zampieri wrote: > Hi all, > > I need to add a couple of tools to my build system (build2 and odb). The > second one

Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-13 Thread Khem Raj
On Mon, May 13, 2019 at 7:19 AM Edson Seabra wrote: > Hi, > > > Thanks Khem Raj. > > > As this package name is generate internally by poky/yocto I did this patch > to make it build: > > > *edson@ubuntu-16*:*oe*$ git diff package.py > > *diff --git

Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-11 Thread Khem Raj
Use all lowercase in recipe name you seem to have mixed it with uppercase On Sat, May 11, 2019 at 5:58 PM Edson Seabra wrote: > Hi, > > > I created the recipe for dockerode 2.5.8 using the command recipetool: > > > recipetool create "npm://registry.npmjs.org;name=dockerode;version=2.5.8" > > >

Re: [yocto] Replacing a configuration file from another recipe

2019-05-10 Thread Khem Raj
On 4/29/19 5:35 AM, Damien LEFEVRE wrote: Hi, In our base image we use nginx. I created a nginx.bbappend to add our PHP configuration in a separated layer. For a specific variant of the image I need to add an extra bit of nginx configuration. I though I could create a new recipe to

Re: [yocto] Timestamp error between zImage & uname-a [ Yocto-2.6.1 + Qemux86 ]

2019-05-10 Thread Khem Raj
On 5/10/19 12:10 AM, AshishKumar Mishra wrote: HI Anuj , I was building minimal image using $ bitbake core-image-minimal haven't tried full-cmdline. Not able to track why kernel "uname" has older  timestamp rather than the one from build/deploy/image as seen by "ls -al Am i missing any

Re: [yocto] Incorporating Xilinx DNNDK into Yocto

2019-05-03 Thread Khem Raj
On Fri, May 3, 2019 at 2:09 PM Emily S wrote: > > Hi all - > > Xilinx has the Deep Neural Network Development Kit (DNNDK) that they just > released the source code for in the last month or so. They have the code > written nicely in the form of yocto recipes but it doesn't appear to be an >

Re: [yocto] [PATCH 2/5] conf/machine: add rk3399 support

2019-04-22 Thread Khem Raj
On Mon, Apr 22, 2019 at 12:29 AM Ayaka wrote: > > > On Apr 22, 2019, at 11:47 AM, Khem Raj wrote: > > This seems more a bsp layer thing may be meta-rockchip is better for this > or meta-firefly > > You want to make a board vendor maintain a layer repository themselves

Re: [yocto] [PATCH 2/5] conf/machine: add rk3399 support

2019-04-21 Thread Khem Raj
This seems more a bsp layer thing may be meta-rockchip is better for this or meta-firefly On Sun, Apr 21, 2019 at 10:06 AM Randy 'ayaka' Li wrote: > RK3399 is a new generation powerful SoC from Rockchip, which has > Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. > > Signed-off-by: Randy 'ayaka'

Re: [yocto] Compiling on target - building buildessentials error

2019-04-13 Thread Khem Raj
You may want to add following in local.conf EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug dbg-pkgs" that should get you going. Then you can install the additional packages you need. On Sat, Apr 13, 2019 at 12:26 PM Patrick Schneider wrote: > > Hi guys, > I am trying to use gcc on my

Re: [yocto] Changing IMAGE_NAME [yocto krogoth]

2019-04-11 Thread Khem Raj
On Wed, Apr 10, 2019 at 2:49 AM Mauro Ziliani wrote: > Hi all. > > I need to change the default IMAGE_NAME of my image recipe. > > I make my image recipe as mysystem-image_1.0.bb and I'd like to produce > and image (tar) with the name > > mysystem-image-1.0-.tar > > Isn’t time stamp part of the

Re: [yocto] Stripping debug symbols

2019-04-11 Thread Khem Raj
Build should strip it automatically what does your build recipe look like On Thu, Apr 11, 2019 at 1:37 AM Mauro Ziliani wrote: > Hi all. > > I worked on my project woth Krogoth, gcc 5.3.0, on imx6dlsabresd board. > > My application is build with cmake 3.4.3, shipped with BSP. > > > I'd like to

Re: [yocto] problem with ruby

2019-04-09 Thread Khem Raj
probably it has to be added to linker flags explicitly. On Tue, Apr 9, 2019 at 12:00 AM Clement CHERBEIX wrote: > > It's done but I keep the same problem, I've add zlib in the PACKAGECONFIG too > without any result... > > > > ________ > De : Khem

Re: [yocto] Development environment for Grub bootloader and Linux

2019-04-08 Thread Khem Raj
On Mon, Apr 8, 2019 at 9:39 AM Srinivasa RaoW wrote: > > Dear All, > > I have a requirement of modifying Grub bootloader for x86 architecture but > Just read the Wiki Page of Yocto and it states as below” > > “The Yocto Project is an open-source project that delivers a set of tools > that

Re: [yocto] problem with ruby

2019-04-08 Thread Khem Raj
On Mon, Apr 8, 2019 at 9:44 AM Clément Cherbeix wrote: > > Hello all, > > I’m trying to add the MIB mechanics in my yocto project, for that I use dadi > (ruby depenedent) but I get an error when bitbake try to compile : > > DEBUG: Executing shell function do_compile > > ERROR: Loading command:

Re: [yocto] [OE-core] Worries kernels supported

2019-04-05 Thread Khem Raj
On Thu, Apr 4, 2019 at 2:29 PM akuster808 wrote: > > Hello, > > I noticed there are 3 kernels in Warrior. 4.18, 4.19 an 5.0. Do we > really need 4.18? > I see its the default version for poky-tiny. 4.18 is EOL but maintained > by Windriver. I would prefer it to be 4.19 since thats at least LTS

Re: [yocto] [oe] [OE-core] Git commit process question.

2019-04-03 Thread Khem Raj
On Wed, Apr 3, 2019 at 4:07 PM Paul Eggleton wrote: > > On Thursday, 4 April 2019 5:46:04 AM NZDT Khem Raj wrote: > > On Wed, Apr 3, 2019 at 7:41 AM Tom Rini wrote: > > > > > > On Wed, Apr 03, 2019 at 11:30:39AM +0100, Burton, Ross wrote: > > > > On

  1   2   3   4   5   6   7   8   9   10   >