Skip to content

Commit

Permalink
Remove Oracle UEK linux dependencies.
Browse files Browse the repository at this point in the history
This patch removes any dependency to the Oracle UEK Linux sources since
it can be easily replaced by a standard kernel explicitly pointing to
the exact kernel version, as the toolchain building only requires the
kernel headers.
  • Loading branch information
cupermir committed Feb 7, 2024
1 parent 76758dd commit abc5ad9
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 16 deletions.
2 changes: 0 additions & 2 deletions packages/linux-oracle/4.14.35-2025.400.8/version.desc

This file was deleted.

5 changes: 0 additions & 5 deletions packages/linux-oracle/package.desc

This file was deleted.

2 changes: 1 addition & 1 deletion samples/aarch64-ol7u9-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CT_ARCH_ARM=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol7u9"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_3_10=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_27=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol7-u9-aarch64"
Expand Down
2 changes: 1 addition & 1 deletion samples/aarch64-ol8u6-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_ARM=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol8u6"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6"
Expand Down
2 changes: 1 addition & 1 deletion samples/aarch64-ol8u7-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_ARM=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol8u7"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7"
Expand Down
2 changes: 1 addition & 1 deletion samples/arm-ol7u9-linux-gnueabi/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CT_ARCH_ARM=y
CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="ol7u9"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_3_10=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_27=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol7-u9-arm"
Expand Down
2 changes: 1 addition & 1 deletion samples/arm-ol7u9-linux-gnueabihf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CT_ARCH_ARM=y
CT_ARCH_FLOAT_HW=y
CT_TARGET_VENDOR="ol7u9"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_3_10=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_27=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol7-u9-arm"
Expand Down
2 changes: 1 addition & 1 deletion samples/i686-ol8u6-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_X86=y
CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="ol8u6"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6"
Expand Down
2 changes: 1 addition & 1 deletion samples/i686-ol8u7-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_X86=y
CT_ARCH_ARCH="i686"
CT_TARGET_VENDOR="ol8u7"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7"
Expand Down
2 changes: 1 addition & 1 deletion samples/x86_64-ol8u6-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_X86=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol8u6"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6"
Expand Down
2 changes: 1 addition & 1 deletion samples/x86_64-ol8u7-linux-gnu/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CT_ARCH_X86=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol8u7"
CT_KERNEL_LINUX=y
CT_LINUX_USE_ORACLE=y
CT_LINUX_V_4_18=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_V_2_30=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7"
Expand Down

0 comments on commit abc5ad9

Please sign in to comment.