Skip to content

Commit

Permalink
Simplify the pipeline tarball
Browse files Browse the repository at this point in the history
remove unnecessary files
  • Loading branch information
Yi Tseng committed Jun 29, 2020
1 parent c7d0bac commit 8e9383b
Show file tree
Hide file tree
Showing 17 changed files with 200,771 additions and 1 deletion.
2 changes: 1 addition & 1 deletion p4src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function do_p4c() {

# New pipeline format which uses tar bal
mkdir -p "${DEST_DIR}/stratum_bfrt/${pltf}"
tar cf "pipeline.tar.bz2" -C "${P4C_OUT}/${pltf}" .
tar cf "pipeline.tar.bz2" -C "${DEST_DIR}/stratum_bf/${pltf}" .
mv "pipeline.tar.bz2" "${DEST_DIR}/stratum_bfrt/${pltf}/"
cp "${P4C_OUT}/${pltf}/p4info.txt" "${DEST_DIR}/stratum_bfrt/${pltf}/"
echo "${cpu_port}" > "${DEST_DIR}/stratum_bfrt/${pltf}/cpu_port.txt"
Expand Down
Loading

0 comments on commit 8e9383b

Please sign in to comment.