BigW Consortium Gitlab

Commit 1166d736 by David Frey

Remove kernel mod dependency bug workaround

Prior to Legato 18.07.0, there was bug (LE-10550) in Legato which caused the supervisor to get stuck in an infinite loop if two different mdefs included in a system depended on the same mdef. As a workaround the dependency of bmp280.mdef on iio-kfifo-buf.mdef was commented out. Now that this bug is resolved, the dependency can be restored.
parent 0f32c807
...@@ -14,14 +14,8 @@ requires: ...@@ -14,14 +14,8 @@ requires:
{ {
kernelModules: kernelModules:
{ {
/*
* Due to a Legato bug in 18.05.1, this dependency has been
* temporarily disabled. It should be added back when the bug is
* fixed. The bug relates to modules that are depended on
* multiple times.
*/
#if ${MANGOH_KERNEL_LACKS_IIO} = 1 #if ${MANGOH_KERNEL_LACKS_IIO} = 1
//$CURDIR/../iio/iio-kfifo-buf $CURDIR/../iio/iio-kfifo-buf
#endif // MANGOH_KERNEL_LACKS_IIO #endif // MANGOH_KERNEL_LACKS_IIO
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment