Commit a1bb2997 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

ubifs image - not wrapped for update

parent f2c8270b
...@@ -77,7 +77,7 @@ create_symlinks_append(){ ...@@ -77,7 +77,7 @@ create_symlinks_append(){
if (rloc=="mmc"): if (rloc=="mmc"):
image_ext = ".tar.gz" image_ext = ".tar.gz"
else: else:
image_ext = ".ubi" image_ext = ".ubifs"
if os.path.isfile("${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs"+image_ext): if os.path.isfile("${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs"+image_ext):
if os.path.isfile("${DEPLOY_DIR_IMAGE}/"+rloc+"/${PRODUCTION_ROOTFS}"+image_ext): if os.path.isfile("${DEPLOY_DIR_IMAGE}/"+rloc+"/${PRODUCTION_ROOTFS}"+image_ext):
......
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