Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Retire old scripts for handling patches | Alexey Neyman | 2017-12-02 | 3 | -264/+0 | |
| | | | | | | | | | | | | Also rename test-packages -> manage-packages, it is no longer just testing. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Add an ability to refresh/renumber patches | Alexey Neyman | 2017-12-02 | 1 | -3/+63 | |
|/ | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #869 from stilor/show-samples | Alexey Neyman | 2017-11-29 | 61 | -485/+352 | |
|\ | | | | | Support custom packages in show-config | |||||
| * | Make comp.libs use generated templates, too | Alexey Neyman | 2017-11-29 | 54 | -272/+236 | |
| | | | | | | | | | | | | | | | | This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Align script names with the ct-ng commands | Alexey Neyman | 2017-11-19 | 4 | -6/+6 | |
| | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | showConfig.sh no longer has anything substituted | Alexey Neyman | 2017-11-19 | 3 | -4/+1 | |
| | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Retire wiki-printer | Alexey Neyman | 2017-11-19 | 2 | -139/+39 | |
| | | | | | | | | | | | | It is not used anymore and is currently broken. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | A few fixes for showSamples | Alexey Neyman | 2017-11-19 | 5 | -86/+61 | |
| | | | | | | | | | | | | | | | | - Use fork's name, not the master package name - Allow to use a choice selector when printing a package - Consider complibs always present (they are, gcc does require gmp/...) Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | scripts/showSamples.sh: support custom package versions | Sergey Korolev | 2017-11-19 | 1 | -31/+40 | |
| | | | | | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com> | |||||
| * | scripts/functions: add CT_GetPkgBuildVersion | Sergey Korolev | 2017-11-19 | 1 | -0/+22 | |
| | | | | | | | | | | | | This allows to get a configured custom version of a package. Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com> | |||||
* | | Merge pull request #871 from ksergeyv/gcc-patches | Alexey Neyman | 2017-11-28 | 10 | -70/+68 | |
|\ \ | |/ |/| | fix offsets of gcc 7.2.0 patches | |||||
| * | gcc 7.2.0: fix 977-crystax.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -2/+2 | |
| | | ||||||
| * | gcc 7.2.0: fix 975-crystax.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | gcc 7.2.0: fix 973-crystax.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | gcc 7.2.0: fix 972-crystax.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -18/+18 | |
| | | ||||||
| * | gcc 7.2.0: fix 970-crystax.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -35/+33 | |
| | | ||||||
| * | gcc 7.2.0: fix 952-bionic-errno.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | gcc 7.2.0: fix 891-fix-m68k-uclinux.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | gcc 7.2.0: fix 860-cilk-wchar.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -4/+4 | |
| | | ||||||
| * | gcc 7.2.0: fix 810-arm-softfloat-libgcc.patch offsets | Sergey Korolev | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | gcc 7.2.0: fix ↵ | Sergey Korolev | 2017-11-27 | 1 | -6/+6 | |
| | | | | | | | | 370-gcc-plugin-Win-Dont-need-undefined-extern-var-refs-nor-fpic.patch offsets | |||||
* | | Merge pull request #868 from frantony/riscv | Alexey Neyman | 2017-11-19 | 4 | -0/+23 | |
|\ \ | | | | | | | add RISC-V architecture support | |||||
| * | | add a bare metal RISC-V sample | Antony Pavlov | 2017-11-19 | 2 | -0/+8 | |
| | | | | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> | |||||
| * | | add RISC-V architecture support | Antony Pavlov | 2017-11-19 | 2 | -0/+15 | |
|/ / | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> | |||||
* | | Merge pull request #863 from ksergeyv/master | Alexey Neyman | 2017-11-12 | 1 | -6/+5 | |
|\| | | | | | showSamples.sh: update outdated variables | |||||
| * | showSamples.sh: fix description of a selected tool set | Sergey Korolev | 2017-11-12 | 1 | -5/+4 | |
| | | | | | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com> | |||||
| * | showSamples.sh: fix uClibc-ng detection | Sergey Korolev | 2017-11-12 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com> | |||||
* | | Merge pull request #862 from ksergeyv/master | Alexey Neyman | 2017-11-11 | 1 | -2/+2 | |
|\| | | | | | use ${CT_${cc}_VERSION} to show a compiler version | |||||
| * | use ${CT_${cc}_VERSION} to show a compiler version | Sergey Korolev | 2017-11-11 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com> | |||||
* | Merge pull request #855 from stilor/issue-770 | Alexey Neyman | 2017-11-04 | 1 | -39/+228 | |
|\ | | | | | Include Makefile.in in gettext 0.19.8.1 patch | |||||
| * | Include Makefile.in in gettext 0.19.8.1 patch | Alexey Neyman | 2017-11-04 | 1 | -39/+228 | |
|/ | | | | | | | | Otherwise, make tries to rebuild it and fails. Fixes #770. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #850 from stilor/upgrades | Alexey Neyman | 2017-10-23 | 77 | -709/+76 | |
|\ | | | | | Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, Linux | |||||
| * | Upgrades: gcc 5.5, gdb 8.0.1, musl 1.1.17, Linux | Alexey Neyman | 2017-10-23 | 77 | -709/+76 | |
|/ | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #847 from stilor/master | Alexey Neyman | 2017-10-20 | 1 | -1/+5 | |
|\ | | | | | When handling overlay, move rather than symlink | |||||
| * | When handling overlay, move rather than symlink | Alexey Neyman | 2017-10-20 | 1 | -1/+5 | |
|/ | | | | | | | | ... as 'tar' does not follow symlink, rather creating a new directory instead. Fixes #846. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #841 from bhundven/update_binutils_2_29_1 | Alexey Neyman | 2017-10-05 | 12 | -12/+16 | |
|\ | | | | | [binutils] Add 2.29.1 | |||||
| * | [binutils] remove 2.29 | Bryan Hundven | 2017-10-05 | 11 | -624/+0 | |
| | | | | | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> | |||||
| * | [binutils] Add 2.29.1 | Bryan Hundven | 2017-10-05 | 11 | -0/+628 | |
|/ | | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> | |||||
* | Merge pull request #839 from stilor/glibc-local-build-fail | Alexey Neyman | 2017-10-01 | 1 | -21/+18 | |
|\ | | | | | Do not change {pkg}_VERSION | |||||
| * | Do not change {pkg}_VERSION | Alexey Neyman | 2017-10-01 | 1 | -21/+18 | |
|/ | | | | | | | | Instead, use new variable ${pkg_dir} to locate auxiliary files. Fixes #838. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #837 from stilor/download-verify | Alexey Neyman | 2017-09-30 | 254 | -66/+1934 | |
|\ | | | | | Verification of the downloads | |||||
| * | Add -D__GLIBC__ to target CFLAGS | Alexey Neyman | 2017-09-30 | 7 | -17/+45 | |
| | | | | | | | | | | | | | | | | ... when using musl to compile strace. Also, honor CT_TARGET_CFLAGS in scripts compiling target libs/binaries. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Strace 4.19 needs a patch for uClibc | Alexey Neyman | 2017-09-30 | 1 | -0/+34 | |
| | | | | | | | | | | | | Taken from upstream. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | expat 2.2.4 dropped INSTALL_ROOT | Alexey Neyman | 2017-09-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | ... in favor of its alias, DESTDIR. Before, it supported both. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Add digests for all packages | Alexey Neyman | 2017-09-29 | 209 | -12/+1578 | |
| | | | | | | | | | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Upgrade expat, mpfr, newlib, strace, linux | Alexey Neyman | 2017-09-27 | 14 | -0/+0 | |
| | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Add an ability to download signatures from test-packages.sh | Alexey Neyman | 2017-09-27 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
| * | Add an ability to verify the digest/signature | Alexey Neyman | 2017-09-27 | 27 | -48/+280 | |
|/ | | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net> | |||||
* | Merge pull request #834 from stilor/xtensa-fix-linaro | Alexey Neyman | 2017-09-23 | 64 | -973/+167 | |
|\ | | | | | Xtensa fix for Linaro releases | |||||
| * | Update gcc-linaro to 2017.08 | Alexey Neyman | 2017-09-16 | 61 | -973/+12 | |
| | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net> |