From b4191b23a8411e508796fe6c110fdc3b05d94e69 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 2 Feb 2022 14:26:22 -0800 Subject: Update tic6x sample Restrict kernel to 5.11 and below (support for this arch has been dropped in 5.12); rename the sample to match its name as printed by `ct-ng show-tuple` (otherwise, `make saveconfig` does not update the sample's configuration). Signed-off-by: Alexey Neyman --- samples/tic6x-uclinux-uclibc/crosstool.config | 14 -------------- samples/tic6x-uclinux-uclibc/reported.by | 3 --- samples/tic6x-uclinux/crosstool.config | 12 ++++++++++++ samples/tic6x-uclinux/reported.by | 3 +++ 4 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 samples/tic6x-uclinux-uclibc/crosstool.config delete mode 100644 samples/tic6x-uclinux-uclibc/reported.by create mode 100644 samples/tic6x-uclinux/crosstool.config create mode 100644 samples/tic6x-uclinux/reported.by (limited to 'samples') diff --git a/samples/tic6x-uclinux-uclibc/crosstool.config b/samples/tic6x-uclinux-uclibc/crosstool.config deleted file mode 100644 index cd4af2c5..00000000 --- a/samples/tic6x-uclinux-uclibc/crosstool.config +++ /dev/null @@ -1,14 +0,0 @@ -CT_CONFIG_VERSION="3" -CT_EXPERIMENTAL=y -CT_ARCH_C6X=y -CT_OMIT_TARGET_VENDOR=y -CT_KERNEL_LINUX=y -CT_MULTILIB=y -CT_LIBC_UCLIBC=y -CT_THREADS="linuxthreads" -CT_UCLIBC_NG_DEVEL_VCS_git=y -CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git" -CT_ARCH_BINFMT_FDPIC=y -CT_CC_LANG_CXX=y -CT_ARCH_ENDIAN="little" - diff --git a/samples/tic6x-uclinux-uclibc/reported.by b/samples/tic6x-uclinux-uclibc/reported.by deleted file mode 100644 index e51f6949..00000000 --- a/samples/tic6x-uclinux-uclibc/reported.by +++ /dev/null @@ -1,3 +0,0 @@ -reporter_name="Dan Tejada " -reporter_url="https://www.cantada.com/" -reporter_comment="Tested with uclibc and linux kernel from http://linux-c6x.org" diff --git a/samples/tic6x-uclinux/crosstool.config b/samples/tic6x-uclinux/crosstool.config new file mode 100644 index 00000000..614c39a2 --- /dev/null +++ b/samples/tic6x-uclinux/crosstool.config @@ -0,0 +1,12 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_C6X=y +CT_OMIT_TARGET_VENDOR=y +CT_MULTILIB=y +CT_KERNEL_LINUX=y +CT_ARCH_BINFMT_FDPIC=y +CT_LIBC_UCLIBC_NG=y +CT_UCLIBC_NG_SRC_DEVEL=y +CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git" +CT_THREADS_LT=y +CT_CC_LANG_CXX=y diff --git a/samples/tic6x-uclinux/reported.by b/samples/tic6x-uclinux/reported.by new file mode 100644 index 00000000..e51f6949 --- /dev/null +++ b/samples/tic6x-uclinux/reported.by @@ -0,0 +1,3 @@ +reporter_name="Dan Tejada " +reporter_url="https://www.cantada.com/" +reporter_comment="Tested with uclibc and linux kernel from http://linux-c6x.org" -- cgit v1.2.3