iproute2: add bbappend for supporting tipc tool

The tipcutils 2.2 removed the tipc-config tool and recommended to use
the new configuration tool named "tipc" in iproute2 package for
configuring the tipc, which utilizes the new tipc netlink kernel API.

We supported tipc in iproute2 with PACKAGECONFIG in oe-core commit
944ef0de241de77429ab0e5cb1dd4a7f355cf3fd

Add iproute2 bbappend to enable tipc for tipcutils.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Yi Zhao 2017-08-17 14:40:14 +08:00 committed by Martin Jansa
parent 8acf5ce943
commit eb8994f44a

View File

@ -0,0 +1,2 @@
# For tipcutils
PACKAGECONFIG_append = " tipc"