Skip to content

Commit

Permalink
meta-balena-warrior: 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 8351468 commit 85b7ab1
Showing 1 changed file with 0 additions and 4 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"
Expand Down

0 comments on commit 85b7ab1

Please sign in to comment.