Bernhard Reutner-Fischer
f20e9bc6f1
- note which kernel-headers are required.
...
PS: kernel-headers-old.mk would need to provide stuff for downloading the full version, in case anybody would care about such ancient stuff..
2007-03-18 11:53:16 +00:00
Bernhard Reutner-Fischer
7920c869d9
- turn off some broken modules
2007-03-14 16:38:38 +00:00
Bernhard Reutner-Fischer
4f8e6ee7e6
- update sample config a bit
2007-03-14 13:55:32 +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
Bernhard Reutner-Fischer
22a6caa17e
- set some kernel related variables for use by packages
2007-02-15 12:30:15 +00:00
Bernhard Reutner-Fischer
cf647cea3d
- allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout
2007-02-15 11:12:15 +00:00
Bernhard Reutner-Fischer
de7ae0beed
- revert incorrect parts from sjhill's r17800 and add some more documentation.
...
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
2007-02-12 17:42:18 +00:00
Bernhard Reutner-Fischer
b0dc12db5d
- add an arm integrator 926 thing qemu can deal with
2007-02-10 19:30:55 +00:00
Bernhard Reutner-Fischer
13e893d13b
- bump patch version. Thanks to Alexander Rigbo for pointing this out.
2007-02-07 10:43:04 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
Bernhard Reutner-Fischer
3c1f00b21a
- avoid spurious rebuilds. Thanks to janlana, closes #1191
...
- provide a syslinux-source target while at it
2007-02-04 16:34:56 +00:00
Bernhard Reutner-Fischer
cc6f5f2027
- propagate BR2_ARM_EABI setting down to LINUX26_KCONFIG
2007-02-04 16:30:07 +00:00
Bernhard Reutner-Fischer
f0be91fd17
- reenable linux26
2007-01-31 17:36:43 +00:00
Bernhard Reutner-Fischer
d2fdd8bd46
- honor the given kernel format and fallback to zImage if none was specified
2007-01-30 17:38:41 +00:00
Bernhard Reutner-Fischer
3b11319651
- set preferred kernel format to bzImage for i386 family
2007-01-30 17:37:35 +00:00
Bernhard Reutner-Fischer
bf64053b8b
- make sure to check against ia32
2007-01-30 17:36:51 +00:00
Bernhard Reutner-Fischer
8d583fc01a
- generalize the menuconfig linux kernel support
...
- simplify toplevel mkdir rules a tiny bit
2007-01-30 00:58:18 +00:00
Bernhard Reutner-Fischer
55c11889ab
- drop some stuff
2007-01-30 00:35:40 +00:00
Bernhard Reutner-Fischer
6677e45fd6
- update snapshot config for ia32 config
2007-01-30 00:12:17 +00:00
Bernhard Reutner-Fischer
3ae6018b9e
- fixup after self. Kernel for the x86 family is now built again
2007-01-29 23:01:42 +00:00
Bernhard Reutner-Fischer
6aed4941f4
- strip a handful of enable
2007-01-29 22:12:53 +00:00
Bernhard Reutner-Fischer
b7e38de9eb
- apply Soekris update from Eric Milon
...
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00
Bernhard Reutner-Fischer
d00d04413c
- added diskless/net support and new patches, mainly network drivers.
...
Closes #721 . Thanks, janlana
2007-01-29 18:34:37 +00:00
Bernhard Reutner-Fischer
6b9256a138
- be gentle to vi's syntax highlighting
2007-01-29 08:45:36 +00:00
Bernhard Reutner-Fischer
41697b7a46
- make sure to add board specific targets before the final generation of the filesystems/tarballs.
...
Until now, we did created the fs and only after that built/installed grub et al
2007-01-28 17:35:11 +00:00
Bernhard Reutner-Fischer
148c76f739
- fix dependencies
2007-01-27 23:11:16 +00:00
Bernhard Reutner-Fischer
28f4689413
- Additional JFFS2 options to support Dataflash (Ulf Samuelsson)
...
- cleanup a bit while at it
2007-01-24 23:18:08 +00:00
Bernhard Reutner-Fischer
77a3b8679c
- Prepatory patch for new Atmel targets boards
...
Rearrange in Alphabetical order (Ulf Samuelsson)
2007-01-24 22:22:11 +00:00
Bernhard Reutner-Fischer
b17c61938e
- remove some hardcoded occurances of "make" and use the proper variable instead
2007-01-21 21:32:49 +00:00
Bernhard Reutner-Fischer
2c7da4d726
- use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers.
...
Closes #919
2007-01-21 14:36:25 +00:00
Peter Korsgaard
297cae9359
Bump version
2007-01-18 12:39:05 +00:00
Bernhard Reutner-Fischer
8564ba689d
- andersee, why was this duplicated and hardcoded here?
2007-01-15 17:34:58 +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
edea8785d8
- BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if it is 0 (since 0 means something here--"do not reserve any blocks".
...
Thanks to timw. Closes #484 .
2006-12-22 12:34:35 +00:00
Bernhard Reutner-Fischer
684e3477bb
- patch from AndyI to make it behave on Cygwin. Closes #1127 . Thanks!
2006-12-22 12:22:15 +00:00
Bernhard Reutner-Fischer
82b3f197b0
- move setting the TARGET_DEVICE_DEPMOD up one level
2006-12-22 10:39:56 +00:00
Bernhard Reutner-Fischer
7913aa0675
- bump patch version
2006-12-20 17:08:38 +00:00
Bernhard Reutner-Fischer
af9f612b67
- Lars Munch noticed that i broke the ext2 compressor. Thanks!
2006-12-20 16:45:47 +00:00
Bernhard Reutner-Fischer
b6397015e4
- copy the final kernel (and System.map) to boot/
2006-12-18 14:10:46 +00:00
Bernhard Reutner-Fischer
fb1e7915e9
- stripped a bit too much for kernel-headers == target-kernel. Reinstate required rules.
2006-12-18 13:48:02 +00:00
Bernhard Reutner-Fischer
93af6cb26b
- put the full kernel's sources into build_/, install them into toolchain_build_. Saves quite some disk-space on the compile-host.
...
- Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
2006-12-18 13:30:05 +00:00
Bernhard Reutner-Fischer
787635669b
- update the ext2 rootfs compression mechanism to allow for gzip, bzip2, lzma or none
2006-12-14 15:47:50 +00:00
Bernhard Reutner-Fischer
b3d0f31bdc
- make sure to agree on the installation CONFIG_PREFIX
2006-12-13 22:51:37 +00:00
Bernhard Reutner-Fischer
189ccbaf52
- remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a default for it in busybox/Config.in
2006-12-13 20:26:27 +00:00
Eric Andersen
6e2b255ad8
make this target current
2006-12-13 12:18:08 +00:00
Eric Andersen
0ac8b4c298
use the correct depmod for linux26
2006-12-13 11:59:53 +00:00
Eric Andersen
09d614de28
rename
2006-12-13 11:57:14 +00:00
Eric Andersen
1b7058694e
endianness is handled elsewhere
2006-12-13 11:53:38 +00:00
Eric Andersen
d699758c45
rework the default x86 target
2006-12-13 11:53:00 +00:00
Eric Andersen
162a23c220
update busybox defaults a bit
2006-12-13 09:14:10 +00:00
Eric Andersen
5eeac710ca
update uClibc config settings and update installation of kernel headers
2006-12-12 07:10:54 +00:00
Bernhard Reutner-Fischer
0186dab79f
- cosmetic vi syntax highlighting improvement
2006-12-10 13:42:16 +00:00
Bernhard Reutner-Fischer
f7da61daa3
- +x
2006-12-04 13:39:50 +00:00
Bernhard Reutner-Fischer
f2e4ecf1d8
- add generic target. X86 for now, don't fork this but generalize it!
2006-12-02 19:34:17 +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
Bernhard Reutner-Fischer
eb3b21be72
- honor uclibc's notion of LFS support
2006-11-29 20:26:05 +00:00
Bernhard Reutner-Fischer
1d10f37b2e
- keep the original tarball around.
2006-11-29 19:28:41 +00:00
Bernhard Reutner-Fischer
f7de9bf615
- provide a choice to select the compressor to use for the final rootfs.
...
Closes #1014
2006-11-29 19:16:48 +00:00
Bernhard Reutner-Fischer
6933e0ae04
- use the HOSTCC as set by the user.
2006-11-29 19:02:47 +00:00
Bernhard Reutner-Fischer
d41f2f350e
- fix typo in grub-clean
2006-11-29 12:17:26 +00:00
Bernhard Reutner-Fischer
085f7b3ed9
- look at target variants when determining if syslinux is supported or not.
...
Closes #637
2006-11-28 10:01:46 +00:00
Bernhard Reutner-Fischer
d15b0f98f1
- Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier.
2006-11-28 08:49:17 +00:00
Bernhard Reutner-Fischer
cbb32d16c4
- pass a LC_ALL to du to avoid i18n trouble when calculating the size.
...
Fixes #1044
2006-11-22 23:36:41 +00:00
Bernhard Reutner-Fischer
e065bbbe97
2006-11-22 21:24:58 +00:00
Bernhard Reutner-Fischer
907c0740c9
- fix indentation, second take :(
2006-11-22 20:21:24 +00:00
Bernhard Reutner-Fischer
8862d9b9ad
- fix indentation
2006-11-22 19:58:35 +00:00
Bernhard Reutner-Fischer
119e9af1b5
- add a simple cpio target, to be used with an initramfs.
...
Thanks to Goetz Bock
2006-11-22 19:10:59 +00:00
Bernhard Reutner-Fischer
b1aa351c22
- bump version
2006-11-22 15:22:31 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
bffe93141b
- also allow grub for x86_64
...
- bump version
2006-11-17 11:47:04 +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
3d9321336b
bring up to version 3.31
2006-11-14 23:22:15 +00:00
Bernhard Reutner-Fischer
a44651de6e
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
2006-11-04 19:15:56 +00:00
Eric Andersen
93c38651bd
update config files
2006-10-17 16:57:49 +00:00
Bernhard Reutner-Fischer
180bc5941a
- jffs2 requires the mtd package for the mtd-host tools.
2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer
30680d7b70
- use the HOSTCC given by the user.
2006-10-06 12:59:33 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
0d0b98727d
GRUB package is called BR2_TARGET_GRUB
2006-09-25 12:35:27 +00:00
Peter Korsgaard
ddcaf1444d
mkfs.jffs2 doesn't like short form of pad option with arg
2006-08-22 08:03:19 +00:00
Peter Korsgaard
611b040535
Bump to upstream v3.1
2006-08-21 07:24:22 +00:00
Bernhard Reutner-Fischer
c3c100b63f
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
...
- fix a few typos
2006-07-04 11:44:32 +00:00
Eric Andersen
e8609e8ea7
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
...
and should NOT be enabled by default.
2006-07-04 11:06:43 +00:00
Eric Andersen
5787443321
sync target kernel version with reality
2006-06-23 16:43:52 +00:00
Eric Andersen
610595feca
fix url
2006-06-23 16:32:47 +00:00
Eric Andersen
b6ea2bdd2f
update config a bit
2006-06-23 07:45:00 +00:00
Eric Andersen
179d9671c0
version bump
2006-06-23 07:06:48 +00:00
Peter Korsgaard
027add8c56
Update squashfs patch to v3.0 (2.4.28 kernel)
...
Untested as I don't have the hw, but the patch applies cleanly.
2006-05-24 18:26:46 +00:00
Peter Korsgaard
194b234748
Bump to upstream v3.0
...
Notice that this uses a new NON-compatible filesystem format, so you need
the v3.0 kernel patch to access it!
2006-05-24 18:07:33 +00:00
Mike Frysinger
b81bcbd229
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
2006-04-21 01:23:35 +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
a85a7cfaf7
doh
2006-04-12 00:44:57 +00:00
Eric Andersen
8cf5026c6a
dont use depmod.pl, use cross depmod which I made work properly a while back.
...
Apply latest stable kernel patch
2006-04-12 00:33:42 +00:00
Eric Andersen
f3724ee831
try to make sure results actually make it to disk
2006-04-11 00:06:17 +00:00
Eric Andersen
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
...
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen
bfcb34c69f
accomodate a read only rootfs
2006-04-10 21:26:27 +00:00
Eric Andersen
8cfa7aa965
As noted by jacmet in bug 824:
...
svn 14777 seems to have broken cramfs/squashfs/tarroot.
The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.
The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
2006-04-10 17:48:53 +00:00
Eric Andersen
5418a92350
make sure things still work even when fakeroot is not in active use
2006-04-07 22:42:15 +00:00
Eric Andersen
ee66f55213
rework fakeroot handling to avoid races during parallel make causing several
...
fakeroot instances stomping eachother's temp files.
2006-04-07 20:30:43 +00:00
Eric Andersen
fbe47cd333
patch from janlana adding an x86 bootable iso9660 CD-ROM target
2006-04-06 18:31:14 +00:00
Eric Andersen
ba46d4d7ca
update to linux 2.4.16 and current uClibc.
2006-03-25 19:09:09 +00:00
Bernhard Reutner-Fischer
ee161b3eb9
- add optional splashimage support
2006-03-18 13:07:29 +00:00
Bernhard Reutner-Fischer
fbde74ea62
- update from grub_0.95+cvs20040624 to 0.97.
...
The former didn't even build for me, the latter does.
2006-03-10 08:06:27 +00:00
David Anders
88671dd358
add linux-2.4.32 kernel support for the q5 board per case 0000715
2006-02-10 18:00:56 +00:00
David Anders
3d8aa36b65
add the amd au1500 based q5 board per case 0000374
2006-01-25 14:59:21 +00:00
David Anders
c11d4552d4
add cloop as a new file system image type per case 0000151
2006-01-25 13:54:16 +00:00
David Anders
59e9a3c8b8
added the soekris net4801 target per case 0000613
2006-01-23 20:13:15 +00:00
Peter S. Mazinger
4879008442
arm/*/*.mk does not exist, maybe it does not fail with this, else prpplague, please provide at least an empty file
2006-01-21 15:11:15 +00:00
David Anders
29f6c535aa
fix kernel build from bug report 0000476
2006-01-20 20:51:48 +00:00
David Anders
0067abf47c
add arm target sub-dir
2006-01-20 20:09:17 +00:00
David Anders
53b75ef130
fixed includes for arch sub-dirs
2006-01-20 20:04:53 +00:00
David Anders
5d46a9bb79
add Sharp LH79520 based LNode80 target
2006-01-19 13:51:23 +00:00
Bernhard Reutner-Fischer
3a1147b2b6
- fix check for group and user (untested..)
2005-12-21 15:03:31 +00:00
Bernhard Reutner-Fischer
e40d0e28a3
- use HOSTCC instead of hardcoded compiler which may or may not be available.
2005-12-21 13:36:47 +00:00
Bernhard Reutner-Fischer
6102f447aa
- remove doublequotes from rootfs tar options
...
busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
2005-12-10 14:40:45 +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
"Steven J. Hill"
4891f7e79d
Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot.
2005-09-24 19:58:18 +00:00
"Steven J. Hill"
820e4ce7d2
Add new configuration option.
2005-09-12 22:24:35 +00:00
Mike Frysinger
2e31d32a0c
touchup target menu display
2005-09-09 00:12:13 +00:00
Eric Andersen
d81a10c94f
resync
2005-08-10 10:14:53 +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
Eric Andersen
99230c6eb3
typo -- revenge of cut n paste
2005-08-09 03:48:47 +00:00
Eric Andersen
a928fd7b94
Prevent problems with fakeroot possibly trying to use stale host filesystem
...
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-08 07:54:28 +00:00
Eric Andersen
d70e7f4f1e
Prevent problems with fakeroot possibly trying to use stale host filesystem
...
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-08 07:53:10 +00:00
Eric Andersen
06c5ff4e82
minor cleanup for target handling
2005-08-08 06:57:43 +00:00
Mike Frysinger
ab3bf08f9c
also need to depend on makedevs as noted by emalkowski in Bug #366
2005-08-08 00:42:49 +00:00
Mike Frysinger
f46ae35ac3
make sure we depend on fakeroot existing #366 by pnoffke
2005-08-08 00:41:40 +00:00
Joakim Tjernlund
3ed6fb0af3
Add nobody and users to make LTP happier.
2005-08-07 21:35:53 +00:00
Mike Frysinger
5bfaa0bb40
make sure ext2 target depends on fakeroot
2005-08-07 08:30:24 +00:00
Mike Frysinger
b1f37b4a5a
only run ldconfig if ld.so.conf exists
2005-08-04 22:17:36 +00:00
Eric Andersen
d1345f067e
Allow packages to use fakeroot. To accomodate this, convert all
...
target filesystem creation tools to also use fakeroot.
2005-08-04 06:32:52 +00:00
Manuel Novoa III
05c5b1ba36
Add /dev/shm.
2005-08-03 01:28:41 +00:00
Eric Andersen
a18f36417b
Only include linux makefile when properly selected
2005-08-01 21:13:40 +00:00
Eric Andersen
bc02c515f2
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
...
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.
2005-08-01 21:11:06 +00:00
"Steven J. Hill"
1ba78f57e1
Add in options for NPTL in uClibc. Users can select, but since NPTL is
...
on a branch it will not have any effect. Updated DBAu1500 configuration
files for latest uClibc snapshot and NPTL options.
2005-07-29 23:28:31 +00:00
Eric Andersen
dbd27ef3ac
Minor updates
2005-07-27 11:16:00 +00:00
Eric Andersen
7b8aeaeb28
Fixup standalong makedevs to handle regular files, and also fix
...
it to properly update file permissions as specified.
2005-07-18 20:06:49 +00:00
Eric Andersen
5ef0c31bf4
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
2005-07-14 23:30:39 +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
Mike Frysinger
b5ad3a7944
Patrick Doyle writes:
...
target/device/Soekris/net4521/linux.mk is missing an endif for
the first if statement
target/device/Soekris/Makefile.in needs to set TARGETS before
including linux.mk since the file checks the TARGETS variables
2005-07-11 21:53:23 +00:00
Eric Andersen
088b0532ec
silly typo
2005-06-25 08:02:44 +00:00
Eric Andersen
050e27b985
don't use the older 2.0 squashfs format
2005-06-24 14:29:10 +00:00