diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2016-12-27 00:44:55 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-23 11:25:29 +0000 |
commit | 7e4b315333f9d18146e53d9fa63bb07da8aeeacb (patch) | |
tree | 623db074aa609030dfc7f2c76a9231da26b1ae2b /meta-netboot/conf/layer.conf | |
parent | e8753546fca9353e46daaf0f80d201bfdd2f8940 (diff) |
Fix to get netboot activated also for renesas gen3
Change-Id: I9b512a907398de9c96dc46111c74bed4059f7b8e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
(cherry picked from commit b0cb0935aef4ced9c82d7972ed61f636e9036055)
Diffstat (limited to 'meta-netboot/conf/layer.conf')
-rw-r--r-- | meta-netboot/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index 4077e6d66..324f1f1bb 100644 --- a/meta-netboot/conf/layer.conf +++ b/meta-netboot/conf/layer.conf @@ -1,3 +1,6 @@ +# Added for futur conditionnals tests +DISTRO_FEATURES_append = " netboot" + # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" |