update to PKT lts-v4.19.20-base-190212T060057Z
Signed-off-by: Alek Du <alek.du@intel.com>
This commit is contained in:
parent
504063f78e
commit
be70ea14c0
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.19 Kernel Configuration
|
||||
# Linux/x86 4.19.20 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Clear Linux OS for Intel Architecture) 8.2.1 20190208 gcc-8-branch@268661
|
||||
# Compiler: gcc (Clear Linux OS for Intel Architecture) 8.2.1 20180502
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80201
|
||||
|
|
|
@ -14,16 +14,16 @@
|
|||
#
|
||||
|
||||
Name: linux-iot-lts2018
|
||||
Version: 4.19.19
|
||||
Version: 4.19.20
|
||||
# upstream number is the number from PKT it consist in
|
||||
# YYMMDDHHMM a 10 length number
|
||||
%global upstreamnumber 1902080315
|
||||
Release: 13
|
||||
%global upstreamnumber 1902120600
|
||||
Release: 14
|
||||
License: GPL-2.0
|
||||
Summary: The Linux kernel
|
||||
Url: http://www.kernel.org/
|
||||
Group: kernel
|
||||
Source0: https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.19.tar.xz
|
||||
Source0: https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.20.tar.xz
|
||||
Source1: config-iot-lts2018
|
||||
Source2: config-iot-lts2018-sos
|
||||
Source3: cmdline-iot-lts2018
|
||||
|
@ -32,8 +32,8 @@ Source5: fragment-sos
|
|||
|
||||
# quilt.url: https://github.com/intel/linux-intel-quilt
|
||||
# quilt.branch: 4.19/base
|
||||
# quilt.tag: lts-v4.19.19-base-190208T031538Z
|
||||
# config.tag: lts-v4.19.19-base-190208T031538Z
|
||||
# quilt.tag: lts-v4.19.20-base-190212T060057Z
|
||||
# config.tag: lts-v4.19.20-base-190212T060057Z
|
||||
|
||||
%define ktarget0 iot-lts2018
|
||||
%define kversion0 %{version}-%{release}.%{ktarget0}
|
||||
|
@ -1094,7 +1094,7 @@ Requires: %{name} = %{version}-%{release}, %{name}-sos-extra = %{version}-
|
|||
Linux kernel build files and install script
|
||||
|
||||
%prep
|
||||
%setup -q -n linux-4.19.19
|
||||
%setup -q -n linux-4.19.20
|
||||
|
||||
#patchXXXX PK Series
|
||||
%patch0001 -p1
|
||||
|
|
Loading…
Reference in New Issue