iot-gate-imx8: r2.2: upfate meta-compulab & meta-compulab-bsp commits

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
This commit is contained in:
Uri Mashiach
2021-01-03 15:47:10 +02:00
parent ecc667cae5
commit 76b01e660c
+2 -2
View File
@@ -14,14 +14,14 @@ fi
get_meta_compulab() {
dir="../sources/meta-compulab"
branch="dfbae58a70d41659bce61f7e90e528fa2ed772be"
branch="f5f8a2198e2bf037e1999653b9149c0622c9a0ec"
url="https://github.com/compulab-yokneam/meta-compulab"
get_meta ${url} ${branch} ${dir}
}
get_meta_compulab_bsp() {
dir="../sources/meta-compulab-bsp"
branch="970730452f9d6bc86b4d56ef049e775a2f33d4dc"
branch="01015e56471b1eac23f9024d8a1225e0be54972d"
url="https://github.com/compulab-yokneam/meta-compulab-bsp"
get_meta ${url} ${branch} ${dir}
}