Create scc & preempt-rt cfg files to support preempt-rt kernel. Signed-off-by: Xulin Sun <[email protected]> --- bsp/ti-j72xx/ti-j72xx-preempt-rt.cfg | 15 +++++++++++++++ bsp/ti-j72xx/ti-j72xx-preempt-rt.scc | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 bsp/ti-j72xx/ti-j72xx-preempt-rt.cfg create mode 100755 bsp/ti-j72xx/ti-j72xx-preempt-rt.scc
diff --git a/bsp/ti-j72xx/ti-j72xx-preempt-rt.cfg b/bsp/ti-j72xx/ti-j72xx-preempt-rt.cfg new file mode 100644 index 00000000..5e391571 --- /dev/null +++ b/bsp/ti-j72xx/ti-j72xx-preempt-rt.cfg @@ -0,0 +1,15 @@ +.......................................................................... +. WARNING +. +. This file is a kernel configuration fragment, and not a full kernel +. configuration file. The final kernel configuration is made up of +. an assembly of processed fragments, each of which is designed to +. capture a specific part of the final configuration (e.g. platform +. configuration, feature configuration, and board specific hardware +. configuration). For more information on kernel configuration, please +. consult the product documentation. +. +.......................................................................... + +# CONFIG_TRANSPARENT_HUGEPAGE is not set +# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set diff --git a/bsp/ti-j72xx/ti-j72xx-preempt-rt.scc b/bsp/ti-j72xx/ti-j72xx-preempt-rt.scc new file mode 100755 index 00000000..9ac678bb --- /dev/null +++ b/bsp/ti-j72xx/ti-j72xx-preempt-rt.scc @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +define KMACHINE ti-j72xx +define KTYPE preempt-rt +define KARCH arm64 + +include ktypes/preempt-rt +branch ti-j72xx + +include ti-j72xx.scc +kconf hardware ti-j72xx-preempt-rt.cfg -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10893): https://lists.yoctoproject.org/g/linux-yocto/message/10893 Mute This Topic: https://lists.yoctoproject.org/mt/88736220/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
