Skip to content

Commit

Permalink
add sonic utilities into buildimage (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Jan 5, 2017
1 parent 0252d78 commit c19a259
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@
[submodule "src/ptf"]
path = src/ptf
url = https://github.com/p4lang/ptf.git
[submodule "src/sonic-utilities"]
path = src/sonic-utilities
url = https://github.com/Azure/sonic-utilities
5 changes: 5 additions & 0 deletions rules/sonic-utilities.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# sonic utilities package

SONIC_UTILS = sonic-utilities_0.1_amd64.deb
$(SONIC_UTILS)_SRC_PATH = $(SRC_PATH)/sonic-utilities
SONIC_DPKG_DEBS += $(SONIC_UTILS)
1 change: 1 addition & 0 deletions src/sonic-utilities
Submodule sonic-utilities added at a3f98c

0 comments on commit c19a259

Please sign in to comment.