Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sdk: use prepare target to initialize git snapshot | Jo-Philipp Wich | 2015-02-08 | 1 | -0/+1 |
| | | | | | | | | | The new approach is less prone to race conditions and will properly snapshot the symlinks prepared by the prereq-build target. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44330 | ||||
* | sdk: rename file to mention target/subtarget and move host system to suffix | Jo-Philipp Wich | 2015-02-07 | 1 | -4/+1 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44312 | ||||
* | build: add version number to filenames | Jo-Philipp Wich | 2015-01-08 | 1 | -1/+2 |
| | | | | | | | | | | | | This commit introduces a new option CONFIG_VERSION_FILENAMES which causes OpenWrt to embed the version number in generated image files, SDK- and ImageBuilder archives. The option is enabled by default if CONFIG_VERSIONOPT is set. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43869 | ||||
* | sdk: add missing kernel include files | Felix Fietkau | 2014-12-11 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43621 | ||||
* | sdk: improve feed setup | Jo-Philipp Wich | 2014-10-16 | 1 | -7/+12 |
| | | | | | | | | | - Add current buildroot scm url as base feed to feeds.conf - Prefer feeds.conf over feeds.conf.default when generating the SDK feeds.conf.default Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42935 | ||||
* | sdk: predefine kernel version magic | Jo-Philipp Wich | 2014-09-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Kernel modules which are built using the SDK do not have access to the .vermagic file in the Linux build dir, therefore the generated .ipk metadata depends on kernel versions like '3.10.49-1-unknown' which are not satisfiable by the kernel meta package in the image. Fix this problem by substituting 'unknown' with the current version magic in include/kernel.mk when packing the SDK. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42590 | ||||
* | sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it | Felix Fietkau | 2014-09-01 | 1 | -2/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42397 | ||||
* | target/sdk: strip host binaries before packing | Felix Fietkau | 2014-03-13 | 1 | -2/+19 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39915 | ||||
* | target/sdk: leave out some unnecessary directories | Felix Fietkau | 2014-03-13 | 1 | -1/+11 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39914 | ||||
* | target/sdk: generate a Config.in file with the settings of the build that ↵ | Felix Fietkau | 2014-03-10 | 1 | -0/+1 |
| | | | | | | | | | | the SDK was generated from This allows make oldconfig/menuconfig to run Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39864 | ||||
* | target/sdk: remove obsolete compatibility makefiles | Felix Fietkau | 2014-03-10 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39863 | ||||
* | target/sdk: remove obsolete exclude line | Felix Fietkau | 2014-03-10 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39861 | ||||
* | target/sdk: remove some unnecessary files | Felix Fietkau | 2014-03-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39859 | ||||
* | target/sdk: add support for building kernel module packages | Felix Fietkau | 2014-03-10 | 1 | -3/+28 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39858 | ||||
* | Fix feeds.conf.default when no SVN info present | Daniel Dickinson | 2012-11-01 | 1 | -2/+3 |
| | | | | SVN-Revision: 34051 | ||||
* | derive system from hostcc to allow building inside a chroot | John Crispin | 2012-08-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 33228 | ||||
* | don't overwrite version.mk, substitute REVISION instead | Jo-Philipp Wich | 2012-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 31271 | ||||
* | make sure .config gets copied as file When using scripts/env, .config is ↵ | Jo-Philipp Wich | 2012-01-28 | 1 | -1/+1 |
| | | | | | | most likely a symbolic link pointing to env/.config. Previously the symbolic link got copied as-is into the SDK tarball, leading to a dangling .config symlink on the target system which prevented the SDK from working. SVN-Revision: 29927 | ||||
* | fix generation for arm platforms Based on patch by Roman Yeryomin ↵ | Jo-Philipp Wich | 2011-09-13 | 1 | -1/+5 |
| | | | | | | <roman@advem.lv> SVN-Revision: 28225 | ||||
* | sdk: fix up paths for $(ARCH_SUFFIX) | Felix Fietkau | 2010-03-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 20254 | ||||
* | do not exclude the share directory for bison and other programs to work (#5629) | Florian Fainelli | 2009-08-09 | 1 | -1/+5 |
| | | | | SVN-Revision: 17198 | ||||
* | now that we support multiple libc, include the gcc version, libc type and ↵ | Florian Fainelli | 2009-06-18 | 1 | -1/+1 |
| | | | | | | libc version in the SDK filename SVN-Revision: 16508 | ||||
* | do not copy all the staging_dir/ directories, only the right toolchain and ↵ | Florian Fainelli | 2009-06-18 | 1 | -1/+1 |
| | | | | | | target directories SVN-Revision: 16507 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | allow SDK to install trunk packages with scripts/feeds & build them, instead ↵ | Nicolas Thill | 2008-09-24 | 1 | -1/+6 |
| | | | | | | of trying to embed precompiled ones (closes: #3097) SVN-Revision: 12689 | ||||
* | add LICENSE & minimal Config.in files (closes: #3710) | Nicolas Thill | 2008-08-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 12367 | ||||
* | add feeds config file to SDK | Nicolas Thill | 2008-08-22 | 1 | -1/+2 |
| | | | | SVN-Revision: 12365 | ||||
* | some more build system cleanup | Felix Fietkau | 2008-08-17 | 1 | -0/+2 |
| | | | | SVN-Revision: 12329 | ||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -14/+19 |
| | | | | SVN-Revision: 9747 | ||||
* | strip -$(KERNEL) from sdk/imagebuilder names | Felix Fietkau | 2007-12-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 9742 | ||||
* | Fix the sdk generation with the new staging_dir layout | Florian Fainelli | 2007-08-27 | 1 | -3/+4 |
| | | | | SVN-Revision: 8503 | ||||
* | fix sdk build | Felix Fietkau | 2007-07-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 7855 | ||||
* | fixes for a few build errors on osx without fink | Felix Fietkau | 2007-04-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 7065 | ||||
* | revert find | xargs => find | exec changes - this is completely unnecessary ↵ | Felix Fietkau | 2007-04-12 | 1 | -2/+2 |
| | | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942 | ||||
* | more [6849] | Mike Baker | 2007-04-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 6850 | ||||
* | Use find -exec instead of xargs | Florian Fainelli | 2007-04-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 6837 | ||||
* | Fix config checks for Image Builder and SDK - only build them when ↵ | Felix Fietkau | 2007-01-14 | 1 | -3/+2 |
| | | | | | | requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. SVN-Revision: 6102 | ||||
* | don't mess with the staging dir too much when building the sdk | Felix Fietkau | 2007-01-10 | 1 | -5/+5 |
| | | | | SVN-Revision: 6070 | ||||
* | leave out the ccache directory when copying the staging dir into the sdk (#843) | Felix Fietkau | 2006-10-14 | 1 | -1/+5 |
| | | | | SVN-Revision: 5081 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+47 |