Jo-Philipp Wich
1e24383ae6
Various enhancements from Manuel Munz <freifunk@somakoma.de> - don't regenerate Package index unless the packagedir changes - remove opkg lists from rootfs, saves > 1MB uncompressed - don't direct errors on index creation into packagelist
...
SVN-Revision: 28205
13 years ago
Felix Fietkau
e5e17a1ce8
imagebuilder: clean opkg files if requested (patch from #9866 )
...
SVN-Revision: 27872
13 years ago
Jo-Philipp Wich
c5a65a0373
Send ipkg-make-index.sh output to stdout
...
The "Generating index for package" created by ipkg-make-index only
clutter stderr and serve to push previous warnings/errors off-screen.
Instead, send to stdout.
Note: This would send incorrect invocation messages to stdout as well.
If this is a concern, perhaps we could send them to FD 3, then send 3 to
2...
Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>
SVN-Revision: 25678
14 years ago
Jo-Philipp Wich
d45c310c34
allow overriding BIN_DIR ( #7412 )
...
SVN-Revision: 23643
14 years ago
Jo-Philipp Wich
cdbeb0e80b
copy kernel .config, needed by mkfs.jffs2 to detect compression capabilities
...
SVN-Revision: 23639
14 years ago
Jo-Philipp Wich
ea5904ff93
- sync with host opkg changes - get rid of autogenerated opkg.conf - utilize dl/ as package cache, useful for remote downloads
...
SVN-Revision: 23039
14 years ago
Jo-Philipp Wich
ee81bb7cdb
fix a small typo in sed pattern
...
SVN-Revision: 22997
14 years ago
Jo-Philipp Wich
7a2ce99fe5
fix arch detection pattern to cope with underscores in board name, e.g. "adm5120_mips"
...
SVN-Revision: 22980
14 years ago
Jo-Philipp Wich
699876fa6b
- add a helper script to generate opkg.conf, attempt to detect package architecture from packages/ - fix package defaults when no package override is given, IB previously aggregated the defautls of all profiles - introduce a repositories.conf, allows using remote opkg repositories in imagebuilder
...
SVN-Revision: 22978
14 years ago
Jo-Philipp Wich
2c59d54a43
use --force-run-hooks for host opkg install
...
SVN-Revision: 22973
14 years ago
Jo-Philipp Wich
9d74fc3eb3
use opkg/host for package installation - speeds up rebuild operations - aligns generated package list format with the one created by opkg on the target - fixes broken dependency handling in imagebuilder
...
SVN-Revision: 22949
14 years ago
Jo-Philipp Wich
e47a8a001c
revert r22372 and r22405, dependency on host libtool causes problems
...
SVN-Revision: 22406
15 years ago
Jo-Philipp Wich
8c1d9afc40
use host opkg for installing packages in buildroot and ImageBuilder
...
SVN-Revision: 22372
15 years ago
Jo-Philipp Wich
cdd44e7984
- correctly copy .config when scripts/env is used in the buildroot - prevent user provides PACKAGES from overriding per-profile defaults
...
SVN-Revision: 21213
15 years ago
Nicolas Thill
ceaff7a566
imagebuilder: don't disable on uml
...
SVN-Revision: 20598
15 years ago
Nicolas Thill
8c2b753329
imagebuilder: various fixes * only copy host tools from $(STAGING_DIR_HOST)/bin * remove more target patches, and also target files * combine the 3 find commands into a single one
...
SVN-Revision: 20597
15 years ago
Jo-Philipp Wich
cfaeab171a
remove dependency on CONFIG_ALL
...
SVN-Revision: 20084
15 years ago
Gabor Juhos
3ba43e6528
imagebuilder: add REVISION variable ( closes #6795 )
...
SVN-Revision: 20064
15 years ago
Jo-Philipp Wich
9b4005c58c
fix custom package selection
...
SVN-Revision: 19623
15 years ago
Nicolas Thill
ac695f35fa
disable IB & SDK when using an external toolchain ( closes : #6001 )
...
SVN-Revision: 18837
15 years ago
Felix Fietkau
991a35c6a6
imagebuilder: accept empty profile names, some targets do not define profiles (thx, patrick)
...
SVN-Revision: 18117
15 years ago
Florian Fainelli
b1f1f7c5a9
remove board name hack ( #5823 )
...
SVN-Revision: 17652
15 years ago
Andy Boyett
9756b46d1a
remove legacy 2.4-specific behavior, fixes IB on brcm-2.4
...
SVN-Revision: 16654
16 years ago
Andy Boyett
b728796706
fix profile package selection, packages from last parsed profile were accidentally installed
...
SVN-Revision: 16653
16 years ago
Nicolas Thill
3f8ac1680c
fix initscripts activation ( closes : #4037 , #4745 )
...
SVN-Revision: 15320
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Nicolas Thill
be1a9ff41d
fix ImageBuilder ( closes : #3863 )
...
SVN-Revision: 12370
16 years ago
Felix Fietkau
bdb9c7351c
some more build system cleanup
...
SVN-Revision: 12329
16 years ago
Andy Boyett
6b045c7dc6
Generate gzipped package lists - Can be used by changing the src line in /etc/ipkg.conf to src/gz - Cannot be used by busybox ipkg
...
SVN-Revision: 11981
17 years ago
Felix Fietkau
44db3f4117
Detach the building of sdk and imagebuilder from "Select all packages by default", since those really represent two distinct build operations from normal package selection.
...
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 10621
17 years ago
Florian Fainelli
50c077affb
Fix imagebuilder for 2.6 kernels ( #2900 )
...
SVN-Revision: 10099
17 years ago
Felix Fietkau
b81933c951
strip -$(KERNEL) from sdk/imagebuilder names
...
SVN-Revision: 9742
17 years ago
Felix Fietkau
fa9710c7ee
fix imagebuilder compile
...
SVN-Revision: 9736
17 years ago
Felix Fietkau
93575b53a7
Use $(CP) instead of $(INSTALL_BIN) for binaries.
...
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9694
17 years ago
Felix Fietkau
dfa7618bd6
fix the image builder
...
SVN-Revision: 9549
17 years ago
Florian Fainelli
43dc71fb0d
Fix the imagebuilder generation (does not mean it works with the recent changes)
...
SVN-Revision: 8710
17 years ago
Florian Fainelli
c54708272f
Fix image builder generation ( #2213 )
...
SVN-Revision: 8412
17 years ago
Florian Fainelli
163dab630d
Fix the imagebuilder compilation ( #2213 )
...
SVN-Revision: 8410
17 years ago
Felix Fietkau
c0f9679587
fix a typo
...
SVN-Revision: 7906
18 years ago
Florian Fainelli
e7113073f3
Suppress spaces in uname -m
...
SVN-Revision: 7594
18 years ago
Mike Baker
52553da52c
fix bug in imagebuilder init.d scripts
...
SVN-Revision: 7188
18 years ago
Felix Fietkau
874f03ea00
fixes for a few build errors on osx without fink
...
SVN-Revision: 7065
18 years ago
Felix Fietkau
25fc88fe41
export the IMAGEBUILDER variable so that makefiles can test for the image builder run
...
SVN-Revision: 6951
18 years ago
Felix Fietkau
3e91dd1bd5
revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need
...
SVN-Revision: 6942
18 years ago
Mike Baker
8101912ed6
Accidentially broke sdk and imagebuilder in [6857]
...
SVN-Revision: 6858
18 years ago
Mike Baker
3295536b02
more [6849]
...
SVN-Revision: 6850
18 years ago
Florian Fainelli
6cd84c6838
Use find -exec instead of xargs
...
SVN-Revision: 6837
18 years ago
Felix Fietkau
2a7df08119
mark uml as broken and add some cleanups (not working yet)
...
SVN-Revision: 6439
18 years ago
Felix Fietkau
804bfa954d
ignore profiles with custom kernel configs in the image builder itself
...
SVN-Revision: 6342
18 years ago
Felix Fietkau
ccd12544f6
disable the image builder in menuconfig for profiles with custom kernel configs
...
SVN-Revision: 6341
18 years ago