diff options
Diffstat (limited to 'meta-yocto/conf/distro/poky-lsb.conf')
| -rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 14 |
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 | |||
| 2 | require conf/distro/poky.conf | ||
| 3 | require conf/distro/include/security_flags.inc | ||
| 4 | |||
| 5 | DISTRO = "poky-lsb" | ||
| 6 | DISTROOVERRIDES = "poky:linuxstdbase" | ||
| 7 | |||
| 8 | DISTRO_FEATURES_append = " pam largefile opengl" | ||
| 9 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | ||
| 10 | |||
| 11 | # Ensure the kernel nfs server is enabled | ||
| 12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | ||
| 13 | |||
| 14 | |||
