Adding OpenConfig YANG models.
Change-Id: I0a2fdd5826e80933cf4b9ae939ff3051acec02aa
diff --git a/providers/openflow/app/BUCK b/providers/openflow/app/BUCK
index bcef496..958004c 100644
--- a/providers/openflow/app/BUCK
+++ b/providers/openflow/app/BUCK
@@ -9,7 +9,8 @@
title = 'OpenFlow Provider Suite',
category = 'Provider',
url = 'http://onosproject.org',
- description = 'Suite of the OpenFlow base providers bundled together with ARP/NDP host location provider and LLDP link provider.',
+ description = 'Suite of the OpenFlow base providers bundled together with ARP/NDP host ' +
+ 'location provider and LLDP link provider.',
included_bundles = [ '//utils/osgi:onlab-osgi' ], # FIXME to allow hollow oar files
required_apps = APPS,
)
diff --git a/providers/openflow/base/BUCK b/providers/openflow/base/BUCK
index 0a3b869..a973d06 100644
--- a/providers/openflow/base/BUCK
+++ b/providers/openflow/base/BUCK
@@ -18,7 +18,8 @@
title = 'OpenFlow Base Provider',
category = 'Provider',
url = 'http://onosproject.org',
- description = 'Provides the base suite of device, flow and packet providers that rely OpenFlow protocol to interact with network devices.',
+ description = 'Provides the base suite of device, flow and packet providers that rely on the ' +
+ 'OpenFlow protocol to interact with network devices.',
included_bundles = BUNDLES,
required_apps = APPS,
)