On Tue, Mar 12, 2019 at 9:33 AM Margarita Glushkin <[email protected]> wrote: > > 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 > 0xB1998361219BD9C9 > echo '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.
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, -- Robert Nelson https://rcn-ee.com/ -- 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/CAOCHtYiboMnQ3%3Dbt9Zb-OugYuA7ARgpMmUcvPQB6tC_g4_1Jtw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
