2
2
SHELL = /bin/bash
3
3
.SHELLFLAGS += -e
4
4
5
- KVERSION_SHORT ?= 4.9.0-5
5
+ KVERSION_SHORT ?= 4.9.0-7
6
6
KVERSION ?= $(KVERSION_SHORT ) -amd64
7
- KERNEL_VERSION ?= 4.9.65
8
- KERNEL_SUBVERSION ?= 3+deb9u2
7
+ KERNEL_VERSION ?= 4.9.110
8
+ KERNEL_SUBVERSION ?= 3+deb9u1
9
9
kernel_procure_method ?= build
10
10
11
11
LINUX_HEADER_COMMON = linux-headers-$(KVERSION_SHORT ) -common_$(KERNEL_VERSION ) -$(KERNEL_SUBVERSION ) _all.deb
@@ -18,11 +18,11 @@ DERIVED_TARGETS = $(LINUX_HEADER_AMD64) $(LINUX_IMAGE)
18
18
ifneq ($(kernel_procure_method ) , build)
19
19
# Downloading kernel
20
20
21
- LINUX_HEADER_COMMON_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-5 -common_4.9.65 -3+deb9u2_all .deb?sv=2015-04-05&sr=b&sig=LtMcms7eBqw6IaJq37FdHXXN8GBrlIXouSnPEmmoxMM% 3D&se=2155-07-04T07%3A33%3A59Z &sp=r"
21
+ LINUX_HEADER_COMMON_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-7 -common_4.9.110 -3+deb9u1_all .deb?sv=2015-04-05&sr=b&sig=1%2FgRlKSoUnmnuwBoylk2Scn9lGxQMksXjLGTsNnl4pk% 3D&se=2155-07-06T08%3A50%3A06Z &sp=r"
22
22
23
- LINUX_HEADER_AMD64_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-5 -amd64_4.9.65 -3+deb9u2_amd64 .deb?sv=2015-04-05&sr=b&sig=PTCh3FhHxOlSvqlKZIARbAsjcGVQWjogewNzKN%2FtPDM %3D&se=2024-04-24T15%3A33 %3A34Z&sp=r"
23
+ LINUX_HEADER_AMD64_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-headers-4.9.0-7 -amd64_4.9.110 -3+deb9u1_amd64 .deb?sv=2015-04-05&sr=b&sig=3JlLD0%2FXIuv5MYmi8UAlsCyzNbKbIkilo1c1JJtIimM %3D&se=2155-07-06T08%3A51 %3A34Z&sp=r"
24
24
25
- LINUX_IMAGE_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-image-4.9.0-5 -amd64_4.9.65 -3+deb9u2_amd64 .deb?sv=2015-04-05&sr=b&sig=eWBMDs2pooGGYC9VF%2Bm2GW%2BG%2F4T4%2BXHk9K86vwbX2Og% 3D&se=2155-07-04T07%3A34%3A51Z &sp=r"
25
+ LINUX_IMAGE_URL = "https://sonicstorage.blob.core.windows.net/packages/kernel-public/linux-image-4.9.0-7 -amd64_4.9.110 -3+deb9u1_amd64 .deb?sv=2015-04-05&sr=b&sig=D5SXjaNrVCOkkwyeq2Wye%2BHSR86I3cFJEzVFOxJwPC0% 3D&se=2155-07-06T08%3A50%3A58Z &sp=r"
26
26
27
27
$(addprefix $(DEST ) /, $(MAIN_TARGET ) ) : $(DEST ) /% :
28
28
# Obtaining the Debian kernel packages
@@ -77,6 +77,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
77
77
# Applying patches and configuration changes
78
78
git add debian/build/build_amd64_none_amd64/.config -f
79
79
git add debian/config.defines.dump -f
80
+ git add debian/control -f
80
81
git commit -m "unmodified debian source"
81
82
82
83
# Learning new git repo head (above commit) by calling stg repair.
0 commit comments