]> git.kernelconcepts.de Git - meta-kc-bsp.git/blob - recipes-bsp/psplash/psplash-mucross_git.bb
xinput-calibrator: disable autostart
[meta-kc-bsp.git] / recipes-bsp / psplash / psplash-mucross_git.bb
1 require psplash.inc
2 require psplash-ua.inc
3
4 PV = "0.0"
5 SRCREV = "b6c9d08c992f1219b8ce958b0a6fbfdc1502019a"
6 PR_append = "+gitr${SRCPV}"
7
8 ALTERNATIVE_PRIORITY = "40"
9
10 LIC_FILES_CHKSUM = "file://psplash.c;md5=e357d3ebf2d2a4fc0ea3cd287b411aa5"
11
12
13 # You can create your own pslash-hand-img.h by doing
14 # ./make-image-header.sh <file>.png HAND
15 # and rename the resulting .h to pslash-hand-img.h (for the logo)
16 # respectively psplash-bar-img.h (BAR) for the bar.
17 # You might also want to patch the colors (see patch)
18
19 SRC_URI = "git://git.labs.kernelconcepts.de/psplash.git;protocol=git;branch=master \
20           file://psplash-poky-img.h \
21           file://psplash-bar-img.h \
22           file://psplash-default \
23           file://psplash-init \
24           file://splashfuncs"
25
26 S = "${WORKDIR}/git"