Re: [yocto] bitbake SRC_URI fetch Azure DevOps repository Azure DevOps Services Basic

2019-11-12 Thread 江騏先
Hi Richard, I try use SRC_URI = "git://quant...@vs-ssh.visualstudio.com/v3/quanta01/OpenBMC/crashdump;protocol=ssh;nobranch=1" the bitbake response below error message: git -c core.fsyncobjectfiles=0 ls-remote ssh://quant...@vs-ssh.visualstudio.com:v3/quanta01/OpenBMC/crashdump failed with

Re: [yocto] pkg-config not found

2019-11-12 Thread Mark Hawthorne
I added the lines you suggested and it indicates that PKG_CONFIG is not set. What would cause this to fail in the bitbake environment? It works for other packages such as pixman. On Tue, Nov 12, 2019 at 6:38 PM Khem Raj wrote: > On Tue, Nov 12, 2019 at 4:29 PM Mark Hawthorne > wrote: > > > > Kh

Re: [yocto] pkg-config not found

2019-11-12 Thread Khem Raj
On Tue, Nov 12, 2019 at 4:29 PM Mark Hawthorne wrote: > > Khem, > > I found a recipe that you made a few years ago where you addressed this > problem: > > http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb > > You solved it by exporting PKG_CON

Re: [yocto] pkg-config not found

2019-11-12 Thread Mark Hawthorne
Khem, I found a recipe that you made a few years ago where you addressed this problem: http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb You solved it by exporting PKG_CONFIG export PKG_CONFIG = "${STAGING_BINDIR_NATIVE}/pkg-config" This se

Re: [yocto] pkg-config not found

2019-11-12 Thread Mark Hawthorne
No, it did not help It appears from the config.log file that the PKG_CONFIG variable never gets set. I'm sorting through the bbclass files to figure out why this is not getting set... PKG_CONFIG='' PKG_CONFIG_LIBDIR='/home/mark/Documents/tisdk/build/arago-tmp-external-arm-toolchain/work/armv7at2h

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 T

[yocto] No Package Provides /bin/awk

2019-11-12 Thread Wayne Li
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 that says "Can't install kernel-devsrc-1.0-r0@t4240rdb_64b: no package provides /bin/awk". Here's the entire error print that I see:

Re: [yocto] pkg-config not found

2019-11-12 Thread Mark Hawthorne
Thank you. I have fixed this issue but the original pkg-config error still persists. On Tue, Nov 12, 2019 at 3:41 PM Adrian Bunk wrote: > On Tue, Nov 12, 2019 at 03:06:25PM -0600, Mark Hawthorne wrote: > >... > > DEPENDS_${PN} = "libpng freetype glm libegl libgles2 libspatialite" > >... > > DEPE

Re: [yocto] pkg-config not found

2019-11-12 Thread Adrian Bunk
On Tue, Nov 12, 2019 at 03:06:25PM -0600, Mark Hawthorne wrote: >... > DEPENDS_${PN} = "libpng freetype glm libegl libgles2 libspatialite" >... DEPENDS, not DEPENDS_${PN} cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been nee

[yocto] pkg-config not found

2019-11-12 Thread Mark Hawthorne
I have an autotools build that uses the following autoconfig file: AC_INIT([my-program], [1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_LANG(C++) AC_PROG_CXX AX_PTHREAD() PKG_CHECK_MODULES(LIBPNG, libpng >= 1.6.34) PKG_CHECK_MODULES(FREETYPE2, freetype2 >= 21.0.15) PKG_CHECK

[yocto] Occasionally long boot after erasing and re creating ext4 fs

2019-11-12 Thread Yoav Rubin
Linux 32bit 4.1.8 kernel , PowerPC , embedded , real time patch , systemV init. I had an ext4 file system mounted at /run/media/mmcblk0p1. I unmounted and erased it and then recreated it: 1) fdisk /dev/mmcblk0 -> select: n -> enter (choose default value for start) -> enter (choose default value fo

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

2019-11-12 Thread Randy MacLeod
On 11/11/19 9:33 PM, 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 valgrind Build Configurati

[yocto] [meta-mingw][PATCH] Add sdktest image

2019-11-12 Thread Joshua Watt
Adds a specific image that can be used to build MinGW SDKs. This image includes extra recipes that are know to build for MinGW so that they can be tested on the autobuilder. Signed-off-by: Joshua Watt --- recipes-core/images/core-image-mingw-sdktest.bb | 16 1 file changed, 16 i

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-12 Thread Paul Barker
On Tue, 12 Nov 2019, at 18:05, Brad Bishop wrote: > > > > On Nov 12, 2019, at 1:55 AM, Kun Yi wrote: > > > > Sure, it's partially due to how we set up the build downstream. Our > > downstream would put all the needed layers in one bblayers file, so we > > would have something like: > > > >

Re: [yocto] Yocto/bitbake recipe 'diff test'?

2019-11-12 Thread Brad Bishop
> On Nov 12, 2019, at 1:55 AM, Kun Yi wrote: > > Sure, it's partially due to how we set up the build downstream. Our > downstream would put all the needed layers in one bblayers file, so we would > have something like: > > ##OEROOT##/meta \ > ##OEROOT##/meta-poky \ > ##OEROOT##/meta-o

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:52, gholhak...@yahoo.com wrote: so you mean there is no way not to build them? I don't need any native tool. I define my cross-compilation toolchain in my layer. I asked you in twitter, you said "Use multiconfig to split the Linux and  rtos entirely". I could not figure it, so I

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 valgr

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:17, gholhak...@yahoo.com wrote: My question now is, how can I avoid hassle of building the x86_64-linux? I just need my test.elf file. Have a look in that folder to see what it is building. That directory is for native tools, like GCC. Ross -- __

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 15:33, gholhak...@yahoo.com wrote: Hi all, I would like to build my yocto project, but only my applications. I mean, I would like to separate my Linux build and the application build. I want to just have my meta-layer which contains my application being build by calling the bitba

[yocto] Yocto Project Status WW46'19

2019-11-12 Thread sjolley.yp.pm
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: * SWAT lead is currently: Anuj * SWAT team rotation: Anuj -> Chen on Nov. 15, 2019 * SWAT team rotation: Chen > Paul on Nov. 22, 2019 *

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Paul Barker
On Tue, 12 Nov 2019, at 15:33, gholhak...@yahoo.com wrote: > Hi all, > > I would like to build my yocto project, but only my applications. I > mean, I would like to separate my Linux build and the application build. > I want to just have my meta-layer which contains my application being > build

[yocto] Building only the app and not the Linux core

2019-11-12 Thread gholhak...@yahoo.com
Hi all, I would like to build my yocto project, but only my applications. I mean, I would like to separate my Linux build and the application build. I want to just have my meta-layer which contains my application being build by calling the bitbake command. Can anyone give me a pointer? Using the

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-11-12 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Hycontek Linux Touchscreen Driver

2019-11-12 Thread Shravan Singh
Hello All, I have a 7" inch Display connected to Raspberrypi-cm3 which using hycontex capacitive touch screen driver. hy46xx_ts So my question is. Is there a linux driver for hycontek touchscreen driver? Or would I have to write one for it? I am unable to find any touchscreen driver with the sa

Re: [yocto] Kernel modules packaged but not installed

2019-11-12 Thread Dimitris Tassopoulos
Hi Bruce, I've also tried adding the `kernel-modules` in the IMAGE_INSTALL, but that doesn't help either, because as I've mentioned this package is empty. The individual module packages are indeed populated and adding each one individually in the IMAGE_INSTALL makes them install in the final imag

Re: [yocto] Public cloud provider for Yocto builds

2019-11-12 Thread Alexander Kanavin
I would have the following requirements for any provider you choose: 1. Having kvm enabled (for the purpose of running qemu tests in the cloud with good performance) 2. NFS server as a service from the cloud provider (so you don't have to set it up and maintain it yourself) 3. Ability to share dir

[yocto] [error-report-web][PATCH V2] Add local.conf and auto.conf into error details

2019-11-12 Thread changqing.li
From: Changqing Li Support to display local.conf and auto.conf on error report web. Here is commit in oe-core, which add local.conf/auto.conf into error report https://git.openembedded.org/openembedded-core/commit/?id=7adf9707c04d8ef6bcd8d8bda555687f705e6ee6 This commit is related to YOCTO #1325