Re: [OE-core] vmdk images with musl libc

2015-11-30 Thread Khem Raj
> On Nov 25, 2015, at 5:31 PM, Andre McCurdy wrote: > > On Wed, Nov 25, 2015 at 4:05 PM, Khem Raj wrote: >> >> On Nov 25, 2015, at 1:56 PM, Burton, Ross wrote: >> >> On 25 November 2015 at 21:40, Andre McCurdy

Re: [OE-core] vmdk images with musl libc

2015-11-25 Thread Andre McCurdy
On Wed, Nov 25, 2015 at 1:56 PM, Burton, Ross wrote: > > On 25 November 2015 at 21:40, Andre McCurdy wrote: >> >> So would it be correct to add exactly those lines to the oe-core mtools >> recipe? > > Yes. Pretty much every dependency on glibc-gconv*

Re: [OE-core] vmdk images with musl libc

2015-11-25 Thread Burton, Ross
On 25 November 2015 at 22:31, Andre McCurdy wrote: > Potential solution 1: > > RDEPENDS_${PN} = "glibc-gconv-ibm850" > RDEPENDS_${PN}_libc-musl = "" > > Potential solution 2: > > RDEPENDS_${PN}_libc-glibc = "glibc-gconv-ibm850" > > Which one is correct? > Or

Re: [OE-core] vmdk images with musl libc

2015-11-25 Thread Andre McCurdy
On Wed, Nov 25, 2015 at 4:05 PM, Khem Raj wrote: > > On Nov 25, 2015, at 1:56 PM, Burton, Ross wrote: > > On 25 November 2015 at 21:40, Andre McCurdy wrote: >> >> So would it be correct to add exactly those lines to the oe-core

Re: [OE-core] vmdk images with musl libc

2015-11-25 Thread Andre McCurdy
Hi Khem, On Tue, Nov 24, 2015 at 12:05 PM, Khem Raj wrote: > On Tue, Nov 24, 2015 at 10:58 AM, Andre McCurdy wrote: >> It's currently not possible to build a vmdk image when TCLIBC = "musl" >> due to the following dependencies: >> >> do_bootdirectdisk ->

Re: [OE-core] vmdk images with musl libc

2015-11-25 Thread Burton, Ross
On 25 November 2015 at 21:40, Andre McCurdy wrote: > So would it be correct to add exactly those lines to the oe-core mtools > recipe? > Yes. Pretty much every dependency on glibc-gconv* should be guarded with a libc override of some sort. There's an open bug to give

Re: [OE-core] vmdk images with musl libc

2015-11-24 Thread Khem Raj
On Tue, Nov 24, 2015 at 10:58 AM, Andre McCurdy wrote: > It's currently not possible to build a vmdk image when TCLIBC = "musl" > due to the following dependencies: > > do_bootdirectdisk -> syslinux -> mtools -> glibc-gconv-ibm850 > > Creating an mtools .bbappend containing:

[OE-core] vmdk images with musl libc

2015-11-24 Thread Andre McCurdy
It's currently not possible to build a vmdk image when TCLIBC = "musl" due to the following dependencies: do_bootdirectdisk -> syslinux -> mtools -> glibc-gconv-ibm850 Creating an mtools .bbappend containing: RDEPENDS_${PN}_libc-musl = "" RRECOMMENDS_${PN}_libc-musl = "" seems to be a