Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/bmv2/BUCK b/drivers/bmv2/BUCK
index 30ee2ab..8938d7a 100644
--- a/drivers/bmv2/BUCK
+++ b/drivers/bmv2/BUCK
@@ -22,10 +22,10 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.bmv2',
-    title = 'BMv2 Device Drivers',
+    title = 'BMv2 Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS BMv2 device drivers application.',
+    description = 'Adds support for BMv2 P4 devices.',
     included_bundles = BUNDLES,
     required_apps = [
         'org.onosproject.generaldeviceprovider',