diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-10-04 14:42:48 +0200 |
---|---|---|
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2017-10-04 16:29:10 +0200 |
commit | df51d8ce4d0bf852a57d0e7d9c4879eee10ac713 (patch) | |
tree | 66a97631edcfa07177c7323a41d8154959841a8b /files | |
parent | ee9e2640801ddda8440b5de4680ff5ec8fef8f9d (diff) | |
download | fai-df51d8ce4d0bf852a57d0e7d9c4879eee10ac713.tar.gz |
package_config: QCOM: update kernel package name
We now have Linux kernel packages in the Sid overlay, let's use it. We will
eventually use a meta-package so that we don't have to update this config file
for every new kernel.
Change-Id: I8c97ffbc6a5032f9ca959cb5ef2c0bdd0f5c8b62
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/apt/sources.list.d/linaro.list/QCOM | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/etc/apt/sources.list.d/linaro.list/QCOM b/files/etc/apt/sources.list.d/linaro.list/QCOM index 6ab326c..0bf8d37 100644 --- a/files/etc/apt/sources.list.d/linaro.list/QCOM +++ b/files/etc/apt/sources.list.d/linaro.list/QCOM @@ -1,4 +1,3 @@ deb http://obs.linaro.org/linaro-overlay-${release}/${obs_release}/ ./ deb http://obs.linaro.org/qcom/${release}/ ./ -deb http://obs.linaro.org/home:/riku.voipio/linaro-overlay-stretch_Debian_9.0/ ./ |