patch_build.sh fails with path errors
The patch_build script fails as the paths for release-info.inc and patch_build are incorrect. With commit d566e09 (Story 2002801) the patch scripts were relocated from stx-utils to stx-update. Various paths in the scripts were not updated to reflect their new locations. This change corrects those paths. Change-Id: I6ebe57476f01d6ae68312bf98e8a706047d4a695 Signed-off-by: David Sullivan <david.sullivan@windriver.com> Story: 2003449 Task: 24652
This commit is contained in:
parent
f39c0c79ad
commit
c3cf35e1ee
@ -4,7 +4,7 @@ pushd `dirname $0` > /dev/null
|
|||||||
SCRIPTPATH=`pwd`
|
SCRIPTPATH=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch
|
CGCSPATCH_DIR=$SCRIPTPATH/../../cgcs-patch
|
||||||
|
|
||||||
# Set environment variables for python
|
# Set environment variables for python
|
||||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||||
|
@ -4,7 +4,7 @@ pushd `dirname $0` > /dev/null
|
|||||||
SCRIPTPATH=`pwd`
|
SCRIPTPATH=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch
|
CGCSPATCH_DIR=$SCRIPTPATH/../../cgcs-patch
|
||||||
|
|
||||||
# Set environment variables for python
|
# Set environment variables for python
|
||||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||||
|
@ -4,10 +4,10 @@ pushd `dirname $0` > /dev/null
|
|||||||
SCRIPTPATH=`pwd`
|
SCRIPTPATH=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch
|
CGCSPATCH_DIR=$SCRIPTPATH/../../cgcs-patch
|
||||||
|
|
||||||
# Source release-info
|
# Source release-info
|
||||||
. $SCRIPTPATH/../../middleware/recipes-common/build-info/release-info.inc
|
. $SCRIPTPATH/../../../stx-integ/utilities/build-info/release-info.inc
|
||||||
export PLATFORM_RELEASE
|
export PLATFORM_RELEASE
|
||||||
|
|
||||||
# Set environment variables for python
|
# Set environment variables for python
|
||||||
|
@ -4,7 +4,7 @@ pushd `dirname $0` > /dev/null
|
|||||||
SCRIPTPATH=`pwd`
|
SCRIPTPATH=`pwd`
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
CGCSPATCH_DIR=$SCRIPTPATH/../../stx-update/cgcs-patch
|
CGCSPATCH_DIR=$SCRIPTPATH/../../cgcs-patch
|
||||||
|
|
||||||
# Set environment variables for python
|
# Set environment variables for python
|
||||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user