Adding onos_stage.py and onos_feature.py for feature generation and onos-package

Change-Id: I67cb1ec9c09a194c41707ff55121dcdc54e3e4ea
diff --git a/buck-tools/BUCK b/buck-tools/BUCK
index 1b8e549..e94358f 100644
--- a/buck-tools/BUCK
+++ b/buck-tools/BUCK
@@ -19,6 +19,19 @@
   visibility = ['PUBLIC'],
 )
 
+python_binary(
+  name = 'onos-stage',
+  main = 'onos_stage.py',
+  deps = [],
+  visibility = ['PUBLIC'],
+)
+
+python_binary(
+  name = 'onos-feature',
+  main = 'onos_feature.py',
+  deps = [],
+  visibility = ['PUBLIC'],
+)
 
 python_binary(
   name = 'pack_war',