blob: da93aeb34e149868f710a22074e9931b4ade63bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r6"
SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/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
|