diff options
author | Stefan Sicleru <stefan.sicleru@enea.com> | 2016-06-21 17:28:48 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2016-06-27 15:07:43 +0200 |
commit | c433680b3f3e3f60d7141e05b28d2a9fa3536719 (patch) | |
tree | 9e33fcaa4ab03e3b0e40aaaa805a04f6dfa95c4b | |
parent | 8dce58d4412dd6784139613184ce655a88d05222 (diff) | |
download | meta-enea-bsp-arm-c433680b3f3e3f60d7141e05b28d2a9fa3536719.tar.gz |
linux-ls1: enable IKCONFIG feature
Provide gzip-compressed kernel configuration file at run-time which
stores the kernel config file used to build the kernel.
Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r-- | recipes-kernel/linux/linux-ls1-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ls1-common.inc b/recipes-kernel/linux/linux-ls1-common.inc index fe8a391..06ba19c 100644 --- a/recipes-kernel/linux/linux-ls1-common.inc +++ b/recipes-kernel/linux/linux-ls1-common.inc | |||
@@ -24,4 +24,5 @@ ENEA_KERNEL_FRAGMENTS += "\ | |||
24 | cfg/nfsdv3.cfg \ | 24 | cfg/nfsdv3.cfg \ |
25 | cfg/nfsdv4.cfg \ | 25 | cfg/nfsdv4.cfg \ |
26 | cfg/nls_cp437.cfg \ | 26 | cfg/nls_cp437.cfg \ |
27 | cfg/ikconfig.cfg \ | ||
27 | " | 28 | " |