* Andy Hung(洪翊桓_Pegatron) [151202 10:49]:
> Hi Anders,
> Thanks for your help, pls see updates below,
> > Message: 2
> > Date: Tue, 24 Nov 2015 14:25:14 +0100
> > From: Anders Darander
> > To: yocto@yoctoproject.org
> > Subject: Re: [yocto] Header files in /
Hi Anders,
Thanks for your help, pls see updates below,
> Message: 2
> Date: Tue, 24 Nov 2015 14:25:14 +0100
> From: Anders Darander
> To: yocto@yoctoproject.org
> Subject: Re: [yocto] Header files in /usr/include of rootfs
> Message-ID: <20151124132514.gb2...@ad.chargesto
* Andy Hung(洪翊桓_Pegatron) [151125 11:53]:
> Message: 2
> Date: Tue, 24 Nov 2015 14:25:14 +0100
> From: Anders Darander
> To: yocto@yoctoproject.org
> Subject: Re: [yocto] Header files in /usr/include of rootfs
> Message-ID: <20151124132514.gb2...@ad.chargestorm.se>
&g
Message: 2
Date: Tue, 24 Nov 2015 14:25:14 +0100
From: Anders Darander
To: yocto@yoctoproject.org
Subject: Re: [yocto] Header files in /usr/include of rootfs
Message-ID: <20151124132514.gb2...@ad.chargestorm.se>
Content-Type: text/plain; charset=utf-8
* Andy Hung(???_Pegatron) [151124
* Andy Hung(洪翊桓_Pegatron) [151124 11:35]:
> I was trying to add some pre-built binaries and files by using a recipe.
> The recipe has something like this:
> SRC_URI = file://files
> …
> do_install() {
> install –d ${D}
> }
What files are you installing? How does those look like?
> FILES_${P
Hi there,
I was trying to add some pre-built binaries and files by using a recipe.
The recipe has something like this:
SRC_URI = file://files
…
do_install() {
install –d ${D}
}
FILES_${PN} = “/*”
ALLOW_EMPTY_${PN} = “1”
INSANE_SKIP_${PN} = “debug-files dev-so”
The result was all the binarie