Peter Korsgaard
7b981dbf06
Revert r24952 (BR2_TARGET_TEST_PACKAGES)
...
As discussed on the list. It is already out of date
(BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution
and breaks the make allyesconfig; make menuconfig / sed workflow.
2009-01-23 20:45:30 +00:00
Ulf Samuelsson
6fd0d36d32
Add simple way to enable most (but not all) targets for testing purposes
2009-01-22 07:53:24 +00:00
Peter Korsgaard
585aca9a5a
add .empty files for git-svn
...
git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.
Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.
2009-01-05 15:47:00 +00:00
Peter Korsgaard
cd7245fc11
target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)
2008-12-23 14:54:49 +00:00
Peter Korsgaard
7139678f78
make the default etc/init.d/S40network compatible with msh
...
msh is currently the only good choice for uClinux but it doesn't
understands shell functions. In this case there is nothing to gain
by using shell functions anyway.
Signed-off-by: Nicolas Pitre <nico@cam.org>
2008-12-08 14:52:16 +00:00
Peter Korsgaard
cb9d03ca6e
target: add /sys directory to target skeletons needing it
...
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-10-18 13:00:58 +00:00
Peter Korsgaard
921eb994f8
Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)
...
From: Grant Likely <grant.likely@secretlab.ca>
The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC)
devices have dedicated major/minor numbers. Add them to the device
table data file so they get are present in the root filesystem
2008-10-17 10:19:41 +00:00
Peter Korsgaard
49e3aba2d9
target/generic: add uartlite ttyULx devices to securetty
2008-09-16 18:44:54 +00:00
Peter Korsgaard
f8bc2e1e31
target/generic/mini: remove udhcpc default.script entry
...
It isn't provided in the target skeleton, and avahi gets the
permissions correct so it isn't needed and just confuses users.
2008-08-31 06:26:40 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
66acd5b9e8
generic: fix fb1..3 device_table.txt entries
2008-06-30 15:24:23 +00:00
Peter Korsgaard
6d0862e422
generic target_skeleton: add /sys to fstab
2008-05-31 07:27:43 +00:00
Peter Korsgaard
5ec6ca9f20
generic target_skeleton: mark /sys with .empty file
...
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-31 07:27:40 +00:00
Peter Korsgaard
01c5168579
target_skeleton: mark empty directories with .empty files
...
Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).
2008-03-30 20:45:42 +00:00
Bernhard Reutner-Fischer
f4c316f265
- update ARM integrator sample and add a "huge" variant of the same
2007-09-29 15:01:17 +00:00
Bernhard Reutner-Fischer
6b8f65a67f
- add ttyAMA
2007-09-29 14:39:59 +00:00
Bernhard Reutner-Fischer
b0dad998e1
- add null
2007-09-19 18:18:09 +00:00
Bernhard Reutner-Fischer
9e59c9bc00
- add homedir
2007-03-09 12:32:09 +00:00
Bernhard Reutner-Fischer
df0d821460
- add skeleton to use busybox and mdev for a rather small skeleton
2007-02-16 14:32:22 +00:00
Bernhard Reutner-Fischer
0091f181ef
- do not use TARGET_DEVICE_TABLE if is is empty
2007-02-15 16:49:39 +00:00
Bernhard Reutner-Fischer
2f67d9e2fe
- preparation for BR2_PACKAGE_BUSYBOX_SKELETON
...
"Use a minimal target skeleton for use with busybox's mdev et al"
2007-02-15 15:11:34 +00:00
"Steven J. Hill"
3a0125d067
Add users and groups for D-Bus and HAL.
2007-01-14 04:25:41 +00:00
"Steven J. Hill"
994d7f05a3
Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for Samba and friends. Also, change mount order of filesystems during boot.
2007-01-14 00:56:52 +00:00
Bernhard Reutner-Fischer
0d4312bd97
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
2006-12-02 18:34:32 +00:00
Eric Andersen
ba70f94e62
subversion makes it so we do not need a separate tarball
...
to store empty directories and symlinks for the target_skeleton.
2006-11-15 06:52:00 +00:00
Eric Andersen
f56a19707d
Fix missing /etc/mtab symlink
2006-04-14 19:57:28 +00:00
Eric Andersen
55d713a4ec
Make symlink targets use relative paths per bug 303
2006-04-14 19:10:24 +00:00
Eric Andersen
bfcb34c69f
accomodate a read only rootfs
2006-04-10 21:26:27 +00:00
Bernhard Reutner-Fischer
36193ba0bb
- correct help text for development system.
2005-11-25 22:14:29 +00:00
Mike Frysinger
5d0d0ea1c3
dropbear config has been renamed
2005-11-15 05:56:01 +00:00
Eric Andersen
cf4ab1a045
Well that was stupid. It seems we were carrying about two copies of pre-built
...
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04 16:55:09 +00:00
Eric Andersen
7e133da77d
terminfo stuff is created by ncurses, and should not be installed
...
unless ncurses is installed. It probably need to be byteswapped
for big endian anyway, so using pre-build stuff is bad regardless.
2005-11-04 16:50:28 +00:00
Mike Frysinger
856246f584
add the wheel group
2005-08-09 22:18:43 +00:00
Eric Andersen
3c31be684d
Add 'nogroup' to make ltp happy
2005-08-09 06:08:51 +00:00
Joakim Tjernlund
3ed6fb0af3
Add nobody and users to make LTP happier.
2005-08-07 21:35:53 +00:00
Manuel Novoa III
05c5b1ba36
Add /dev/shm.
2005-08-03 01:28:41 +00:00
Eric Andersen
09aab35147
Add device nodes for /dev/input by default (xorg and others want then)
2005-07-14 23:29:45 +00:00
Eric Andersen
cc4c8832ac
Do not include an empty resolv.conf
2005-04-21 20:05:12 +00:00
Eric Andersen
ec2bc50a0f
don't put in a default resolv.conf. Some folks with a ro rootfs
...
will want to replace this, i.e. with a symlink to /tmp
2005-04-21 18:51:38 +00:00
Mike Frysinger
60d43f2627
ext2 was renamed, update config option
2005-02-25 04:24:36 +00:00
Eric Andersen
9fb8ba75ff
fixup a couple of typos
2005-02-17 18:51:52 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
bb15c2215e
more changes towards better board support
2005-02-17 18:21:20 +00:00
Eric Andersen
7d0b7649c9
shuffle things around
2005-02-17 17:29:57 +00:00
Eric Andersen
2b7460e362
Move stuff around
2005-02-17 17:17:48 +00:00