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 =========== apt-get install dirmngr =========== 2. Add zulu repository with key =========== apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9echo 'deb http://repos.azulsystems.com/debian stable main' > /etc/apt/sources.list.d/zulu.list apt-get update =========== 3. Install jdk =========== apt-get install zulu-embedded-8 =========== My question is: Is it possible to add zulu-embedded-8 jdk package including repository with public key to config file? How should I do it? If it's impossible, may I add these steps to post-build process? Thank you in advance. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/e6b1dbdc-9ad3-450b-9b53-154c2c107640%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
