[OE-core] vmdk images with musl libc

Andre McCurdy armccurdy at gmail.com
Tue Nov 24 18:58:14 UTC 2015


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 workaround.

Does anyone see a better solution?



More information about the Openembedded-core mailing list