summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-08 17:54:53 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:57 (GMT)
commit9d91f44bc8d973d40b1cd972464a7fd93bddfe35 (patch)
tree9b4f8e959d67025015e118663c37d8086dc97a1c /scripts
parentaf479f10530a53861eae1f8a144e87cb012f708f (diff)
Separate the notions of package name/label
Also, remove resolved TBDs. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/binutils/binutils.sh1
-rw-r--r--scripts/build/debug/300-gdb.sh1
-rw-r--r--scripts/build/libc/newlib.sh1
-rw-r--r--scripts/upgrade.sed2
4 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh
index d229a53..8fb51b8 100644
--- a/scripts/build/binutils/binutils.sh
+++ b/scripts/build/binutils/binutils.sh
@@ -12,7 +12,6 @@ do_binutils_get() {
# Extract binutils
do_binutils_extract() {
- # TBD handle xtensa overlays in CT_ExtractPatch
CT_ExtractPatch BINUTILS
if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
CT_ExtractPatch ELF2FLT
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index cdc7047..19d9d6d 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -5,7 +5,6 @@ do_debug_gdb_get() {
}
do_debug_gdb_extract() {
- # TBD xtensa overlays
CT_ExtractPatch GDB
}
diff --git a/scripts/build/libc/newlib.sh b/scripts/build/libc/newlib.sh
index 05f9830..5c4a356 100644
--- a/scripts/build/libc/newlib.sh
+++ b/scripts/build/libc/newlib.sh
@@ -10,7 +10,6 @@ do_libc_get() {
}
do_libc_extract() {
- # TBD xtensa overlays
CT_ExtractPatch NEWLIB
}
diff --git a/scripts/upgrade.sed b/scripts/upgrade.sed
index 2a05192..995b804 100644
--- a/scripts/upgrade.sed
+++ b/scripts/upgrade.sed
@@ -19,8 +19,6 @@ s/\<CT_LIBC_MUSL_V_/CT_MUSL_V_/g
s/\<CT_LIBC_NEWLIB_V_/CT_NEWLIB_V_/g
s/\<CT_LIBC_UCLIBC_NG_V_/CT_UCLIBC_NG_V_/g
-# TBD add some way to ignore fast-changing parts, such as patchlevel in Linux or patchdate in newlib?
-
# Special cases that need manual intervention (require setting of supporting options)
s/\<CT_LIBC_UCLIBC_V_.*/# [&] not handled by upgrade script, use menuconfig./w/dev/stderr
s/\<CT_[A-Za-z0-9_]*_SHOW_LINARO.*/# [&] not handled by upgrade script, use menuconfig./w/dev/stderr