[oe] [meta-oe][PATCH 1/2] iproute2: add bbappend for supporting tipc tool

Yi Zhao yi.zhao at windriver.com
Thu Aug 17 06:40:14 UTC 2017


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 at windriver.com>
---
 meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend

diff --git a/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
new file mode 100644
index 0000000..0869f7f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iproute2/iproute2_%.bbappend
@@ -0,0 +1,2 @@
+# For tipcutils
+PACKAGECONFIG_append = " tipc"
-- 
2.7.4




More information about the Openembedded-devel mailing list