[yocto] adding modules to nginx #yocto

2020-02-07 Thread rkthebest
Hello Guys i am trying to add a lua module into my nginx by yocto recipe. for this i added one bbappend file to add module to nginx recipe and secondly i added a bb file fetch sources and placingĀ  it to nginx sysroot directory *nginx_%.bbappend* FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

Re: [OE-core] [yocto] Support UBI u-boot

2020-02-07 Thread Quentin Schulz
Hi JH, On Fri, Feb 07, 2020 at 07:52:35PM +1100, JH wrote: > Hi Pelle, > > Aplogize for cross posting. > > On 2/7/20, Pelle Windestam wrote: > > In my case u-boot uses a default config called imx8qxp_var_som_defconfig > > stored under the configs directory in u-boot (not sure if its in the > >

Re: [yocto] Support UBI u-boot

2020-02-07 Thread JH
Hi Pelle, Aplogize for cross posting. On 2/7/20, Pelle Windestam wrote: > In my case u-boot uses a default config called imx8qxp_var_som_defconfig > stored under the configs directory in u-boot (not sure if its in the > official repositories, I use a vendor supplied u-boot repo, but the >

Re: [yocto] Can't build poky with 'out of the box' defaults and settings

2020-02-07 Thread Alexander Kanavin
The DISTRO_VERSION in your log is not 2.7 or 3.0, it is 1.8, which is ancient and won't build on current Debian. How did you set up the source tree? Alex On Fri, 7 Feb 2020 at 17:28, OliverYSedlacek wrote: > I've been tasked with setting up Yocto builds and I thought I'd better > start with