Signed-off-by: Bryan Hundven <[email protected]> --- README | 4 ++-- recipes-core/images/iot-devkit-image.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README index 63b174f..5596f23 100644 --- a/README +++ b/README @@ -23,8 +23,8 @@ well as the following additional layers: URI: git://git.yoctoproject.org/meta-intel-iot-middleware branch: dizzy - URI: [email protected]:intel-iot-devkit/meta-java.git - branch: openjdk-8 + URI: git://git.yoctoproject.org/meta-java + branch: master Guidelines for submitting patches ================================= diff --git a/recipes-core/images/iot-devkit-image.bb b/recipes-core/images/iot-devkit-image.bb index 8249e49..07030b3 100644 --- a/recipes-core/images/iot-devkit-image.bb +++ b/recipes-core/images/iot-devkit-image.bb @@ -48,7 +48,7 @@ IMAGE_INSTALL += "mraa upm" IMAGE_INSTALL += "timedate-scripts" IMAGE_INSTALL += "iotkit-agent" IMAGE_INSTALL += "xdk-daemon" -IMAGE_INSTALL += "openjdk-8-jre" +IMAGE_INSTALL += "openjre-8" IMAGE_INSTALL_append_quark += "wyliodrin-server" IMAGE_INSTALL += "packagegroup-core-eclipse-debug" -- 2.6.3 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
