- Dec 02, 2016
-
-
Jo-Philipp Wich authored
Change getver.sh to append a short Git commit hash to the end of the artifical revision number. This way we still have order- and comparable commit numbers but also a direct relation to the Git commit. The new output format will look like "r2400+2-882472e" for dirty trees or like "r2402-882472e" for clean ones. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Nov 30, 2016
-
-
Mathias Kresin authored
The SDK Makefile still trys to copy the docs folder which was removed with 882f4d2d. This causes an SDK build error. All other removals are just cleanup. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Nov 21, 2016
-
-
Rafał Miłecki authored
If something goes wrong and script can't find upstream revision it will return something like: r2220 which looks like a valid upstream revision 2220. We cant' distinguish it from e.g. 2200 upstream commits and 20 local ones. The new format still provides revision number but also points clearly that is may be not the upstream one: r0+2220 Signed-off-by:
Rafał Miłecki <rafal@milecki.pl> Acked-by:
John Crispin < <john@phrozen.org>
-
- Nov 08, 2016
-
-
Rafał Miłecki authored
It provides simpler output so we don't need extra head and cut commands. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
So far we were displaying "local" which could be misinterpreted. It wasn't possible e.g. to say if src-link feed was initialized or not. Hopefully "X" makes (a bit) more sense. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Nov 03, 2016
-
-
Rafał Miłecki authored
It's always hard to find a reasonable width that will make everyone happy. This one at least makes "telephony" (one of default feeds) name fit the column and hopefully isn't too big. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Nov 02, 2016
-
-
Jo-Philipp Wich authored
So far, package-metadata.pl always considered the first provider of a virtual package to be the default variant which might deviate from what buildroot considers to be the default. Change the Kconfig dependency / select code generation for virtual package providers to consider the DEFAULT_VARIANT to be the primary provider and only fall back to the first provider if no default variant was explicitely tagged. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Currently the code emitting dependencies for provide candidates is overwriting the specification calculated by the previous conditional dependency handling code, rendering dependencies on virtual PROVIDES packages in conjunction with conditional dependencies unusable. Instead of overwriting, append the PROVIDES dependency spec in order to fix using DEPENDS on virtual provider packages in conjunction with conditions. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Oct 15, 2016
-
-
Daniel Engberg authored
This is outdated and bad practice, general dependencies should be documented and leave the rest up to the user. Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Karl Palsson authored
When selecting devices from the Target Devices menu, the brand choices of naming makes it confusing to find particular devices by name, as the sorting is case sensitve. AirTight came after ALFA, and devolo and jjPlus both came after Zyxel. This does _not_ apply to the Target Profile list, as that includes "Default - all profiles" inside the profile list. Signed-off-by:
Karl Palsson <karlp@etactica.com>
-
Karl Palsson authored
TARGET_MULTI_PROFILE and TARGET_PER_DEVICE_ROOTFS get some help text to try and clarify their behaviour. Signed-off-by:
Karl Palsson <karlp@etactica.com>
-
Zefir Kurtisi authored
If core packages are overridden, CONFIG_OVERRIDE_PKGS is set based on the scan order of packages, which eventually causes that config value to be modified on each build and with that causes the build process to warn for configuration being out of sync. This commit changes the CONFIG_OVERRIDE_PKGS to be sorted and prevents that false warning. Signed-off-by:
Zefir Kurtisi <zefir.kurtisi@neratec.com>
-
- Oct 06, 2016
-
-
Mathias Kresin authored
diffconfig show packages selected as dependencies of TARGET_PER_DEVICE_ROOTFS as individual selected. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Sep 24, 2016
-
-
Matthias Schiffer authored
Add a new option to each device in multi-profile mode, allowing to provide a list of packages to add or remove. In case of added packages, the user must take care that these are selected to be built. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Sep 23, 2016
-
-
Matthias Schiffer authored
Dependencies on purely virtual packages (satisfied by PROVIDES) that were not using "selects" ("+" flag) would be prepended with the prefix "PACKAGE_" twice, breaking the first alternative. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Aug 31, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Aug 15, 2016
-
-
Jo-Philipp Wich authored
Move the "which svn" and "which git" calls next to the timestamp commands using those tools to not prematurely fail on systems where svn or git are not present. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Aug 11, 2016
-
-
Matteo Croce authored
9pfs is used by kvm to share files between host and guest, add proper config option to enable it. Signed-off-by:
Matteo Croce <matteo.croce@canonical.com>
-
- Aug 03, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Aug 01, 2016
-
-
Hauke Mehrtens authored
Fix the scripts/remote-gdb script when CONFIG_BUILD_SUFFIX is set. CONFIG_BUILD_SUFFIX extends the name of the folder build_dir/target* Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Jul 29, 2016
-
-
Jo-Philipp Wich authored
Now that the "sysupgrade-nand" step is used by non-NAND targets as well, rename it to "sysupgrade-tar" to make it more generic. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jul 16, 2016
-
-
Jonas Gorski authored
Older git versions seem output the original argument to stdout if there is no upstream, presumably because they try to do things with it internally. This can be prevented by passing --verify to it, which should be safe on newer git versions. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Jul 14, 2016
-
-
Felix Fietkau authored
It may not be present when cloning a staging tree or another fork Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jul 13, 2016
-
-
Jonas Gorski authored
The revision to hash conversion was missed when fixing up the script. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Jonas Gorski authored
Instead of assuming master is the current branch and origin the right upstream, try to get both dynamically. If the current branch is not tracking any upstream, use the origin of the master branch. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Jul 09, 2016
-
-
Felix Fietkau authored
Strip leading whitespace from wc -l output Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Jonas Gorski authored
This is not a valid option in older git version, used in e.g. RHEL6. Reported-by:
Steven Haigh <netwiz@crc.id.au> Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Jonas Gorski authored
Change the revision output to r<upstream-revision>+<local commits> so it is easier to get the base revision (and see if there are local commits). Example: $ ./scripts/getver.sh r794+3 $ Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Jonas Gorski authored
Add code allowing easy conversion between git commit ids and revisions. Example: $ ./scripts/getver.sh r792 $ ./scripts/getver.sh r123 b7fc892e $ ./scrpts/getver.sh b7fc892e r123 Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Jonas Gorski authored
Use git rev-list --count to get the revision number. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Jul 07, 2016
-
-
Felix Fietkau authored
Instead of ignoring all metadata for package/kernel/linux, process it and only suppress emitting config data to tmp/.config-package.in This ensures that packages that select kmod-* packages can inherit their depdendencies. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Fixes FS#43 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jul 05, 2016
-
-
Sergey Sergeev authored
This patch adds support of Mikrotik yaffs2 filesystem image for kernel file and tools/kernel2minor package. We neede this to boot kernel through RouterBoot on new Mikrotik NOR flash devices. Signed-off-by:
Sergey Sergeev <adron@yapic.net>
-
Daniel Dickinson authored
When using scripts/feeds upgrade the .config needs to be updated but the code to do so was also autocreating a .config if one didn't exist. This is counter-productive when you have not yet used menuconfig (or other config targets) because things like selecting or deselecting CONFIG_ALL (to build all package by default) only works if the package selection has not already been done via an existing .config selection. Signed-off-by:
Daniel Dickinson <lede@daniel.thecshore.com>
-
- Jun 15, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Jun 13, 2016
-
-
John Crispin authored
this causes KALLSYMS to be off by default Signed-off-by:
John Crispin <john@phrozen.org>
-
- Jun 07, 2016
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-