From ab7a2724dad4e140d196dc865ef4c9ec65d768b7 Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Fri, 13 Sep 2024 11:03:57 +0300 Subject: [PATCH] change from CONFIG_CROS_EC_LPC=n to =m --- .github/workflows/build.yml | 4 ++-- .github/workflows/dpup-kernel.yml | 8 +------- kernel-kit/debian-diffconfigs/bookworm | 1 + kernel-kit/debian-diffconfigs/bullseye | 1 + 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b63bb5d5415..a5810a9c230 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,8 +118,8 @@ jobs: - name: Get cached kernel-kit output uses: dawidd6/action-download-artifact@v2 with: - repo: puppylinux-woof-CE/woof-CE - branch: testing + repo: vanilla-dpup/woof-CE + branch: vanilladpup-10.0.x workflow: ${{ startsWith(inputs.kernel, 'debian-') && 'dpup-kernel.yml' || (startsWith(inputs.kernel, 'ubuntu-') && 'upup-kernel.yml' || 'kernel-kit.yml') }} workflow_conclusion: success name: ${{ env.kernel_artifact }} diff --git a/.github/workflows/dpup-kernel.yml b/.github/workflows/dpup-kernel.yml index 83f150cfeac..73ea9c9185d 100644 --- a/.github/workflows/dpup-kernel.yml +++ b/.github/workflows/dpup-kernel.yml @@ -7,7 +7,7 @@ on: jobs: build: - if: github.event_name != 'schedule' || (github.repository == 'puppylinux-woof-CE/woof-CE' && github.ref == 'refs/heads/testing') + if: github.event_name != 'schedule' || (github.repository == 'vanilla-dpup/woof-CE' && github.ref == 'refs/heads/vanilladpup-10.0.x') runs-on: ubuntu-22.04 container: image: debian:${{ matrix.release }}-slim @@ -27,12 +27,6 @@ jobs: - release: bookworm arch: x86 base: config.i386_none_686-pae.xz - - release: trixie - arch: x86_64 - base: config.amd64_none_amd64.xz - - release: sid - arch: x86_64 - base: config.amd64_none_amd64.xz steps: - uses: actions/checkout@v3 - name: Install dependencies diff --git a/kernel-kit/debian-diffconfigs/bookworm b/kernel-kit/debian-diffconfigs/bookworm index 2c81b80df86..d6849634b74 100644 --- a/kernel-kit/debian-diffconfigs/bookworm +++ b/kernel-kit/debian-diffconfigs/bookworm @@ -8,6 +8,7 @@ CONFIG_BLK_DEV_SR=y CONFIG_BTRFS_FS=y CONFIG_CDROM=y CONFIG_CONSOLE_LOGLEVEL_DEFAULT=3 +CONFIG_CROS_EC_LPC=m CONFIG_CRYPTO_XTS=y CONFIG_EXFAT_FS=y CONFIG_EXT4_FS=y diff --git a/kernel-kit/debian-diffconfigs/bullseye b/kernel-kit/debian-diffconfigs/bullseye index 157c6aa4237..5c1013303a4 100644 --- a/kernel-kit/debian-diffconfigs/bullseye +++ b/kernel-kit/debian-diffconfigs/bullseye @@ -8,6 +8,7 @@ CONFIG_BLK_DEV_SR=y CONFIG_BTRFS_FS=y CONFIG_CDROM=y CONFIG_CONSOLE_LOGLEVEL_DEFAULT=3 +CONFIG_CROS_EC_LPC=m CONFIG_CRYPTO_XTS=y CONFIG_EXFAT_FS=y CONFIG_EXT4_FS=y