Add Zulu JDK to Debian image

I’d like to use omap-image-builder script of Robert C. Nelson to create a custom image for BeagleBone Black.
I successfully created image based on bb-org-debian-stretch-iot-v4.14.conf file.

What I need to do is to add Zulu open embedded JDK 8.
I know that after flashing the image I can install it manually.
The process is not very simple.

  1. Install dirmngr

Here you go:

https://github.com/beagleboard/image-builder/commit/cea0a981e5d2f7825306c22e9c09a2bf66495852

In your config file, just enable:

repo_azulsystems=enable

Then just add your new packages to "repo_external_pkg_list"..

Regards,

Thanks a lot.

Sorry, the build failed.

Error:

Sorry this would help..

https://github.com/beagleboard/image-builder/commit/9bbcb870be526496663f994e2cf82e37bbdf2b77

little brain fart..

Regards,