diff options
Diffstat (limited to 'meta-yocto/conf/distro/poky-lsb.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-lsb.conf | 9 |
1 files changed, 9 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..749c85886a --- /dev/null +++ b/meta-yocto/conf/distro/poky-lsb.conf | |||
@@ -0,0 +1,9 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "poky-lsb" | ||
4 | DISTROOVERRIDES = "poky:poky-lsb" | ||
5 | |||
6 | DISTRO_FEATURES += "pam" | ||
7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | ||
8 | |||
9 | |||