summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSigned-off-by: Ming Liu <ming.liu@toradex.com>2020-10-14 18:34:45 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 19:04:54 +0200
commit41d7c14ae8c1c84079826dcda79144595375d698 (patch)
treeeeaae3f6b3d4329300cbcb0f2016673694c2f009
parentb506adfead3cf1888806096665353eabca3b4009 (diff)
linux-toradex: set 'name=machine' for kernel repository
To match SRCREV_FORMAT, we need let kernel and kmeta all have a name, or else it will end up with a invalid PV. Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 9223a9243f1b8ad7077467f41f03bfdbf70badf9)
-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 e1b2e61..15fca06 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
@@ -14,7 +14,7 @@ SUMMARY_append_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX b
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRC_URI = " \
- git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
+ git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH};name=machine \
"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)