Commit f8b96cb3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

testing sstate cache

parent 07033a55
...@@ -27,6 +27,7 @@ EXTRA_OEMAKE = " \ ...@@ -27,6 +27,7 @@ EXTRA_OEMAKE = " \
" "
do_compile_prepend() { do_compile_prepend() {
echo "SRCREV is ${SRCREV}"
if [ ! -f Makefile ]; then if [ ! -f Makefile ]; then
echo "Nothing to compile (missing a Makefile)" echo "Nothing to compile (missing a Makefile)"
exit 1 exit 1
......
...@@ -38,4 +38,11 @@ PE = "${@version_update('${VPATH}','${VFILE}',0)}" ...@@ -38,4 +38,11 @@ PE = "${@version_update('${VPATH}','${VFILE}',0)}"
PV = "${@version_update('${VPATH}','${VFILE}',1)}" PV = "${@version_update('${VPATH}','${VFILE}',1)}"
PR = "${@version_update('${VPATH}','${VFILE}',2)}" PR = "${@version_update('${VPATH}','${VFILE}',2)}"
FILESEXTRAPATHS_append := "${VPATH}:" #SRCREV = "${PE}.${PV}.${PR}"
\ No newline at end of file #SRCPV = "${PE}.${PV}.${PR}"
#SRCPV = "${AUTOREV}"
#__BB_DONT_CACHE = "1"
SRCREV = "${AUTOREV}"
FILESEXTRAPATHS_append := "${VPATH}:"
...@@ -23,4 +23,3 @@ FILES_${PN} += "${bindir}/imgsrv \ ...@@ -23,4 +23,3 @@ FILES_${PN} += "${bindir}/imgsrv \
" "
PACKAGES += "imgsrv" PACKAGES += "imgsrv"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment