OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: target/dreamcast/config.in
  5. # Copyright (C) 2004 - 2006 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 ---
  14. #Description: Sega Dreamcast console
  15. pkgfilter sed '
  16. # mangle all packages to only build them in the cross stage (1)
  17. s,^. \(.\)[^ ]*,X \11--------,;
  18. # select some packages (and repositories) explicitely
  19. / fhs / { p; d; };
  20. / linux-header / { p; d; };
  21. / binutils / { s,^. [^ ]*,X 0---------,; p; d; }
  22. / gcc / { s,^. [^ ]*,X 0---------,; p; d; }
  23. / uclibc / { p; d; };
  24. / linux26sh / { p; d; };
  25. / minit / { p; d; };
  26. / fgetty / { p; d; };
  27. / libowfat / { p; d; };
  28. / busybox / { p; d; };
  29. / zlib / { p; d; };
  30. / ncurses / { p; d; };
  31. # / iptables / { p; d; };
  32. / dropbear / { p; d; };
  33. / rsync / { p; d; };
  34. # / gpm / { p; d; };
  35. / strace / { p; d; };
  36. # disable the rest
  37. /.*/ { s/^X /O / ; p; d; };'
  38. SDECFGSET_PKGFILE_TYPE='none'
  39. SDECFGSET_PKGFILE_VER=0
  40. SDECFGSET_LIBC='uclibc'
  41. SDECFGSET_DIETLIBC_DYN=0
  42. # SDECFGSET_STATIC=0
  43. SDECFGSET_INIT='minit'
  44. SDECFGSET_OPT='size'
  45. SDECFGSET_DO_REBUILD_STAGE=0
  46. SDECFGSET_DISABLE_NLS=1
  47. SDECFGSET_PKG_BUSYBOX_SYMLINKS=1