DRAFT [ubuntu-bionic] [thud] ros-distro-platform-preferred-versions.inc: linux-raspberrypi P_V=4.14%

This commit is contained in:
Herb Kuta 2019-06-20 19:03:52 -07:00
parent deffafc3ba
commit 5d31b48f9e
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
# Set PREFERRED_VERSION_<PN> here for platform packages for which the layers provide multiple versions. # Set PREFERRED_VERSION_<PN> here for platform packages for which the layers provide multiple versions.
PREFERRED_VERSION_cppunit ?= "1.14.0" PREFERRED_VERSION_cppunit ?= "1.14.0"
PREFERRED_VERSION_linux-raspberrypi ?= "4.4%" # Ubuntu bionic has v4.15, but meta-raspberrypi thud only provides v4.9 and v4.14 => select the latter as the former is more
# likely to be missing something that other components expect to be present.
PREFERRED_VERSION_linux-raspberrypi ?= "4.14%"
# Match kernel version of raspberrypi. # Match kernel version of raspberrypi.
PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_VERSION_linux-yocto ?= "4.4%"
PREFERRED_VERSION_opencv ?= "3.2%" PREFERRED_VERSION_opencv ?= "3.2%"