Browse Source
"src_files" replaces the "cp -pr ${SRC}/nfv-* ${PKG_BUILD_ROOT}/" of dl_hook. Test Plan: Pass: successfully build test Story: 2009101 Task: 43392 Signed-off-by: Yue Tao <yue.tao@windriver.com> Change-Id: I7aaaba92f50bba2355a4e1766dac90eed745731bchanges/89/820989/1
2 changed files with 9 additions and 12 deletions
@ -1,11 +0,0 @@
|
||||
#!/bin/bash |
||||
set -x |
||||
|
||||
PKG_BUILD_NAME=$1 |
||||
PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME}) |
||||
STX_BASE=$(realpath ${MY_REPO}/stx) |
||||
SRC=$(realpath ${STX_BASE}/nfv/nfv) |
||||
|
||||
mkdir ${PKG_BUILD_NAME} |
||||
pushd ${PKG_BUILD_NAME} |
||||
cp -pr ${SRC}/nfv-* ${PKG_BUILD_ROOT}/ |
Loading…
Reference in new issue