aboutsummaryrefslogtreecommitdiff
path: root/rpb-kernel-enterprise.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-08-16 15:09:41 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-08-16 15:09:41 +0300
commitb9813518a1641fd959c43b222ded23477ef8ea01 (patch)
treecbddb6c887406013a365cd3c738b3d4dd7c3b00f /rpb-kernel-enterprise.yaml
parent24911f95e9e3dfc2ce1b8a464f2d5afaa40d2bdd (diff)
rpb-entreprise-kernel: switch to RPK new location
RPK is now maintained by Mark Brown. The tree is maintained on https://github.com/Linaro/rpk project. Since it's based on 4.8-rc1, enable kernel_version fixup. Update also the debian package maintainer (Ricardo -> Fathi). Change-Id: I0397558460bf3b54c38e3e2abfda762581eee6fc Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-kernel-enterprise.yaml')
-rw-r--r--rpb-kernel-enterprise.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/rpb-kernel-enterprise.yaml b/rpb-kernel-enterprise.yaml
index 2aed344cfa..2652de1d65 100644
--- a/rpb-kernel-enterprise.yaml
+++ b/rpb-kernel-enterprise.yaml
@@ -19,10 +19,10 @@
parameters:
- string:
name: KERNEL_GIT_BRANCH
- default: '96b/releases/2016.06'
+ default: 'master'
- string:
name: KERNEL_GIT_URL
- default: 'https://github.com/96boards/linux.git'
+ default: 'https://github.com/Linaro/rpk.git'
- string:
name: TARGET_REPO
default: 'linaro-staging'
@@ -51,10 +51,10 @@
# Export the kernel packaging version
cd linux
- ## To use when we switch to 4.5, since -rc is higher than the final tag
- # kernel_version=`make kernelversion | sed -e 's/\.0-rc/~rc/'
-
- kernel_version=`make kernelversion`
+ ## To use when we switch to RCs, since -rc is higher than the final tag
+ kernel_version=`make kernelversion | sed -e 's/\.0-rc/~rc/'
+ ## To use when we switch to the final tag
+ # kernel_version=`make kernelversion`
export KERNEL_GIT_VERSION=`git log --format="%H" -1`
export KDEB_PKGVERSION="${kernel_version}.linaro.${BUILD_NUMBER}-1"
git tag v${kernel_version}
@@ -78,7 +78,7 @@
- Branch: ${KERNEL_GIT_BRANCH}
- Hash: ${KERNEL_GIT_VERSION}
- -- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> `date "+%a, %d %b %Y %T %z"`
+ -- Fathi Boudra <fathi.boudra@linaro.org> `date "+%a, %d %b %Y %T %z"`
EOF