diff options
Diffstat (limited to 'recipes/kexecboot/kexecboot_0.4.bb')
-rw-r--r-- | recipes/kexecboot/kexecboot_0.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/kexecboot/kexecboot_0.4.bb b/recipes/kexecboot/kexecboot_0.4.bb new file mode 100644 index 0000000000..c38b2b402c --- /dev/null +++ b/recipes/kexecboot/kexecboot_0.4.bb @@ -0,0 +1,15 @@ +PR = "r5" + +SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \ + file://add-reboot-option.patch;patch=1 \ + file://scan_devices-top.patch;patch=1 \ + file://graphical-no-devices.patch;patch=1 \ + file://switch-cursor-off.patch;patch=1 \ + file://add-sleep.patch;patch=1 \ + file://silent-output-hack.patch;patch=1 \ + file://kexecboot-tosa.patch;patch=1 \ + file://fb-render-16bit.patch;patch=1" + +S = "${WORKDIR}/kexecboot-${PV}" + +require kexecboot.inc |