summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_template.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 16:53:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 16:53:53 +0200
commit4e8ea1703cad595f3136f0d48ae93de73a180c40 (patch)
tree54e976bd4d210ad0e4e87e14651cbc05aed77faf /scripts/lib/ptxd_lib_template.sh
parent264332bb49fa7916fac1f0ba49602f74a7145769 (diff)
downloadptxdist-4e8ea1703cad595f3136f0d48ae93de73a180c40.tar.gz
ptxdist-4e8ea1703cad595f3136f0d48ae93de73a180c40.tar.xz
remove obsolete and broken klibc/initramfs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_lib_template.sh')
-rw-r--r--scripts/lib/ptxd_lib_template.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index 68c614218..fe18aa6d5 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -299,16 +299,6 @@ export -f ptxd_template_new_cross
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="cross"
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create cross development package"
-ptxd_template_new_klibc() {
- ptxd_template_setup_class KLIBC_ &&
- ptxd_template_read_remote_existing &&
- ptxd_template_write_rules
-}
-export -f ptxd_template_new_klibc
-ptxd_template_help_list[${#ptxd_template_help_list[@]}]="klibc"
-ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create package for initramfs built against klibc"
-ptxd_template_help_list[${#ptxd_template_help_list[@]}]=""
-
ptxd_template_new_src_autoconf_lib() {
ptxd_template_autoconf_base
}