diff --git a/include/mitydsp-preferred-revs.inc b/include/mitydsp-preferred-revs.inc
index cdf5af5..157864a 100644
--- a/include/mitydsp-preferred-revs.inc
+++ b/include/mitydsp-preferred-revs.inc
@@ -1,7 +1,7 @@
-CLSVN_PV_mityomapl138 ?= "trunk"
-CLSVN_SRCREV_mityomapl138 ?= "${AUTOREV}"
-CLSVN_BRANCH_mityomapl138 ?= "trunk"
-CLSVN_BASEURI_mityomapl138 ?= "svn://wanda/svn/mityomap/mityomapl138"
+CLSVN_PV_mityomapl138 ?= ""
+CLSVN_SRCREV_mityomapl138 ?= ""
+CLSVN_BRANCH_mityomapl138 ?= ""
+CLSVN_BASEURI_mityomapl138 ?= "file:///home/mitydsp/MDK_2014-01-13/sw/"
 
 CLSVN_PV_mityarm335x ?= "trunk"
 CLSVN_SRCREV_mityarm335x ?= "${AUTOREV}"
diff --git a/recipes-bsp/cl-dsplink/dsplink.bb b/recipes-bsp/cl-dsplink/dsplink.bb
index 60001ee..4318c9a 100644
--- a/recipes-bsp/cl-dsplink/dsplink.bb
+++ b/recipes-bsp/cl-dsplink/dsplink.bb
@@ -6,8 +6,8 @@ inherit module
 
 require ../../include/mitydsp-preferred-revs.inc
 
-SRCREV = "${CLSVN_SRCREV}"
-PV = "${CLSVN_PV}+svnr${SRCPV}"
+#SRCREV = "${CLSVN_SRCREV}"
+#PV = "${CLSVN_PV}+svnr${SRCPV}"
 SRC_URI = "${CLSVN_BASEURI}/${CLSVN_BRANCH}/sw/3rdparty/dsplink_linux_1_65_00_03;module=dsplink;proto=http "
 DEPENDS += "virtual/kernel"
 
diff --git a/recipes-bsp/fpga-drivers/fpga-driver-modules.bb b/recipes-bsp/fpga-drivers/fpga-driver-modules.bb
index 88548a3..f3365dc 100644
--- a/recipes-bsp/fpga-drivers/fpga-driver-modules.bb
+++ b/recipes-bsp/fpga-drivers/fpga-driver-modules.bb
@@ -6,10 +6,10 @@ inherit module
 
 require ../../include/mitydsp-preferred-revs.inc
 
-SRCREV = "${CLSVN_SRCREV}"
-PV = "${CLSVN_PV}+svnr${SRCPV}"
-PR = "${MACHINE_KERNEL_PR}"
-SRCREV_FORMAT = "main"
+#SRCREV = "${CLSVN_SRCREV}"
+#PV = "${CLSVN_PV}+svnr${SRCPV}"
+#PR = "${MACHINE_KERNEL_PR}"
+#SRCREV_FORMAT = "main"
 
 SRC_URI = "${CLSVN_BASEURI}/${CLSVN_BRANCH}/sw/ARM/linux/drivers;module=fpga;proto=http \
 	   ${CLSVN_BASEURI}/${CLSVN_BRANCH}/sw;module=common;proto=http;name=main \
diff --git a/recipes-bsp/utils/fbfill.bb b/recipes-bsp/utils/fbfill.bb
index ad086dd..bce5344 100644
--- a/recipes-bsp/utils/fbfill.bb
+++ b/recipes-bsp/utils/fbfill.bb
@@ -2,10 +2,10 @@
 
 require ../../include/mitydsp-preferred-revs.inc
 
-SRCREV = "${CLSVN_SRCREV}"
-PV = "${CLSVN_PV}+svnr${SRCPV}"
-PR = "r4"
-SRCREV_FORMAT = "main"
+#SRCREV = "${CLSVN_SRCREV}"
+#PV = "${CLSVN_PV}+svnr${SRCPV}"
+#PR = "r4"
+#SRCREV_FORMAT = "main"
 
 DESCRIPTION = "fbfill - frame buffer fill utility program"
 HOMEPAGE = "http://www.mitydsp.com"
diff --git a/recipes-bsp/utils/fpgautil.bb b/recipes-bsp/utils/fpgautil.bb
index b0695fc..b963cbb 100644
--- a/recipes-bsp/utils/fpgautil.bb
+++ b/recipes-bsp/utils/fpgautil.bb
@@ -2,10 +2,10 @@
 
 require ../../include/mitydsp-preferred-revs.inc
 
-SRCREV = "${CLSVN_SRCREV}"
-PV = "${CLSVN_PV}+svnr${SRCPV}"
-PR = "r7"
-SRCREV_FORMAT = "main"
+#SRCREV = "${CLSVN_SRCREV}"
+#PV = "${CLSVN_PV}+svnr${SRCPV}"
+#PR = "r7"
+#SRCREV_FORMAT = "main"
 
 DESCRIPTION = "fpgautil"
 HOMEPAGE = "http://www.mitydsp.com"
diff --git a/recipes-bsp/utils/libdaq.bb b/recipes-bsp/utils/libdaq.bb
index ae8ea2f..2a0447d 100644
--- a/recipes-bsp/utils/libdaq.bb
+++ b/recipes-bsp/utils/libdaq.bb
@@ -2,10 +2,10 @@
 
 require ../../include/mitydsp-preferred-revs.inc
 
-SRCREV = "${CLSVN_SRCREV}"
-PV = "${CLSVN_PV}+svnr${SRCPV}"
-PR = "r6"
-SRCREV_FORMAT = "main"
+#SRCREV = "${CLSVN_SRCREV}"
+#PV = "${CLSVN_PV}+svnr${SRCPV}"
+#PR = "r6"
+#SRCREV_FORMAT = "main"
 
 DESCRIPTION = "libdaq"
 HOMEPAGE = "http://www.mitydsp.com"
