From df5312a5710020377380fd4e5b0e971366edc319 Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 20 Apr 2017 11:26:50 -0500 Subject: Add sudo so root password can be eliminated eventually --- contrib/local.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'contrib') diff --git a/contrib/local.conf b/contrib/local.conf index 8eb6d46..6740f14 100644 --- a/contrib/local.conf +++ b/contrib/local.conf @@ -51,3 +51,16 @@ BUILDHISTORY_COMMIT = "0" BUILDHISTORY_FEATURES = "image" IMAGE_FSTYPES =+ "jffs2 tar.gz" + +# OpenJDK Java runtime +# Uncomment for a bigger image with java. +# Java requires using tftp or a flash drive +# for updating. +# IMAGE_INSTALL += "openjdk-8" +# OpenJDK with JamVM VM (Multi-Tech default) +# IMAGE_INSTALL += "jamvm" +# OpenJDK with CACAO VM (run with 'java -cacao') +# IMAGE_INSTALL += "openjdk-7-vm-cacao" +# OpenJDK Zero VM (run with 'java -zero') +# IMAGE_INSTALL += "openjdk-7-vm-zero" + -- cgit v1.2.3