[oe] [openembedded-devel][meta-java][PATCH] Fix openjdk-7 build for daisy

Alex Gonzalez alex.gonzalez at digi.com
Fri Dec 26 17:36:25 UTC 2014


Building openjdk-7 with daisy fails with the following error:

| DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
| DEBUG: Executing shell function do_install
| cp: cannot stat '/opt/yocto/fsl-community-bsp/wandboard-quad-openjdk-daisy/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/
build/openjdk.build/j2sdk-image': No such file or directory
| WARNING: /opt/yocto/fsl-community-bsp/wandboard-quad-openjdk-daisy/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/run
.do_install.32726:1 exit 1 from
|   cp -R /opt/yocto/fsl-community-bsp/wandboard-quad-openjdk-daisy/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/build/ope
njdk.build/j2sdk-image /opt/yocto/fsl-community-bsp/wandboard-quad-openjdk-daisy/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r
5.1/image/usr/lib/jvm/java-7-openjdk
| ERROR: Function failed: do_install (log file is located at /opt/yocto/fsl-community-bsp/wandboard-quad-openjdk-daisy/tmp/work/cortexa9hf-vfp-neon-poky-linu
x-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_install.32726)

This commit from the https://github.com/woglinde/meta-java pull request list fixes it.

Max Krummenacher (1):
  openjdk: fix do_install for out of source builds

 recipes-core/openjdk/openjdk-6-common.inc | 2 +-
 recipes-core/openjdk/openjdk-7-common.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the Openembedded-devel mailing list