Ok, I solved the problem. I had modified the imx-base.inc file for IMAGE_FS types in order to conserve space, I had removed ext3 and tar.bz2. After I changed the variable to the default one, the problem was solved. Sorry for taking your time.
On Thu, Dec 12, 2013 at 10:20 AM, Fikret Alim <[email protected]> wrote: > Hi, > > In order get the latest updates (Freescale Community BSP 1.5), I have > updated my repo with "repo sync" command and then applied "bitbake > fsl-image-gui". But I got the following error; > > | Partition Table: msdos > | Disk Flags: > | > | Number Start End Size Type File system Flags > | 1 4194kB 12.6MB 8389kB primary lba > | 2 12.6MB 1153MB 1141MB primary > | > | mkfs.vfat 2.11 (12 Mar 2005) > | 6x_bootscript-imx6qsabrelite: No such file or directory > | WARNING: exit code 1 from a shell command. > | ERROR: Function failed: do_rootfs (log file is located at > /media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/fsl-image-gui/1.0-r0/temp/log.do_rootfs.13547) > ERROR: Task 7 > (/media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/ > fsl-image-gui.bb, do_rootfs) failed with exit code '1' > NOTE: Tasks Summary: Attempted 6605 tasks of which 6604 didn't need to be > rerun and 1 failed. > No currently running tasks (6604 of 6606) > > Summary: 1 task failed: > > /media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/ > fsl-image-gui.bb, do_rootfs > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > My board is sabre lite and I have already been using dora release. What > can be wrong? Do I need to delete everything and bitbake again? My > configuration file is given below; > > MACHINE ??= 'imx6qsabrelite' > DISTRO ?= 'poky' > PACKAGE_CLASSES ?= "package_rpm" > EXTRA_IMAGE_FEATURES = "debug-tweaks" > USER_CLASSES ?= "buildstats image-mklibs image-prelink" > PATCHRESOLVE = "noop" > BB_DISKMON_DIRS = "\ > STOPTASKS,${TMPDIR},1G,100K \ > STOPTASKS,${DL_DIR},1G,100K \ > STOPTASKS,${SSTATE_DIR},1G,100K \ > ABORT,${TMPDIR},100M,1K \ > ABORT,${DL_DIR},100M,1K \ > ABORT,${SSTATE_DIR},100M,1K" > CONF_VERSION = "1" > > BB_NUMBER_THREADS = '8' > PARALLEL_MAKE = '-j 8' > ACCEPT_FSL_EULA = "" > LICENSE_FLAGS_WHITELIST = "commercial" > > CORE_IMAGE_EXTRA_INSTALL += "\ > opencv \ > opencv-samples \ > opencv-apps \ > gcc \ > " > > INHERIT += "rm_work" > > Thanks&Best Regards, > Fikret >
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
