Skip to content

Commit

Permalink
Add DRM changes from 6e21f45
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmenge committed Nov 23, 2024
1 parent d9173b3 commit f03bada
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions SPECS-SIGNED/kernel-64k-signed/kernel-64k-signed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Summary: Signed Linux Kernel for %{buildarch} systems
Name: kernel-64k-signed-%{buildarch}
Version: 6.6.57.1
Release: 2%{?dist}
Release: 4%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -105,7 +105,7 @@ echo "initrd of kernel %{uname_r} removed" >&2
%exclude /module_info.ld

%changelog
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-2
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-4
- Original version for CBL-Mariner
- Starting with release 2 to align with kernel release.
- Starting with release 4 to align with kernel release.
- License verified
5 changes: 2 additions & 3 deletions SPECS/kernel-64k/config_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -6504,11 +6504,10 @@ CONFIG_VIDEO_CMDLINE=y
CONFIG_VIDEO_NOMODESET=y
# CONFIG_AUXDISPLAY is not set
# CONFIG_TEGRA_HOST1X is not set
CONFIG_DRM=y
CONFIG_DRM=m
CONFIG_DRM_MIPI_DBI=m
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_HELPER=m
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
CONFIG_DRM_FBDEV_EMULATION=y
Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel-64k/kernel-64k.signatures.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Signatures": {
"azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b",
"config_aarch64": "ae3bb5ef29aa0f5bd525351945b30d3497123a965c0b7eb3bfcb2fb4de479da4",
"config_aarch64": "bac4a99b57ce11f25ef8bce844ed6285932aa29139b85ccde850acaabafdcffd",
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985",
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98",
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f",
Expand Down
6 changes: 3 additions & 3 deletions SPECS/kernel-64k/kernel-64k.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Summary: Linux Kernel
Name: kernel-64k
Version: 6.6.57.1
Release: 2%{?dist}
Release: 4%{?dist}
License: GPLv2
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -369,7 +369,7 @@ echo "initrd of kernel %{uname_r} removed" >&2
%{_sysconfdir}/bash_completion.d/bpftool

%changelog
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-2
* Thu Nov 07 2024 Rachel Menge <[email protected]> - 6.6.57.1-4
- Initial CBL-Mariner import from Photon (license: Apache2).
- Starting with release 2 to align with kernel release.
- Starting with release 4 to align with kernel release.
- License verified

0 comments on commit f03bada

Please sign in to comment.