|
Revision 37, 408 bytes
(checked in by T0mW, 1 year ago)
|
This adds the starting point to get opie booted up to the ts_calibrate screen.
|
| Line | |
|---|
| 1 |
require ${PN}.inc |
|---|
| 2 |
PR = "r1" |
|---|
| 3 |
|
|---|
| 4 |
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" |
|---|
| 5 |
|
|---|
| 6 |
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ |
|---|
| 7 |
file://firstuse-320x240.jpg \ |
|---|
| 8 |
file://opie-background-320x240.jpg" |
|---|
| 9 |
|
|---|
| 10 |
do_configure_prepend() { |
|---|
| 11 |
cp ${WORKDIR}/firstuse-320x240.jpg ${WORKDIR}/pics/launcher/ |
|---|
| 12 |
cp ${WORKDIR}/opie-background-320x240.jpg ${WORKDIR}/pics/launcher/opie-background-320x240.jpg |
|---|
| 13 |
} |
|---|
| 14 |
|
|---|