summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Erofeev <yuiry.erofeev@toradex.com>2020-11-13 15:17:51 +0000
committerYuriy Erofeev <yuiry.erofeev@toradex.com>2020-11-13 15:17:51 +0000
commit948c95381a819380e1f4f99ed699a0bc5dc7370f (patch)
treea2a0401ee3e4223c34ae5d1e6e91fe6fe6d74ff1
parent26abb5b86e1735ed03660550a5e1a49e96554264 (diff)
Update Artifactory repository path, to grab relevant kernel-config
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07320b80de8b..09b30433c934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,9 +44,9 @@ stages:
THREADS=$(grep processor /proc/cpuinfo -c)
# due to specific of the kernel build we need to use the latest configuration from the nightly builds. We are getting $Version dynamically , as a variable , based on parsing URL page with Nightly builds ID
rm -f index.html
- wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/master/nightly/
+ wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/dunfell-5.x.y/nightly/
version=$( cat index.html| grep ^"<a" | sed -e 's/[<>="//]/ /g' | awk '{ print $3}' | sort -nrk1,1 | head -1)
- wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/master/nightly/$version/$KERNEL_FILE_PATH/oedeploy/kernel-config
+ wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/dunfell-5.x.y/nightly/$version/$KERNEL_FILE_PATH/oedeploy/kernel-config
mkdir -p $TEMP_BUILD_FOLDER
cp kernel-config $TEMP_BUILD_FOLDER/$KERNEL_CONFIGURATION_FILE
#####
@@ -68,5 +68,5 @@ build_default_defconfig :
extends: .build_base
variables:
# Defining the path, which we will use to take a config file to build a kernel
- KERNEL_FILE_PATH: colibri-imx7/torizon/torizon-core-docker
+ KERNEL_FILE_PATH: colibri-imx7/torizon-upstream/torizon-core-docker
stage: build-product \ No newline at end of file