Re: [yocto] yocto recipt from host ide

2020-11-19 Thread Josef Holzmayr
Am Fr., 20. Nov. 2020 um 02:47 Uhr schrieb Khem Raj : > > On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote: > > > > Hi there. > > Could anyone share a good approach/documentation/etc on how to > > properly configure and use sysroot and sdk for a specific cmake - based c++ > > receipt > > to

[yocto] [meta-selinux][PATCH] libselinux-python: inherit python3targetconfig

2020-11-19 Thread Yi Zhao
The python3 target configuration has been split into own class in oe-core commit 5a118d4e7985fa88f04c3611f8db813f0dafce75. Inherit it to fix the build error. Fixes: selinuxswig_python_wrap.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status

[yocto] Hardware video decode on RPi3

2020-11-19 Thread Rudolf J Streif
I am trying to play back mp4 video (venerable Big Buck Bunny at this time) on RPi3. I added gstreamer1.0, gstreamer1.0-omx and the plugins to the image. libgstomx.so is installed in usr/lib/gstreamer-1.0 on target. However, gst-inspect-1.0 | grep omx does not return any results.

[yocto] Fix future timestamps

2020-11-19 Thread Fundu Bits
Hi, I see future timestamps on binaries in the boot partition created by my custom wks. It was ok, until I had to use upstream Grub (at 2.05) with the commit 20def1a3c39529 "fat: Support file modification times" I have to write an extra script to touch binaries at the end of image

Re: [yocto] yocto recipt from host ide

2020-11-19 Thread Khem Raj
On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote: > > Hi there. > Could anyone share a good approach/documentation/etc on how to > properly configure and use sysroot and sdk for a specific cmake - based c++ > receipt > to be able to build it from IDE (vscode, qtcreator) on linux host i.e. > >

Re: [yocto] U-Boot sama5d3 xplained issue

2020-11-19 Thread David Novak
I'm working on this project with Pratham. Let me provide a few more details. We've defined UBOOT_MACHINE ?= "sama5d3_xplained_nandflash_config" Inside u-boot-at91/sama5d3_xplained_nandflash_config we change CONFIG_BOOTDELAY, but it has no effect on the newly built image. The boot delay

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Ross Burton
I was wrong. :). The change to the controller has been reverted, and will be restarted tomorrow if that is okay. Sorry about that, Ross On Thu, 19 Nov 2020 at 15:45, Ross Burton wrote: > > Yes. My understanding is that there's separate branches for each > target? This is for master and not

[yocto] U-Boot sama5d3 xplained issue

2020-11-19 Thread Prathamesh Ovalekar
Hello everyone, System: sama5d3_xplained board I have a question regarding the configuration and build of u-boot. We have a build that was implemented earlier. I am trying to make some changes to it. Change 1: Change the auto boot delay to 1 second. Change 2: Add an auto boot command to set

[yocto] yocto recipt from host ide

2020-11-19 Thread Sergey Ivanov
Hi there. Could anyone share a good approach/documentation/etc on how to properly configure and use sysroot and sdk for a specific cmake - based c++ receipt to be able to build it from IDE (vscode, qtcreator) on linux host i.e. 1) ide's --sysroot will be taken from

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
Find QSizeF newSize(qMax(width, 1.0), qMax(height, 1.0)); in src/compositor/extensions/qwaylandxdgshellv5.cpp and change it to newSize(qMax((double)width, 1.0), qMax((double)height, 1.0)); and see if it helps. On Tue, Nov 17, 2020 at 6:59 PM sateesh m wrote: > > Hi Guys, > > I

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] Raspberry PI enabling MMC1

2020-11-19 Thread chuck kamas via lists.yoctoproject.org
Raj, Thanks for taking the time to respond. I thought of that too. My custom Yocto build has the line to turn on the sdio in it: dtoverlay=sdio,poll_once=off I have attached the entire file: config.txt.yocto However, the Rasbian image does not have any mention of the dtoverlay for the

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] Raspberry PI enabling MMC1

2020-11-19 Thread chuck kamas via lists.yoctoproject.org
Making some progress here! I added a compiled version of the attached device tree and now the mmc1 shows up in my yocto image! Yes! Now I need to find out the secret magic in that tree that I need to add... Chuck On 11/18/20 7:59 PM, chuck kamas via lists.yoctoproject.org wrote: Raj,

Re: [yocto] Raspberry PI enabling MMC1

2020-11-19 Thread chuck kamas via lists.yoctoproject.org
Raj, I found out how to debug the boot process of the PI from: https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md by turning on the boot code debug. sed -i -e "s/BOOT_UART=0/BOOT_UART=1/" bootcode.bin I found out that the sdio overlay does not

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote: Find QSizeF newSize(qMax(width, 1.0), qMax(height, 1.0)); in src/compositor/extensions/qwaylandxdgshellv5.cpp and change it to newSize(qMax((double)width, 1.0), qMax((double)height, 1.0)); and see if it helps. btw.

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

[yocto] #yocto

2020-11-19 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I was going through the kernel boot output and saw the following output, can someone tell me why this might be popping up and how I might modify configuration to resolve? : . . LIMWS (BAE LIMWS base distro) 3.0.4 sbcb-default ttyS0 -sh: cannot set terminal process group (1137): Inappropriate

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , Yours correct only , but the thing is we are taking* binary(obexpushd)* from other source and only need to copy that binary into* /usr/bin* of our platform(*intel board*). Hence how we can achieve these using .bb file ? is there any sample example . On Thu, Nov 19, 2020 at 2:46 PM

[yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , I want to add binary in /usr/bin , for these i made own .bb file ( obexpushtest.bb), When i am compiling obexpushtest package separately that time it is compiling fine , but when i am adding obexpushtest in local.conf as a IMAGE_INSTALL , i am getting error. ## Error :-

Re: [yocto] [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features

2020-11-19 Thread Alexander Kanavin
ping :) Alex On Tue, 10 Nov 2020 at 09:56, Alexander Kanavin via lists.yoctoproject.org wrote: > This adds systemd and pam related recipes to upstream checks and > devtool-driven updates. > > Signed-off-by: Alexander Kanavin > --- > scripts/auh-config/local.conf.append | 1 + > 1 file

[yocto] OpenEmbedded Happy Hour November 25 9pm/2100 UTC

2020-11-19 Thread Denys Dmytriyenko
Hi, Just a reminder about our upcoming OpenEmbedded Happy Hour on November 25 for Oceania/Asia timezones @ 2100/9pm UTC (4pm EDT): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+November+25=20201125T21 -- Denys

Re: [yocto] Raspberry PI enabling MMC1

2020-11-19 Thread chuck kamas via lists.yoctoproject.org
Raj, Thanks for taking the time to respond. I thought of that too. My custom Yocto build has the line to turn on the sdio in it: dtoverlay=sdio,poll_once=off I have attached the entire file: config.txt.yocto However, the Rasbian image does not have any mention of the dtoverlay for the

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , If anyone know , please help on these . On Thu, Nov 19, 2020 at 1:14 PM NIKHIL PATIL via lists.yoctoproject.org wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package > separately that

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
Find QSizeF newSize(qMax(width, 1.0), qMax(height, 1.0)); in src/compositor/extensions/qwaylandxdgshellv5.cpp and change it to newSize(qMax((double)width, 1.0), qMax((double)height, 1.0)); and see if it helps. On Tue, Nov 17, 2020 at 6:59 PM sateesh m wrote: > > Hi Guys, > > I

[yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread sateesh m
Hi Guys, I am getting qtwayland building issue using dunfell version. can  anybody help me to solve this issue. Regards, Sateesh qtwayland_issue.odt Description: application/vnd.oasis.opendocument.text -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] [PATCH yocto-autobuilder-helper] auh-config: add non-default distro features

2020-11-19 Thread Alexander Kanavin
ping :) Alex On Tue, 10 Nov 2020 at 09:56, Alexander Kanavin via lists.yoctoproject.org wrote: > This adds systemd and pam related recipes to upstream checks and > devtool-driven updates. > > Signed-off-by: Alexander Kanavin > --- > scripts/auh-config/local.conf.append | 1 + > 1 file

Re: [yocto] #yocto

2020-11-19 Thread Randy MacLeod
On 2020-11-18 8:08 a.m., Monsees, Steven C (US) via lists.yoctoproject.org wrote: I was going through the kernel boot output and saw the following output, can someone tell me why this might be popping up and how I might modify configuration to resolve? : . . LIMWS (BAE LIMWS base distro)

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Paul Barker
On Thu, 19 Nov 2020 at 08:40, NIKHIL PATIL wrote: > > Hi , > If anyone know , please help on these . It looks like your original email was sent less than an hour ago, give people some time. I also recommend looking at the docs yourself. Thanks, -- Paul Barker Konsulko Group

Re: [yocto] How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip

2020-11-19 Thread Shamil Khan
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, BBMASK = "example.bb" Here, BitBake ignores the example.bb recipe. Hope this helps! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] qtwayland compile issue 5.15 #dunfell

2020-11-19 Thread Khem Raj
On 11/17/20 9:40 PM, Khem Raj via lists.yoctoproject.org wrote: Find QSizeF newSize(qMax(width, 1.0), qMax(height, 1.0)); in src/compositor/extensions/qwaylandxdgshellv5.cpp and change it to newSize(qMax((double)width, 1.0), qMax((double)height, 1.0)); and see if it helps. btw.

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Anuj Mittal
Hi Ross On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > From: Ross Burton > For gatesgarth, this is causing: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/meta-arm/build/repos/meta-kernel'

[yocto] dunfell actual package.bbclass causing problems after commit #dunfell

2020-11-19 Thread TRO
this commit 087a099c288c6bedf368c8756d998172b02b50ad package: get_package_mapping: avoid dependency mapping if renamed package provides original name is causing this problem: NOTE: recipe intronix-introndplus-initramfs-1.0-r0: task do_rootfs: Started ERROR: intronix-introndplus-initramfs-1.0-r0

Re: [yocto] [yocto-autobuilder2 PATCH] config.json: drop redundant meta-kernel mentions

2020-11-19 Thread Ross Burton
Yes. My understanding is that there's separate branches for each target? This is for master and not gatesgarth. Ross On Thu, 19 Nov 2020 at 03:32, Mittal, Anuj wrote: > > Hi Ross > > On Mon, 2020-11-16 at 14:59 +, Ross Burton wrote: > > From: Ross Burton > > > > For gatesgarth, this is

Re: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform

2020-11-19 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: upgrade patches for raspberrypi 4b platform on 18/11/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > There are some new patches merged into upstream raspberrypi sdk kernel, > branch rpi-5.4.y. >

Re: [linux-yocto] [yocto-kernel-cache master PATCH] meta: Add CONFIG_SERIAL_OF_PLATFORM to 8250.cfg

2020-11-19 Thread Bruce Ashfield
In message: [linux-yocto] [yocto-kernel-cache master PATCH] meta: Add CONFIG_SERIAL_OF_PLATFORM to 8250.cfg on 16/11/2020 Vasyl Vavrychuk wrote: > On some embedded systems 8250 compatible serial ports meant to be > defined in devicetree. Config SERIAL_OF_PLATFORM enables probing of > them.

Re: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: Remove duplicate interrupt resource request

2020-11-19 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: Remove duplicate interrupt resource request on 16/11/2020 Xulin Sun wrote: > This fixes the below kmemleak call trace: > > unreferenced object 0xff88784d5980 (size 128): > comm

Re: [linux-yocto][linux-yocto][v5.4/standard/xlnx-soc][PATCH] net: axienet: Remove static from __axienet_device_reset

2020-11-19 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto][v5.4/standard/xlnx-soc][PATCH] net: axienet: Remove static from __axienet_device_reset on 16/11/2020 He Zhe wrote: > __axienet_device_reset is referenced from different source files. > > Fixes: 59b0ea17cf64 ("net: axienet: Add missing

Re: [linux-yocto] [PATCH 1/2] ext4: fix -Wstringop-truncation warnings

2020-11-19 Thread Bruce Ashfield
I forgot to ask with the v5.2 versions of these changes, what is the upstream status of these patches ? If they are cherry-picks/backports, we should be logging the commit ID in the patches themselves. If they are custom patches, a note indicating if they've been submitted upstream should be

Re: [linux-yocto] [v5.2/standard/base][PATCH 1/3] kdb: Eliminate strncpy() warnings by replacing with strscpy()

2020-11-19 Thread Bruce Ashfield
These are now merged to v5.2/* Bruce In message: [linux-yocto] [v5.2/standard/base][PATCH 1/3] kdb: Eliminate strncpy() warnings by replacing with strscpy() on 15/11/2020 wenlin.k...@windriver.com wrote: > From: Daniel Thompson > > commit d228bee8201a7ea77c414f1298b2f572f42c6113 upstream >

Re: [linux-yocto][v4.19/standard/preempt-rt/base][PATCH] sched/core: Fix CPU offline/online process

2020-11-19 Thread Bruce Ashfield
Thanks for the fixups! These are now merged. Bruce In message: [linux-yocto][v4.19/standard/preempt-rt/base][PATCH] sched/core: Fix CPU offline/online process on 16/11/2020 Daniel Dragomir wrote: > From: Daniel Dragomir > > This error was introduced in commit d02636e8d3 ("Merge branch >

Re: [yocto] adding obextool anfd obexpush in yocto

2020-11-19 Thread NIKHIL PATIL
Hi , I am able to add obexctl in our image , but still obexpush i am not able to add as a package . i take a package from following link :- https://layers.openembedded.org/layerindex/recipe/2502/ but obexpush package is not compiling with our sdk . so is there any other

[yocto] lib64 support for custome image

2020-11-19 Thread NIKHIL PATIL
Hi, We are creating our custom image (core-image-xxx.bb) in that lib64 support is not there . but for core-image-sato image lib64 support is by default . so how we can add lib64 support for our custom image ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , for these issue we got solution , obexpushd binary interpreter is on /lib64 folder , but in our custom image /lib64 support is not there . so we are trying to add lib64 support for our custom image . For sato image by default it is taking lib64 support , so it work there. On

[yocto] multilib: lib32-libgdiplus complaining about qemuwrapper

2020-11-19 Thread Pelle Windestam
Hi all, I am using Yocto 2.5 and have a working multilib-enabled image based on poky which includes libgdiplus (64-bit). Due to requirements I had to add the 32-bit version, so I added lib32-libgdiplus to my image recipe. This caused the following error output from bitbake: WARNING:

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , Thank You very much , we are able to copy obexpushd to /usr/bin using .bb file. I have one more dout ; 1) We created our own custom image (*bitbake core-image-*) , after flashing image to board . when we run *obexpushd binary *it shows as follows :- root@intel-corei7-64:~#

Re: [yocto] #yocto

2020-11-19 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Intel based platform, quick build under "zeus" does not show issue... I do not see issue under "rocko"... Currently porting "rocko" to "zeus", Gatesgarth port is next after zeus runs clean... I am assuming this banner is part of Yocto, are you now attempting to reserve/use a serial device

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 04:45:19PM +0530, NIKHIL PATIL wrote: > Hi , > Yours correct only , but the thing is we are taking* binary(obexpushd)* > from other source and only need to copy that binary into* /usr/bin* of our > platform(*intel board*). > > Hence how we can achieve these

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , Yours correct only , but the thing is we are taking* binary(obexpushd)* from other source and only need to copy that binary into* /usr/bin* of our platform(*intel board*). Hence how we can achieve these using .bb file ? is there any sample example . On Thu, Nov 19, 2020 at 2:46 PM

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Quentin Schulz
Hi, On Thu, Nov 19, 2020 at 01:13:43PM +0530, NIKHIL PATIL wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package separately You're not compiling a package, you're compiling a recipe named

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread Paul Barker
On Thu, 19 Nov 2020 at 08:40, NIKHIL PATIL wrote: > > Hi , > If anyone know , please help on these . It looks like your original email was sent less than an hour ago, give people some time. I also recommend looking at the docs yourself. Thanks, -- Paul Barker Konsulko Group

Re: [yocto] Enaable to add binary in /usr/bin using .bb file

2020-11-19 Thread NIKHIL PATIL
Hi , If anyone know , please help on these . On Thu, Nov 19, 2020 at 1:14 PM NIKHIL PATIL via lists.yoctoproject.org wrote: > Hi , > I want to add binary in /usr/bin , for these i made own .bb file ( > obexpushtest.bb), When i am compiling obexpushtest package > separately that