blob: 5effa7331997d04e2b82c93fa40addbd73be64f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require ${PN}.inc
PR = "r0"
SRC_URI = "file://opie-reorgfiles \
file://opie \
file://qpe.conf \
file://locale.conf \
file://opie_defaults"
# This should not be necessary anymore (w100 is currently disabled for c7x0)
SRC_URI_append_c7x0 = " file://qpe-suspend-resume"
|