Skip to content

Instantly share code, notes, and snippets.

@dhilst
Last active November 1, 2016 20:16
Show Gist options
  • Save dhilst/02eccb8e1e02312327aa6db6cdc9d501 to your computer and use it in GitHub Desktop.
Save dhilst/02eccb8e1e02312327aa6db6cdc9d501 to your computer and use it in GitHub Desktop.
DESCRIPTION = "JDK 8.60 plus JavaFX compiled for iMX.6"
LICENSE = "MIT"
TARFILE = "jdk1.8.0_60-plus-JFX.tar.gz"
SRC_URI = "file://${TARFILE}"
FILES_${PN} = "/opt/jdk1.8.0_60/*"
# Disable -dbg package creation.
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN} = "already-stripped dev-so ldflags"
do_install() {
install -d ${D}/opt
cp -a ${WORKDIR}/jdk1.8.0_60 ${D}/opt/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment