Skip to content

Commit

Permalink
recipes-core: base-files: Mount efivars by default. Needed by FUM
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Oct 24, 2024
1 parent 56c578e commit 3cb85f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions meta-dts-distro/recipes-core/base-files/base-files_%.bbappend
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
hostname = "DasharoToolsSuite"

do_install:append() {
echo 'efivarfs /sys/firmware/efi/efivars efivarfs ro,nosuid,nodev,noexec,nofail 0 0' >> ${D}${sysconfdir}/fstab
}
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 = "35afe437e4366516e2ac174d6cb03c731a33f3c9"
SRCREV = "1598965c6713d174ddb9c183f4b9a61270a82212"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 3cb85f3

Please sign in to comment.