Skip to content

builddeb: conflict on linux-image to forbid multiple images - #77

Merged
webconn merged 1 commit into
dev/v5.10.yfrom
bugfix/handle-wb6-and-wb7
Feb 1, 2022
Merged

builddeb: conflict on linux-image to forbid multiple images#77
webconn merged 1 commit into
dev/v5.10.yfrom
bugfix/handle-wb6-and-wb7

Conversation

@webconn

Copy link
Copy Markdown
Contributor

Добавил в пакет Conflicts: linux-image, чтобы пакеты с ядрами конфликтовали друг с другом и не пытались устанавливаться одновременно (сейчас из-за этого поломан unstable)

@webconn
webconn merged commit fc8da1c into dev/v5.10.yFeb 1, 2022
@webconn
webconn deleted the bugfix/handle-wb6-and-wb7 branch February 1, 2022 09:16
evgeny-boger pushed a commit that referenced this pull request Mar 26, 2024
* wb-deb: linux 5.10
* build system integrated in kernel repository in single commit
* use static changelog
* build kernel using Jenkins pipeline with improvements
* wb-deb: add revision from changelog to uname
* also add FORCE_OVERWRITE to upload stage
* Makefile: do not remove debian directory
* rts on rs485 uarts is configured as gpio with
* dts: disable rts-gpios on WB6 modX uarts by default (#68)
* add support for wb7 in custom build scripts
* conflict on linux-image to forbid multiple images (#77)
* fix build with recent dpkg (ubuntu 22.04)
dpkg guys really like to break backward package compatibility
every couple of years. This time newer dpkg defaults to zst compression
which is not supported by slightly older dpkg from bullsey.
* add wireguard-required packages to "Provides:" section (#129)
* add wireguard-required packages to "Provides:" section
* add wireguard-modules & wireguard-dkms packages
* remove dkms package
* wireguard-modules is only in provides
jenkinsfile: rename contactless folder to wirenboard (#59)
jenkinsfile: replace manual deployment with one from library (#61)
wb: jenkins: add wb7 to target list
Jenkinsfile: move pipeline to library (#99)
wb-deb: add debian files exceptions to .gitignore
wb: add more build artifacts to gitignore
wb build scripts: add wb7min
minimum configuration w/o Wi-Fi and with everything compiled in kernel.
add scripts to make bootpart image with zImage, dtbs and version
initial commit of bootlet in package
fix wb build scripts: add wb7min
Jenkinsfile: build bootlets by default
taraant pushed a commit that referenced this pull request May 16, 2025
Original commits:
.gitignore
39f9574: wb: add more build artifacts to gitignore
.gitmodules
97b9b0f: wb7: Add rtl8733bu wireless driver as a submodule
Jenkinsfile
be8355f: jenkinsfile: replace manual deployment with one from library (#61)
2f63eae: wb: jenkins: add wb7 to target list
3bcadf6: Jenkinsfile: move pipeline to library (#99)
7863007: Jenkinsfile: build bootlets by default
scripts/package/wb/builddeb
b042223: dts: disable rts-gpios on WB6 modX uarts by default (#68)
fc8da1c: builddeb: conflict on linux-image to forbid multiple images (#77)
bf2dfdc: fix build with recent dpkg (ubuntu 22.04)
f3e93d5: wb builddeb: add wireguard-required packages to "Provides:" section (#129)
scripts/package/wb/common.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_bootpart.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_deb.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
scripts/package/wb/version.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
taraant pushed a commit that referenced this pull request May 16, 2025
Original commits:
.gitignore
39f9574: wb: add more build artifacts to gitignore
.gitmodules
97b9b0f: wb7: Add rtl8733bu wireless driver as a submodule
Jenkinsfile
be8355f: jenkinsfile: replace manual deployment with one from library (#61)
2f63eae: wb: jenkins: add wb7 to target list
3bcadf6: Jenkinsfile: move pipeline to library (#99)
7863007: Jenkinsfile: build bootlets by default
scripts/package/wb/builddeb
b042223: dts: disable rts-gpios on WB6 modX uarts by default (#68)
fc8da1c: builddeb: conflict on linux-image to forbid multiple images (#77)
bf2dfdc: fix build with recent dpkg (ubuntu 22.04)
f3e93d5: wb builddeb: add wireguard-required packages to "Provides:" section (#129)
scripts/package/wb/common.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_bootpart.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_deb.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
scripts/package/wb/version.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
taraant pushed a commit that referenced this pull request May 16, 2025
Original commits:
.gitignore
39f9574: wb: add more build artifacts to gitignore
.gitmodules
97b9b0f: wb7: Add rtl8733bu wireless driver as a submodule
Jenkinsfile
be8355f: jenkinsfile: replace manual deployment with one from library (#61)
2f63eae: wb: jenkins: add wb7 to target list
3bcadf6: Jenkinsfile: move pipeline to library (#99)
7863007: Jenkinsfile: build bootlets by default
scripts/package/wb/builddeb
b042223: dts: disable rts-gpios on WB6 modX uarts by default (#68)
fc8da1c: builddeb: conflict on linux-image to forbid multiple images (#77)
bf2dfdc: fix build with recent dpkg (ubuntu 22.04)
f3e93d5: wb builddeb: add wireguard-required packages to "Provides:" section (#129)
scripts/package/wb/common.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_bootpart.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_deb.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
scripts/package/wb/version.sh
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
taraant pushed a commit that referenced this pull request May 19, 2025
Original commits:
.gitignore
9d7ac38: wb-deb: linux 5.10 (#54)
324edfb: wb-deb: add debian files exceptions to .gitignore
39f9574: wb: add more build artifacts to gitignore
.gitmodules
97b9b0f: wb7: Add rtl8733bu wireless driver as a submodule
Jenkinsfile
9d7ac38: wb-deb: linux 5.10 (#54)
c6a7634: jenkinsfile: rename contactless folder to wirenboard (#59)
be8355f: jenkinsfile: replace manual deployment with one from library (#61)
2f63eae: wb: jenkins: add wb7 to target list
3bcadf6: Jenkinsfile: move pipeline to library (#99)
7863007: Jenkinsfile: build bootlets by default
scripts/Makefile.kasan
393200a: kasan: fix hwasan build for gcc
scripts/Makefile.package
9d7ac38: wb-deb: linux 5.10 (#54)
scripts/package/wb/builddeb
9d7ac38: wb-deb: linux 5.10 (#54)
8b7ff1b: rts on rs485 uarts is configured as gpio with default PD (#56)
b042223: dts: disable rts-gpios on WB6 modX uarts by default (#68)
fc8da1c: builddeb: conflict on linux-image to forbid multiple images (#77)
bf2dfdc: fix build with recent dpkg (ubuntu 22.04)
f3e93d5: wb builddeb: add wireguard-required packages to "Provides:" section (#129)
scripts/package/wb/common.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_bootpart.sh
efbe2be: add wb7min defconfig
scripts/package/wb/do_build_deb.sh
9d7ac38: wb-deb: linux 5.10 (#54)
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
scripts/package/wb/version.sh
9d7ac38: wb-deb: linux 5.10 (#54)
7edec46: add support for wb7 in custom build scripts
efbe2be: add wb7min defconfig
13c5c77: initial commit of bootlet in package
90a0ec9: scripts: make wb7x-factory-bootlet not work as regular bootlet; no functional changes
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@webconn@evgeny-boger