Relocate extras to stx-update/extras
Move content from stx-utils into stx-integ or stx-update Packages will be relocated to stx-update: enable-dev-patch extras stx-integ: config-files/ io-scheduler filesystem/ filesystem-scripts grub/ grubby logging/ logmgmt tools/ collector monitor-tools tools/engtools/ hostdata-collectors parsers utilities/ build-info branding (formerly wrs-branding) platform-util Change-Id: I4143fb20bba179d5c1910edd89921b8d8b5195d5 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
parent
0769009eb6
commit
d566e095f5
16
extras/scripts/make_patch.sh
Executable file
16
extras/scripts/make_patch.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0` > /dev/null
|
||||
SCRIPTPATH=`pwd`
|
||||
popd > /dev/null
|
||||
|
||||
# CGCSPATCH_DIR=$MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/patching/recipes-common/cgcs-patch
|
||||
CGCSPATCH_DIR=$SCRIPTPATH/../../middleware/patching/recipes-common/cgcs-patch
|
||||
|
||||
# Set environment variables for python
|
||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||
export PYTHONDONTWRITEBYTECODE=true
|
||||
|
||||
# Run the patch_build tool
|
||||
exec $CGCSPATCH_DIR/bin/make_patch "$@"
|
||||
|
16
extras/scripts/modify_patch.sh
Executable file
16
extras/scripts/modify_patch.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0` > /dev/null
|
||||
SCRIPTPATH=`pwd`
|
||||
popd > /dev/null
|
||||
|
||||
# CGCSPATCH_DIR=$MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/patching/recipes-common/cgcs-patch
|
||||
CGCSPATCH_DIR=$SCRIPTPATH/../../middleware/patching/recipes-common/cgcs-patch
|
||||
|
||||
# Set environment variables for python
|
||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||
export PYTHONDONTWRITEBYTECODE=true
|
||||
|
||||
# Run the patch_build tool
|
||||
exec $CGCSPATCH_DIR/bin/modify_patch "$@"
|
||||
|
15
extras/scripts/patch_build.sh
Executable file
15
extras/scripts/patch_build.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
CGCSPATCH_DIR=$MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/patching/recipes-common/cgcs-patch
|
||||
|
||||
# Source release-info
|
||||
. $MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/recipes-common/build-info/release-info.inc
|
||||
export PLATFORM_RELEASE
|
||||
|
||||
# Set environment variables for python
|
||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||
export PYTHONDONTWRITEBYTECODE=true
|
||||
|
||||
# Run the patch_build tool
|
||||
exec $CGCSPATCH_DIR/bin/patch_build "$@"
|
||||
|
16
extras/scripts/query_patch.sh
Executable file
16
extras/scripts/query_patch.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0` > /dev/null
|
||||
SCRIPTPATH=`pwd`
|
||||
popd > /dev/null
|
||||
|
||||
# CGCSPATCH_DIR=$MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/patching/recipes-common/cgcs-patch
|
||||
CGCSPATCH_DIR=$SCRIPTPATH/../../middleware/patching/recipes-common/cgcs-patch
|
||||
|
||||
# Set environment variables for python
|
||||
export PYTHONPATH=$CGCSPATCH_DIR/cgcs-patch
|
||||
export PYTHONDONTWRITEBYTECODE=true
|
||||
|
||||
# Run the patch_build tool
|
||||
exec $CGCSPATCH_DIR/bin/query_patch "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user