Re: [yocto] Yocto newbie: Need help with recipe

2019-11-08 Thread Rudolf J Streif
I suppose you just removed setting the PACKAGES variable from your recipe? You are including require recipes-qt/qt5/qt5.inc which redefines the PACKAGES variable adding a ${PN}-tools package that consumes what's in {bindir}. I am not sure why you are including qt5.inc as DEPENDS += "qtbase"

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-08 Thread Berthold Höllmann
Rudolf Streif writes: > Hi Berthold, > > Welcome to the Yocto Project. Thank You > > This line is the problem with your recipe: > > PACKAGES = "${PN}" > > This tells the build system to only create one package, the default > package. Because this line FILES_${PN} = "${bindir}" tells the build

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Rudolf Streif
Hi Berthold, Welcome to the Yocto Project. This line is the problem with your recipe: PACKAGES = "${PN}" This tells the build system to only create one package, the default package. Because this line FILES_${PN} = "${bindir}" tells the build system to include everything in ${bindir} into that

[yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Berthold Höllmann
Hello, I'm trying my way around yocto. I thought I try adding a small project of mine to a Raspberry Pi image as a first try in writing recipes. At least I managed to get the project compiling, but the generation of the packages is failing: $ bitbake qtlissajous ... ERROR: qtlissajous-git-r0