Fisheye: Tag e4793c114b4ce6a4806244b744e4f8014d5a2981 refers to a dead (removed) revision in file `recipes-bsp/manufacturing/files/eglfs.json'. Fisheye: No comparison available. Pass `N' to diff? Index: recipes-bsp/manufacturing/files/leahi =================================================================== diff -u -r52b3e9d9bd12992d47d4875c0f7529f3c1f0a24f -re4793c114b4ce6a4806244b744e4f8014d5a2981 Binary files differ Fisheye: Tag e4793c114b4ce6a4806244b744e4f8014d5a2981 refers to a dead (removed) revision in file `recipes-bsp/manufacturing/files/leahi.service'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag e4793c114b4ce6a4806244b744e4f8014d5a2981 refers to a dead (removed) revision in file `recipes-bsp/manufacturing/files/run.sh'. Fisheye: No comparison available. Pass `N' to diff? Index: recipes-bsp/manufacturing/leahi-manufacturing_1.0.bb =================================================================== diff -u -r52b3e9d9bd12992d47d4875c0f7529f3c1f0a24f -re4793c114b4ce6a4806244b744e4f8014d5a2981 --- recipes-bsp/manufacturing/leahi-manufacturing_1.0.bb (.../leahi-manufacturing_1.0.bb) (revision 52b3e9d9bd12992d47d4875c0f7529f3c1f0a24f) +++ recipes-bsp/manufacturing/leahi-manufacturing_1.0.bb (.../leahi-manufacturing_1.0.bb) (revision e4793c114b4ce6a4806244b744e4f8014d5a2981) @@ -1,13 +1,18 @@ DESCRIPTION = "Leahi manufacturing application" LICENSE = "CLOSED" -SRC_URI += " \ - file://eglfs.json \ - file://run.sh \ - file://leahi \ - file://leahi.service \ -" +# Leahi manufacturing repository including all needed binary and resources +SRC_URI = "git://git@bitbucket.org/diality-cloud/leahi-manufacturing.git;protocol=ssh;branch=master" +# always use the latest commit. +SRCREV = "${AUTOREV}" + +# the cloned repo is located in the ${WORKDIR}/git +S = "${WORKDIR}/git" + +# Optionally, you can specify a specific tag or branch to use +# PV = "1.0+git${SRCPV}" + # define the leahi service inherit systemd SYSTEMD_SERVICE:${PN} = "leahi.service" @@ -18,15 +23,18 @@ bbplain " ---------- Leahi: Install manufacturing" # build the required folders install -d ${D}/opt/leahi/manufacturing/ + install -d ${D}/opt/leahi/manufacturing/scripts/ # installing the required files - install -m 0644 ${WORKDIR}/leahi ${D}/opt/leahi/manufacturing/ - install -m 0644 ${WORKDIR}/run.sh ${D}/opt/leahi/manufacturing/ - install -m 0644 ${WORKDIR}/eglfs.json ${D}/opt/leahi/eglfs.json + install -m 0644 ${S}/leahi ${D}/opt/leahi/manufacturing/ + install -m 0644 ${S}/run.sh ${D}/opt/leahi/manufacturing/ + install -m 0644 ${S}/eglfs.json ${D}/opt/leahi/eglfs.json + install -m 0644 ${S}/scripts/*.sh ${D}/opt/leahi/manufacturing/scripts/ # give the execution permission to owner chmod 755 ${D}/opt/leahi/manufacturing/leahi chmod 755 ${D}/opt/leahi/manufacturing/run.sh + chmod 755 ${D}/opt/leahi/manufacturing/scripts/*.sh # setting up the leahi service install -d ${D}${systemd_system_unitdir} Index: recipes-core/images/ely-image-qt.bb =================================================================== diff -u -rdd227305adee77d427db62fb3925d611e84450ee -re4793c114b4ce6a4806244b744e4f8014d5a2981 --- recipes-core/images/ely-image-qt.bb (.../ely-image-qt.bb) (revision dd227305adee77d427db62fb3925d611e84450ee) +++ recipes-core/images/ely-image-qt.bb (.../ely-image-qt.bb) (revision e4793c114b4ce6a4806244b744e4f8014d5a2981) @@ -22,7 +22,7 @@ can-utils \ util-linux-sfdisk \ leahi-fonts \ - util-linux-sfdisk \ + leahi-manufacturing \ " SOC_PACKAGES:ccimx6 = "imx-gpu-viv-demos imx-gpu-viv-tools" Index: sdk/config/leahi/local.conf.sample =================================================================== diff -u -rdd227305adee77d427db62fb3925d611e84450ee -re4793c114b4ce6a4806244b744e4f8014d5a2981 --- sdk/config/leahi/local.conf.sample (.../local.conf.sample) (revision dd227305adee77d427db62fb3925d611e84450ee) +++ sdk/config/leahi/local.conf.sample (.../local.conf.sample) (revision e4793c114b4ce6a4806244b744e4f8014d5a2981) @@ -303,4 +303,3 @@ # the following lines are defined for files-based update. # SWUPDATE_FILES_TARGZ_FILE = "/home/bruce/digi_yocto/ccimx8mm-dvk/update/swupdate.tar.gz" # SWUPDATE_SCRIPT = "/home/bruce/digi_yocto/ccimx8mm-dvk/update/update_files.sh" -