Hi,
We have developed a small distribution
using Buildroot for a small x86 thin client
(166Mhz, 128MB Ram, 128MB CF)
This distribution is uClibc based and doesn't
have Xorg.
We need now to develop another distribution
glibc based so we can run Xorg and eventually
some GUI toolkit such as GTK+ or FLTK.
We also intend to use busybox instead
of the classic Linux utilities.
We are trying to build it using T2 (6.0.2 on
a T2 6.0.2 host) but we are having problems.
We built a new target based on Dreamcast
and we simplified the 'config.in' file to
generate first a very minimal distribution.
We removed the 'minit' package because we are
going to use the 'init' program from busybox.
But even with the 'minit' package removed,
T2 tries to build it and an error occurs
(probably because we removed libowfat package)
aborting the build.
We really don't understand while T2 is trying
to build 'minit' if it is not in the package
list. I have attached the 'config.in' we are
using. Any help would be appreciated.
Regards,
Claudio
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/dreamcast/config.in
# Copyright (C) 2004 - 2005 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
#Description: EXLINUX
pkgfilter sed '
# mangle all packages to only build them in the cross stage (1)
s,^. \(.\)[^ ]*,X \11--------,;
# select some packages (and repositories) explicitely
/ 00-dirtree / { p; d; };
/ linux-header / { p; d; };
/ binutils / { s,^. [^ ]*,X 0---------,; p; d; }
/ gcc / { s,^. [^ ]*,X 0---------,; p; d; }
/ glibc / { p; d; };
/ linux26sh / { p; d; };
/ busybox / { p; d; };
/ ncurses / { p; d; };
# disable the rest
/.*/ { s/^X /O / ; p; d; };'
SDECFGSET_PKGFILE_TYPE='tar.bz2'
SDECFGSET_PKGFILE_VER=0
SDECFGSET_DO_REBUILD_STAGE=0
SDECFGSET_DISABLE_NLS=1
SDECFGSET_PKG_BUSYBOX_SYMLINKS=1
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2