summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-11-04 16:18:39 +0100
committerMing Liu <ming.liu@toradex.com>2020-11-12 18:11:12 +0100
commit97293f4ae7511e58c815715994cc7f4eabdf6d49 (patch)
tree0e3814c7ac7f04cc0b47d9a101cc30cf9c2c53d0 /recipes-kernel
parentf5f752d9d7b8a684b1afaccb41eb6a6f6c8c2c08 (diff)
linux-toradex: drop a _append override
Drop a '_append' override when setting SUMMARY for preempt-rt, to avoid being redundant. Related-to: TOR-1354 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
index 17f665d..fd461dc 100644
--- a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
+++ b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules"
-SUMMARY_append_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"
+SUMMARY_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"