Skip to content

Instantly share code, notes, and snippets.

@Wouter0100
Created December 27, 2020 18:52
Show Gist options
  • Save Wouter0100/75b331c5d4eedf0e0c2167eb1c980daa to your computer and use it in GitHub Desktop.
Save Wouter0100/75b331c5d4eedf0e0c2167eb1c980daa to your computer and use it in GitHub Desktop.
SUMMARY = "Issue set script"
DESCRIPTION = "Set the issue tekst on screen to a pre-defined value"
LICENSE = "CLOSED"
do_install() {
bbnote "My compile"
}
update_issue() {
bbnote "My test"
echo "My Gateway OS" > ${IMAGE_ROOTFS}/etc/issue
}
ROOTFS_POSTPROCESS_COMMAND += "update_issue;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment