diff options
author | John Klug <john.klug@multitech.com> | 2020-10-26 13:55:05 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-26 13:55:05 -0500 |
commit | ad510ba0fa0fb01e90c588ab228fd62525b2f43b (patch) | |
tree | 5c5e2c341d38f601e3d8e740d92df36853cd1924 /recipes-bsp/multitech/mts-io.inc | |
parent | 679990b4efdbe022d65f889645c04652056bb578 (diff) | |
download | meta-multitech-ad510ba0fa0fb01e90c588ab228fd62525b2f43b.tar.gz meta-multitech-ad510ba0fa0fb01e90c588ab228fd62525b2f43b.tar.bz2 meta-multitech-ad510ba0fa0fb01e90c588ab228fd62525b2f43b.zip |
overlay has its own init script, remove mtcdt3b during stop, fix gps on MTCPM-BB
Diffstat (limited to 'recipes-bsp/multitech/mts-io.inc')
-rw-r--r-- | recipes-bsp/multitech/mts-io.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io.inc b/recipes-bsp/multitech/mts-io.inc index c2b7956..0a68ac2 100644 --- a/recipes-bsp/multitech/mts-io.inc +++ b/recipes-bsp/multitech/mts-io.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://io-module/COPYING;md5=94d55d512a9ba36caa9b7df079bae19 file://io-tool/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " do_fetch[depends] += "virtual/kernel:do_shared_workdir" -INC_PR = "r2" +INC_PR = "r3" SRCREV = "${PV}" PR = "${INC_PR}-${KERNEL_MODULE_PACKAGE_SUFFIX}" |