blob: cf647a2c87db32682d832f52cbac345e3d75b161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r6"
SRC_URI = "http://kexecboot.home.linuxtogo.org/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"
require kexecboot.inc
|