Re: [yocto] Header files in /usr/include of rootfs

2015-12-02 Thread Anders Darander
* 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 /

Re: [yocto] Header files in /usr/include of rootfs

2015-12-02 Thread 洪翊桓_Pegatron
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

Re: [yocto] Header files in /usr/include of rootfs

2015-11-25 Thread Anders Darander
* 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

Re: [yocto] Header files in /usr/include of rootfs

2015-11-25 Thread 洪翊桓_Pegatron
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

Re: [yocto] Header files in /usr/include of rootfs

2015-11-24 Thread Anders Darander
* 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

[yocto] Header files in /usr/include of rootfs

2015-11-24 Thread 洪翊桓_Pegatron
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