diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-05-30 17:58:53 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-05-31 19:11:54 +0000 |
commit | 9959d11e10401f386dfbec3b8e9fbc9c66f207e6 (patch) | |
tree | 41675ac3fa6055adce42ff7ec33a91367f3fe7fa | |
parent | 9b5aec701685f4304004d215c791a14e6d4ac142 (diff) |
Add meta-netboot for porter board
This adds meta-agl/meta-netboot to the porter bblayer.conf.sample.
It is required by the netboot / nbd feature that will allow us
to boot the CI environment with the security framework enabled.
Change-Id: I43bb827f5b6845747bf4d7a0dafa0f5c460c88b3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-rcar-gen2/conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen2/conf/bblayers.conf.sample b/meta-rcar-gen2/conf/bblayers.conf.sample index 42806b4..41200be 100644 --- a/meta-rcar-gen2/conf/bblayers.conf.sample +++ b/meta-rcar-gen2/conf/bblayers.conf.sample @@ -11,6 +11,7 @@ BBLAYERS ?= " \ ##OEROOT##/meta-yocto-bsp \ ##OEROOT##/../meta-agl/meta-ivi-common \ ##OEROOT##/../meta-agl/meta-agl \ + ##OEROOT##/../meta-agl/meta-netboot \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ ##OEROOT##/../meta-openembedded/meta-ruby \ |