first commit
[scm/bb/meta-tizen.git] / conf / layer.conf
1 # We have a conf and classes directory, add to BBPATH
2 BBPATH := "${BBPATH}:${LAYERDIR}"
3
4 # We have a packages directory, add to BBFILES
5 BBFILES := "${BBFILES} \
6             ${LAYERDIR}/recipes-*/*/*.bb \
7             ${LAYERDIR}/recipes-*/*/*.bbappend"
8
9 BBFILE_COLLECTIONS += "tizen-layer"
10 BBFILE_PATTERN_tizen-layer := "^${LAYERDIR}/"
11 BBFILE_PRIORITY_tizen-layer = "7"
12
13 PACKAGE_CLASSES = "package_rpm"
14
15 PREFERRED_VERSION_tzdata = "git"
16
17 PREFERRED_PROVIDER_virtual/db = "db4"
18 PREFERRED_PROVIDER_db = "db4"
19 PREFERRED_VERSION_db = "git"
20 PREFERRED_VERSION_db4 = "git"
21
22 PREFERRED_PROVIDER_python-xml = "python"
23 PREFERRED_PROVIDER_python-xml = "python"
24 PREFERRED_VERSION_python-xml = "git"
25 PREFERRED_VERSION_python-xml-native = "git"
26
27 PREFERRED_PROVIDER_python-curses-native = "python-native"
28 PREFERRED_PROVIDER_python-curses = "python"
29 PREFERRED_VERSION_python-curses = "git"
30 PREFERRED_VERSION_python-curses-native = "git"
31
32 PREFERRED_VERSION_python-native = "git"
33 PREFERRED_VERSION_python = "git"
34
35 PREFERRED_PROVIDER_python-core = "python"
36 PREFERRED_VERSION_python-core  = "git"
37
38 PREFERRED_PROVIDER_libpcre = "pcre"
39 PREFERRED_VERSION_elfutils = "git"
40 PREFERRED_PROVIDER_udev = "udev"
41 PREFERRED_VERSION_systemd = "git"
42 PREFERRED_VERSION_util-linux = "git"
43
44 PREFERRED_PROVIDER_man = "man-db"
45
46 PREFERRED_PROVIDER_python-rpm  = "python-rpm"
47
48 PREFERRED_PROVIDER_kbproto = "xorg-x11-proto-kb"
49 PREFERRED_PROVIDER_util-macros = "xorg-x11-xutils-dev"
50 PREFERRED_PROVIDER_xextproto = "xorg-x11-proto-xext"
51
52 PREFERRED_PROVIDER_procps = "procps-ng"
53
54 PREFERRED_PROVIDER_util-linux = "util-linux-ng"
55 PREFERRED_PROVIDER_xproto = "xorg-x11-proto-core"
56 PREFERRED_PROVIDER_inputproto = "xorg-x11-proto-input"
57
58 PREFERRED_PROVIDER_initscripts = "sysvinit"
59
60 PREFERRED_VERSION_binutils = "git"
61
62 PREFERRED_PROVIDER_libjson ="json-c"
63 PREFERRED_VERSION_libjson ="git"
64
65 PREFERRED_VERSION_dbus ="git"
66
67 PREFERRED_PROVIDER_libproxy ="pacrunner"
68
69 PREFERRED_PROVIDER_udev = "systemd"
70
71 PREFERRED_PROVIDER_pkgconfig = "pkg-config"
72
73 PREFERRED_PROVIDER_sqlite3 = "sqlite"
74 PREFERRED_VERSION_sqlite3  = "git"
75 PREFERRED_VERSION_sqlite  = "git"
76
77 INHERIT_DISTRO = "devshell sstate license"
78
79 #262144=256(Mo)*1024
80 IMAGE_ROOTFS_SIZE_ext3 = "262144"
81 #EXTRA_IMAGECMD_ext2 += "-b 1024"
82 #IMAGE_ROOTFS_EXTRA_SPACE = "6400"
83
84 #"${@d.setVar('FILESYSTEM_PERMS_TABLES', "files/tizen-fs-perms.txt")}"
85
86 FILESYSTEM_PERMS_TABLES = "files/tizen-fs-perms.txt"