diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2019-05-07 21:40:30 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2019-05-13 10:53:07 +0200 |
| commit | 8c9c1fb3bbfc4d4de3a7079659b6efb340f28389 (patch) | |
| tree | da6f405dfe3e8383cd207f5323836baed29bb0dd /conf | |
| parent | 5e17177a0d5cb1bf758295a083d7bcb774919b24 (diff) | |
| download | meta-el-nfv-access-8c9c1fb3bbfc4d4de3a7079659b6efb340f28389.tar.gz | |
Add Secure Boot support
Change-Id: I09c9b0bad8e85e75fb1510ff374540fad3c3b5d1
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/template.atom-c3000/bblayers.conf.sample | 5 | ||||
| -rw-r--r-- | conf/template.atom-c3000/local.conf.sample | 2 | ||||
| -rw-r--r-- | conf/template.xeon-d/bblayers.conf.sample | 5 | ||||
| -rw-r--r-- | conf/template.xeon-d/local.conf.sample | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/conf/template.atom-c3000/bblayers.conf.sample b/conf/template.atom-c3000/bblayers.conf.sample index a5e705d..d8b8fc3 100644 --- a/conf/template.atom-c3000/bblayers.conf.sample +++ b/conf/template.atom-c3000/bblayers.conf.sample | |||
| @@ -23,4 +23,9 @@ BBLAYERS ?= " \ | |||
| 23 | ##OEROOT##/meta-openembedded/meta-webserver \ | 23 | ##OEROOT##/meta-openembedded/meta-webserver \ |
| 24 | ##OEROOT##/meta-java \ | 24 | ##OEROOT##/meta-java \ |
| 25 | ##OEROOT##/meta-updater \ | 25 | ##OEROOT##/meta-updater \ |
| 26 | ##OEROOT##/meta-openembedded/meta-perl \ | ||
| 27 | ##OEROOT##/meta-secure-core/meta \ | ||
| 28 | ##OEROOT##/meta-secure-core/meta-signing-key \ | ||
| 29 | ##OEROOT##/meta-secure-core/meta-efi-secure-boot \ | ||
| 30 | ##OEROOT##/meta-enea-user-keys \ | ||
| 26 | " | 31 | " |
diff --git a/conf/template.atom-c3000/local.conf.sample b/conf/template.atom-c3000/local.conf.sample index 8c24e77..544d279 100644 --- a/conf/template.atom-c3000/local.conf.sample +++ b/conf/template.atom-c3000/local.conf.sample | |||
| @@ -244,6 +244,6 @@ SKIP_META_VIRT_SANITY_CHECK = "1" | |||
| 244 | 244 | ||
| 245 | SOTA_MACHINE ?= "${MACHINE}" | 245 | SOTA_MACHINE ?= "${MACHINE}" |
| 246 | 246 | ||
| 247 | DISTRO_FEATURES_append = " sota" | 247 | DISTRO_FEATURES_append = " sota efi-secure-boot" |
| 248 | DISTRO_FEATURES_NATIVE_append = " sota" | 248 | DISTRO_FEATURES_NATIVE_append = " sota" |
| 249 | INHERIT += " sota" | 249 | INHERIT += " sota" |
diff --git a/conf/template.xeon-d/bblayers.conf.sample b/conf/template.xeon-d/bblayers.conf.sample index a5e705d..d8b8fc3 100644 --- a/conf/template.xeon-d/bblayers.conf.sample +++ b/conf/template.xeon-d/bblayers.conf.sample | |||
| @@ -23,4 +23,9 @@ BBLAYERS ?= " \ | |||
| 23 | ##OEROOT##/meta-openembedded/meta-webserver \ | 23 | ##OEROOT##/meta-openembedded/meta-webserver \ |
| 24 | ##OEROOT##/meta-java \ | 24 | ##OEROOT##/meta-java \ |
| 25 | ##OEROOT##/meta-updater \ | 25 | ##OEROOT##/meta-updater \ |
| 26 | ##OEROOT##/meta-openembedded/meta-perl \ | ||
| 27 | ##OEROOT##/meta-secure-core/meta \ | ||
| 28 | ##OEROOT##/meta-secure-core/meta-signing-key \ | ||
| 29 | ##OEROOT##/meta-secure-core/meta-efi-secure-boot \ | ||
| 30 | ##OEROOT##/meta-enea-user-keys \ | ||
| 26 | " | 31 | " |
diff --git a/conf/template.xeon-d/local.conf.sample b/conf/template.xeon-d/local.conf.sample index 3b1063e..34f5890 100644 --- a/conf/template.xeon-d/local.conf.sample +++ b/conf/template.xeon-d/local.conf.sample | |||
| @@ -245,6 +245,6 @@ SKIP_META_VIRT_SANITY_CHECK = "1" | |||
| 245 | 245 | ||
| 246 | SOTA_MACHINE ?= "${MACHINE}" | 246 | SOTA_MACHINE ?= "${MACHINE}" |
| 247 | 247 | ||
| 248 | DISTRO_FEATURES_append = " sota" | 248 | DISTRO_FEATURES_append = " sota efi-secure-boot" |
| 249 | DISTRO_FEATURES_NATIVE_append = " sota" | 249 | DISTRO_FEATURES_NATIVE_append = " sota" |
| 250 | INHERIT += " sota" | 250 | INHERIT += " sota" |
