Skip to content

Commit

Permalink
meta-balena-honister: Remove code that is now in meta-balena-common
Browse files Browse the repository at this point in the history
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Nov 17, 2023
1 parent 601283f commit 8351468
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ do_install:append() {
install -m 0755 ${WORKDIR}/console_null_workaround ${D}/init.d/000-console_null_workaround
}

PACKAGES:append = " \
initramfs-module-console-null-workaround \
"

SUMMARY:initramfs-module-console-null-workaround = "Workaround needed for when console=null is passed in kernel cmdline"
RDEPENDS:initramfs-module-console-null-workaround = "${PN}-base"
FILES:initramfs-module-console-null-workaround = "/init.d/000-console_null_workaround"
5 changes: 0 additions & 5 deletions meta-balena-honister/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
PACKAGECONFIG:remove = "nss-resolve"

do_install:append() {
# avoid file conflict with timeinit package
rm ${D}${systemd_unitdir}/system/time-set.target
}

FILES:udev += "\
${rootlibexecdir}/udev/rules.d/touchscreen.rules \
${rootlibexecdir}/udev/rules.d/10-zram.rules \
Expand Down

0 comments on commit 8351468

Please sign in to comment.