diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 17:36:38 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 17:36:38 +0100 |
commit | 2a7348129a42f21095fcd62e47a035f78d254130 (patch) | |
tree | 544dc8019a8f8cb684ace8674193605e607f9964 /conf/distro | |
download | meta-enea-2a7348129a42f21095fcd62e47a035f78d254130.tar.gz |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/enea-tiny.conf | 121 | ||||
-rw-r--r-- | conf/distro/enea.conf | 67 |
2 files changed, 188 insertions, 0 deletions
diff --git a/conf/distro/enea-tiny.conf b/conf/distro/enea-tiny.conf new file mode 100644 index 0000000..ab7ab40 --- /dev/null +++ b/conf/distro/enea-tiny.conf | |||
@@ -0,0 +1,121 @@ | |||
1 | DISTRO = "enea" | ||
2 | DISTRO_NAME = "ENEA Linux distribution (Built by Poky 6.0)" | ||
3 | DISTRO_VERSION = "0.1" | ||
4 | SDK_VENDOR = "-eneasdk" | ||
5 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | ||
6 | |||
7 | MAINTAINER = "ENEA <issues@enea.com>" | ||
8 | |||
9 | TARGET_VENDOR = "-enea" | ||
10 | |||
11 | LOCALCONF_VERSION = "1" | ||
12 | |||
13 | DISTRO_FEATURES = "" | ||
14 | # libc-big-macros \ | ||
15 | # libc-catgets \ | ||
16 | # libc-charsets \ | ||
17 | # libc-db-aliases \ | ||
18 | # libc-fcvt \ | ||
19 | # libc-fstab \ | ||
20 | # libc-ftraverse \ | ||
21 | # libc-libm-big \ | ||
22 | # libc-locales \ | ||
23 | # libc-locale-code \ | ||
24 | # libc-rcmd \ | ||
25 | # libc-sunrpc \ | ||
26 | # libc-utmp \ | ||
27 | # libc-utmpx \ | ||
28 | # libc-wordexp \ | ||
29 | # libc-posix-clang-wchar \ | ||
30 | # libc-posix-wchar-io" | ||
31 | DISTRO_FEATURES_LIBC = "ipv4 \ | ||
32 | ipv6 \ | ||
33 | libc-backtrace \ | ||
34 | libc-bsd \ | ||
35 | libc-cxx-tests \ | ||
36 | libc-crypt \ | ||
37 | libc-crypt-ufc \ | ||
38 | libc-envz \ | ||
39 | libc-fmtmsg \ | ||
40 | libc-getlogin \ | ||
41 | libc-idn \ | ||
42 | libc-inet-anl \ | ||
43 | libc-libm \ | ||
44 | libc-memusage \ | ||
45 | libc-nis \ | ||
46 | libc-nsswitch \ | ||
47 | libc-rtld-debug \ | ||
48 | libc-spawn \ | ||
49 | libc-streams \ | ||
50 | libc-posix-regexp \ | ||
51 | libc-posix-regexp-glibc \ | ||
52 | " | ||
53 | |||
54 | DISTRO_FEATURES = "argp ext2 largefile xattr nfs pci ${DISTRO_FEATURES_LIBC} " | ||
55 | |||
56 | # | ||
57 | # dany: Needed for meta-toolchain | ||
58 | # | ||
59 | #DISTRO_FEATURES_append = " x11 alsa " | ||
60 | |||
61 | # dany: Set to minimize image further | ||
62 | #VIRTUAL-RUNTIME_login_manager = "" | ||
63 | VIRTUAL-RUNTIME_dev_manager = "" | ||
64 | #VIRTUAL-RUNTIME_update-alternatives = "" | ||
65 | |||
66 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${PACKAGE_ARCH}" | ||
67 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | ||
68 | |||
69 | DISTRO_EXTRA_RDEPENDS += "task-core-boot" | ||
70 | DISTRO_EXTRA_RRECOMMENDS += "" | ||
71 | |||
72 | POKYQEMUDEPS = "${@base_contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "qemu-config",d)}" | ||
73 | DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}" | ||
74 | DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}" | ||
75 | DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}" | ||
76 | DISTRO_EXTRA_RDEPENDS_append_qemux86 = " ${POKYQEMUDEPS}" | ||
77 | DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" | ||
78 | |||
79 | TCLIBCAPPEND = "" | ||
80 | |||
81 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" | ||
82 | |||
83 | # Other QEMU_TARGETS "mips64 mips64el sh4" | ||
84 | |||
85 | PREMIRRORS ?= "\ | ||
86 | bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
87 | cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
88 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
89 | hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
90 | osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
91 | p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
92 | svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
93 | svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | ||
94 | |||
95 | MIRRORS =+ "\ | ||
96 | ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
97 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
98 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | ||
99 | |||
100 | #KERNEL_IMAGETYPE = "uImage" | ||
101 | IMAGE_FSTYPES = "ext2.gz.u-boot tar.gz" | ||
102 | IMAGE_CLASSES += "image_types_uboot" | ||
103 | # Generate source packages | ||
104 | # PACKAGE_CLASSES += " src-dist " | ||
105 | |||
106 | # Distribute unpatched sources | ||
107 | #SRC_DIST_LOCAL ?= "symlink" | ||
108 | #INHERIT += "src_distribute_enea" | ||
109 | |||
110 | INHERIT += "image_types_uboot" | ||
111 | # INHERIT := "sourcepkg" | ||
112 | |||
113 | #PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" | ||
114 | #PREFERRED_VERSION_u-boot-mkimage-native = "2011.06" | ||
115 | #PREFERRED_PROVIDER_vitual/libc = "eglibc" | ||
116 | #PREFERRED_VERSION_netbase = "4.45" | ||
117 | |||
118 | CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;protocol=git;rev=HEAD \ | ||
119 | https://eula-downloads.yoctoproject.org/index.php \ | ||
120 | http://bugzilla.yoctoproject.org/report.cgi" | ||
121 | |||
diff --git a/conf/distro/enea.conf b/conf/distro/enea.conf new file mode 100644 index 0000000..05eef59 --- /dev/null +++ b/conf/distro/enea.conf | |||
@@ -0,0 +1,67 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | DISTRO = "enea" | ||
3 | DISTRO_NAME = "Enea Linux" | ||
4 | DISTRO_VERSION = "3.1" | ||
5 | SDK_VENDOR = "-eneasdk" | ||
6 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | ||
7 | |||
8 | MAINTAINER = "ENEA <issues@enea.com>" | ||
9 | |||
10 | TARGET_VENDOR = "-enea" | ||
11 | TARGET_VENDOR_virtclass-multilib-lib32 = "-enea" | ||
12 | TARGET_VENDOR_virtclass-multilib-lib64 = "-enea" | ||
13 | |||
14 | DISTRO_FEATURES_LIBC = "\ | ||
15 | ipv4 \ | ||
16 | ipv6 \ | ||
17 | libc-backtrace \ | ||
18 | libc-big-macros \ | ||
19 | libc-bsd \ | ||
20 | libc-cxx-tests \ | ||
21 | libc-catgets \ | ||
22 | libc-charsets \ | ||
23 | libc-crypt \ | ||
24 | libc-crypt-ufc \ | ||
25 | libc-db-aliases \ | ||
26 | libc-envz \ | ||
27 | libc-fcvt \ | ||
28 | libc-fmtmsg \ | ||
29 | libc-fstab \ | ||
30 | libc-ftraverse \ | ||
31 | libc-getlogin \ | ||
32 | libc-idn \ | ||
33 | libc-inet-anl \ | ||
34 | libc-libm \ | ||
35 | libc-libm-big \ | ||
36 | libc-locales \ | ||
37 | libc-locale-code \ | ||
38 | libc-memusage libc-nis \ | ||
39 | libc-nsswitch \ | ||
40 | libc-rcmd \ | ||
41 | libc-rtld-debug \ | ||
42 | libc-spawn \ | ||
43 | libc-streams \ | ||
44 | libc-sunrpc \ | ||
45 | libc-utmp \ | ||
46 | libc-utmpx \ | ||
47 | libc-wordexp \ | ||
48 | libc-posix-clang-wchar \ | ||
49 | libc-posix-regexp \ | ||
50 | libc-posix-regexp-glibc \ | ||
51 | libc-posix-wchar-io \ | ||
52 | " | ||
53 | |||
54 | DISTRO_FEATURES = "ptest argp ext2 largefile xattr nfs pci ${DISTRO_FEATURES_LIBC} " | ||
55 | |||
56 | # dany: Set to minimize image further | ||
57 | #VIRTUAL-RUNTIME_login_manager = "" | ||
58 | #VIRTUAL-RUNTIME_dev_manager = "" | ||
59 | #VIRTUAL-RUNTIME_update-alternatives = "" | ||
60 | |||
61 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${PACKAGE_ARCH}" | ||
62 | |||
63 | #For meta-ti and meta-fsl-ppc, update BBMASK to avoid some known build errors | ||
64 | BBMASK ?= "" | ||
65 | OLDBBMASK := "${BBMASK}" | ||
66 | BBMASK = "${@base_conditional('OLDBBMASK', "", ".*/meta-(ti/recipes-misc|fsl-ppc/recipes-test)/", "${OLDBBMASK}", d)}" | ||
67 | BB_DANGLINGAPPENDS_WARNONLY ?= "1" | ||