On Wed, Feb 20, 2013 at 8:10 PM, Otavio Salvador <[email protected]> wrote: > On Wed, Feb 20, 2013 at 10:28 AM, Prasant J <[email protected]> wrote: >> Hi, >> >> I intend to add java (openjdk) to my imx6 root file system. I was able >> to successfully add meta-java layer and build the same, packages were >> built but were not added to the root file system. I do not know what >> changes to do. Can any one help? > > You need to install the package onto the image or install a package > which rdepends on it. Otherwise it won't be added to the rootfs. > > Check at > http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-CORE_IMAGE_EXTRA_INSTALL > > --
Thanks a lot Otavio! Adding this line to conf/local.conf did the job: CORE_IMAGE_EXTRA_INSTALL = " jamvm openjdk-7-jre openjdk-7-common openjdk-7-demo openjdk-7-doc openjdk-7-java openjdk-7-vm-zero giflib giflib-utils cups rhino librhino-java classpath classpath-common classpath-gconf classpath-gtk classpath-tools gmp libgmpxx" I was trying to build SharkVM instead of ZeroVM, which is default. Failed! Any inputs from your side on this? -Pj _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
