mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
can-utils: rrecommend iproute2 to make it possible to configure can interfaces
This replicates the fix from canutils.bb, for the same issue. See the link
in the comment for details.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 020b87add3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
772157bb57
commit
62a8dfa754
@@ -45,3 +45,8 @@ ALTERNATIVE_${PN} = "candump cansend cansequence"
|
||||
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
|
||||
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
|
||||
ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
|
||||
|
||||
# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
|
||||
# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
|
||||
RRECOMMENDS:${PN} += "iproute2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user