All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Hilst Selli <danielhilst@gmail.com>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [PATCH] ARM: Headfull JVM added.
Date: Tue, 23 Sep 2014 17:19:43 -0300	[thread overview]
Message-ID: <5421D5DF.9020900@gmail.com> (raw)
In-Reply-To: <1411501436-25404-1-git-send-email-danielhilst@gmail.com>

On 09/23/2014 04:43 PM, Daniel Hilst SellI wrote:
> I've added the headful version of the JVM. Also, I'm suggesting a new
> way of fetching. Since Oracle forces it's users to go to its website
> and accept the aggrement, non-human fetching is aways hack and error
> prone.  What I sugest is that the build system ask for the user to
> visit the website, download the package and put it on right place, if
> isn't already there.
> ---
>   ...le-jse-ejre-arm-vfp-hflt-client-headful_1.7.0.bb | 21 +++++++++++++++++++++
>   1 file changed, 21 insertions(+)
>   create mode 100644 recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headful_1.7.0.bb
>
> diff --git a/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headful_1.7.0.bb b/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headful_1.7.0.bb
> new file mode 100644
> index 0000000..e3030a6
> --- /dev/null
> +++ b/recipes-devtools/oracle-java/oracle-jse-ejre-arm-vfp-hflt-client-headful_1.7.0.bb
> @@ -0,0 +1,21 @@
> +PV_UPDATE = "60"
> +BUILD_NUMBER = "19"
> +
> +require oracle-jse-ejre.inc
> +
> +#  ejre-7u60-fcs-b19-linux-arm-vfp-hflt-client_headful-07_may_2014.tar.gz
> +DL_FILE = "ejre-7u${PV_UPDATE}-fcs-b${BUILD_NUMBER}-linux-arm-vfp-hflt-client_headful-07_may_2014.tar.gz"
> +SRC_URI = "http://download.oracle.com/otn/java/ejre/7u${PV_UPDATE}-b${BUILD_NUMBER}/${DL_FILE}"
> +
> +SRC_URI[md5sum] = "b72400960629e7403c4b579dada2a804"
> +SRC_URI[sha256sum] = "c4a64be693e0e27ca95ffe3036c56156e3d75e07f620fd913308eb03cdf86779"
> +
> +do_fetch() {
> +        if ! test -f "${DL_DIR}/${DL_FILE}"; then
> +            echo "Please accept the License Agreement, download the ${DL_FILE} and put it on ${DL_DIR}"
> +            echo "The download link can be found at http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/javase-embedded-downloads-2209751.html"
> +            return 1
> +        else
> +            return 0
> +        fi
> +}
> \ No newline at end of file
Sorry, I forgot to mention that this is for meta-oracle-java layer,

Cheers,


      reply	other threads:[~2014-09-23 20:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 19:43 [PATCH] ARM: Headfull JVM added Daniel Hilst SellI
2014-09-23 20:19 ` Daniel Hilst Selli [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5421D5DF.9020900@gmail.com \
    --to=danielhilst@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.