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
This commit is contained in:
Holger Hans Peter Freyther 2015-07-09 09:51:35 +02:00
parent 9cef909c82
commit 209666c7dd
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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}"