Skip to content

Commit

Permalink
Merge pull request #187 from Dasharo/develop
Browse files Browse the repository at this point in the history
Release v2.0.1-rc2
  • Loading branch information
artur-rs authored Nov 4, 2024
2 parents 1bf9c68 + 53e50ab commit 6818b59
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to the DTS project will be documented in this file.

## v2.0.1-rc2 - 2024-11-04

* kernel/linux-yocto: Add CONFIG_SERIAL_8250_DW
* recipes-extended: sbctl: add RDEPENDS to recipe
* flashrom: Add TGL chipset detection based on SPI PCI ID

## v2.0.1-rc1 - 2024-10-23

* recipes-extended: sbctl: update sbctl to v0.15.4
* dts-scripts: Print warning when creds don't support DPP packages

## v2.0.0 - 2024-09-30

* Fix workflow errors
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/conf/distro/dts-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DISTRO = "dts-distro"

# distro name
DISTRO_NAME = "Dasharo Tools Suite"
DISTRO_VERSION = "2.0.0"
DISTRO_VERSION = "2.0.1-rc2"
SDK_VENDOR = "-dtssdk"

MAINTAINER = "3mdeb Sp. z o. o. <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/recipes-bsp/flashrom/flashrom_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = "pciutils libusb libftdi"

BRANCH = "dasharo-release"
SRC_URI = "git://github.com/Dasharo/flashrom.git;branch=${BRANCH};protocol=https"
SRCREV = "f5a48aa6c67bd30603062bb4265419fd49f83870"
SRCREV = "a961af7a39138216660b410a4a0bec48ef0fdd35"

S = "${WORKDIR}/git"

Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
PV = "0.1+git${SRCPV}"

SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main"
SRCREV = "dcb0e12214f58705cba4524b3f8c86f0912106ac"
SRCREV = "35afe437e4366516e2ac174d6cb03c731a33f3c9"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=16d98588b73d8e0dcc069d319889da4c"

SRC_URI = "https://github.com/Foxboron/${BPN}/releases/download/${PV}/${BPN}-${PV}-linux-amd64.tar.gz"
SRC_URI[sha256sum] = "7ed132eacb70835f84efa3ad58d47b15fa8731b22333968b8a17876826880666"
SRC_URI[sha256sum] = "5bc440637b25a78685f426441d195d92939b3ed82278220698159c68bcfd62c7"

S = "${WORKDIR}/${BPN}"

RDEPENDS:${PN} = "binutils util-linux-lsblk"

do_install () {
install -d ${D}${bindir}
install -m 0755 ${S}/sbctl ${D}${bindir}/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_SERIAL_8250_DW=y
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SRC_URI:append = " \
file://intel-other.cfg \
file://intel-sound.cfg \
file://iommu.cfg \
file://serial-8250-dw.cfg \
file://silence-terminal-logs.cfg \
file://touchpad.cfg \
file://tpm.cfg \
Expand Down

0 comments on commit 6818b59

Please sign in to comment.