* updated xwayland (23.2.6 -> 23.2.7)
[t2sde.git] / target / test / config.in
blob4ec3a2b9fd626b415e99fbdcbda570ede7a89f4e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: target/rescue/config.in
5 # Copyright (C) 2006 - 2008 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: T2 Test
17 SDECFGSET_PKGFILE_TYPE='none'
18 SDECFGSET_IMAGE=initrd
20 SDECFGSET_DO_REBUILD_STAGE=0
21 SDECFGSET_DISABLE_NLS=1
23 # space saving
24 SDECFGSET_OPT='size'
25 SDECFGSET_LIBC='glibc'
26 SDECFGSET_INIT='minit'
28 SDECFGSET_DIETLIBC_fgetty='1'
29 SDECFGSET_DIETLIBC_mininet='1'
31 cust_pkgfilter() {
32         sed -e "
33 # mangle all packages to only build them in the cross stage (1)
34 #s,^. \(.\)[^ ]*,X \11--------,;
36 # and the toolchain just very selective
37 #/ automake /           { s,^. [^ ]*,X 0---------,; p; d; }
38 #/ libtool /            { s,^. [^ ]*,X 0---------,; p; d; }
39 / texinfo /             { s,^. [^ ]*,X 0---------,; p; d; }
40 / binutils /            { s,^. [^ ]*,X 01--------,; p; d; }
41 / gcc /                 { s,^. [^ ]*,X 01--------,; p; d; }
42 / dietlibc /            { s,^. [^ ]*,X 01--------,; p; d; }
44 # the rest as selected via pkgsel rules
47 pkgfilter cust_pkgfilter