aurora-distribution: add new distribution suited for mobile targets powered by FSO
[openembedded.git] / conf / distro / include / preferred-aurora-versions.inc
blob5ddcdcddd32bd6293642bba2427c436033f73088
1 # we need new headers for libc, now OLDEST_KERNEL_linux-gnueabi = "2.6.24"
2 # and 2.6.31 for fsodeviced
3 LINUX_LIBC_HEADERS_VERSION ?= "2.6.32"
4 PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
5 PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_VERSION}"
7 # We need git version of tslib as the old 1.0 release does not the support the features we
8 # need for some mobile handset devices
9 PREFERRED_VERSION_tslib = "1.0+git%"
11 # Adjust kernel configuration for older udev versions
12 UDEV_GE_141 = "1"
14 # specifically set an openssh version
15 # NOTE: whenever changing the version here make sure
16 #       to check we won't loose our specific config !!!
17 PREFERRED_VERSION_openssh = "5.2p1"