From 209666c7dde955fe84376892c5ef2b882dfc80d4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 9 Jul 2015 09:51:35 +0200 Subject: [PATCH] linux-sysmocom: Document upgrade issue with the kernel The reverse dependency appears broken. Add a comment to the recipes to warn us when updating. The issue does not appear to exist in master of Yocto. Related: SYS#1353 --- recipes-bsp/linux/linux-sysmocom_3.2.bb | 3 +++ recipes-bsp/linux/linux-sysmocom_git.bb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/recipes-bsp/linux/linux-sysmocom_3.2.bb b/recipes-bsp/linux/linux-sysmocom_3.2.bb index d9f11c6..4d9faae 100644 --- a/recipes-bsp/linux/linux-sysmocom_3.2.bb +++ b/recipes-bsp/linux/linux-sysmocom_3.2.bb @@ -4,6 +4,9 @@ require linux-sysmocom.inc LINUX_VERSION ?= "3.2.69" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" +# ATTENTION: Update linux-backports PR on version change. In Dora the +# reverse dependency tracking for the kernel doesn't appear to work. So +# please bump the PR on version changes! SRCREV = "d1a5b8e2ddc3a74c6d81d85a106cb0c33cd7688b" BRANCH = "sob-odu/linux-3.2.69" diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index f351bd8..37be276 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -3,6 +3,9 @@ require linux-sysmocom.inc DEPENDS += "bc-native" +# ATTENTION: Update linux-backports PR on version change. In Dora the +# reverse dependency tracking for the kernel doesn't appear to work. So +# please bump the PR on version changes! # at versions changes do not forget to update conf/machine/include/sysmobts.inc too LINUX_VERSION ?= "3.10.80" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"