Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build:kernel 6.5.3 #21

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/configs/deepin_arm_desktop_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="6.4.14-arm64-desktop-deepin"
CONFIG_BUILD_SALT="6.5.3-arm64-desktop-deepin"
CONFIG_DEFAULT_HOSTNAME="(uos)"
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/deepin_desktop_common_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="6.4.14-amd64-desktop-deepin"
CONFIG_BUILD_SALT="6.5.3-amd64-desktop-deepin"
CONFIG_KERNEL_ZSTD=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linux-upstream (6.4.14-54052-g3675f89fb6ca-1) beige; urgency=low
linux-upstream (6.5.3-g6129bf1e6849-1) apricot; urgency=low

* Custom built Linux kernel.

-- deepin23 <deepin23@deepin23-PC> Tue, 12 Sep 2023 10:59:20 +0800
-- matrix <matrix@matrix-PC> Thu, 14 Sep 2023 13:47:45 +0800
18 changes: 9 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Source: linux-upstream
Section: kernel
Priority: optional
Maintainer: deepin23 <deepin23@deepin23-PC>
Maintainer: matrix <matrix@matrix-PC>
Rules-Requires-Root: no
Build-Depends: zstd, bc, debhelper, rsync, kmod, cpio, bison, flex, libelf-dev:native, libssl-dev:native
Homepage: https://www.kernel.org/

Package: linux-image-6.4.14
Package: linux-image-6.5.3
Architecture: amd64 arm64
Description: Linux kernel, version 6.4.14
Description: Linux kernel, version 6.5.3
This package contains the Linux kernel, modules and corresponding other
files, version: 6.4.14.
files, version: 6.5.3.

Package: linux-libc-dev
Section: devel
Expand All @@ -21,16 +21,16 @@ Description: Linux support headers for userspace development
are used by the installed headers for GNU glibc and other system libraries.
Multi-Arch: same

Package: linux-headers-6.4.14
Package: linux-headers-6.5.3
Architecture: amd64 arm64
Description: Linux kernel headers for 6.4.14 on amd64
This package provides kernel header files for 6.4.14 on amd64
Description: Linux kernel headers for 6.5.3 on amd64
This package provides kernel header files for 6.5.3 on amd64
.
This is useful for people who need to build external modules

Package: linux-image-6.4.14-dbg
Package: linux-image-6.5.3-dbg
Section: debug
Architecture: amd64 arm64
Description: Linux kernel debugging symbols for 6.4.14
Description: Linux kernel debugging symbols for 6.5.3
This package will come in handy if you need to debug the kernel. It provides
all the necessary debug symbols for the kernel and its modules.
25 changes: 25 additions & 0 deletions debian/deepin/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- Zeno-sole
- tsic404
- hudeng-go
- myml
- BLumia
- xzl01
- UTsweetyfish
- Rabenda
- zccrs
- justforlxz
- Clansty
- chenchongbiao
- Avenger-285714
- matrix-wsk
approvers:
- Zeno-sole
- xzl01
- UTsweetyfish
- hudeng-go
- zccrs
- Avenger-285714
- matrix-wsk
36 changes: 36 additions & 0 deletions debian/deepin/workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
test_build:
steps:
- link_package:
source_project: deepin:Develop:main
source_package: %{SCM_REPOSITORY_NAME}
target_project: deepin:CI:kernel

- configure_repositories:
project: deepin:CI
repositories:
- name: deepin_develop
paths:
- target_project: deepin:CI
target_repository: deepin_develop
architectures:
- x86_64
- aarch64

filters:
event: pull_request

tag_build:
steps:
- trigger_services:
project: deepin:Unstable:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: tag_push

commit_build:
steps:
- trigger_services:
project: deepin:Develop:main
package: %{SCM_REPOSITORY_NAME}
filters:
event: push
2 changes: 1 addition & 1 deletion debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
linux-upstream_6.4.14-54052-g3675f89fb6ca-1_source.buildinfo kernel optional
linux-upstream_6.5.3-g6129bf1e6849-1_source.buildinfo kernel optional
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

srctree ?= .
KERNELRELEASE = 6.4.14
KERNELRELEASE = 6.5.3
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
ifneq (,$(filter amd64,$(DEB_HOST_ARCH)))
BUILD_ARCH = x86
Expand Down