summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/distro/poky-lsb.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta-yocto/conf/distro/poky-lsb.conf
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-yocto/conf/distro/poky-lsb.conf')
-rw-r--r--meta-yocto/conf/distro/poky-lsb.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf
new file mode 100644
index 0000000000..b0c2cf87f5
--- /dev/null
+++ b/meta-yocto/conf/distro/poky-lsb.conf
@@ -0,0 +1,14 @@
1
2require conf/distro/poky.conf
3require conf/distro/include/security_flags.inc
4
5DISTRO = "poky-lsb"
6DISTROOVERRIDES = "poky:linuxstdbase"
7
8DISTRO_FEATURES_append = " pam largefile opengl"
9PREFERRED_PROVIDER_virtual/libx11 = "libx11"
10
11# Ensure the kernel nfs server is enabled
12KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
13
14