We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Raj,
I've build image without adding any custom change in yocto project. I'm not able to boot image in altera board. core-image-minimal-cyclone5.tar.gz
what could be wrong?
local.conf file:
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 STOPTASKS,/tmp,100M,100K ABORT,${TMPDIR},100M,1K ABORT,${DL_DIR},100M,1K ABORT,${SSTATE_DIR},100M,1K ABORT,/tmp,10M,1K"
SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws" BB_HASHSERVE = "auto" BB_SIGNATURE_HANDLER = "OEEquivHash"
CONF_VERSION = "1" MACHINE = "cyclone5" RM_OLD_IMAGE = "1" INHERIT += "rm_work"
The text was updated successfully, but these errors were encountered:
I do not know what could be wrong. Perhaps share some logs from serial console and see what is going on.
Sorry, something went wrong.
No branches or pull requests
Hi Raj,
I've build image without adding any custom change in yocto project. I'm not able to boot image in altera board.
core-image-minimal-cyclone5.tar.gz
what could be wrong?
local.conf file:
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
STOPTASKS,/tmp,100M,100K
ABORT,${TMPDIR},100M,1K
ABORT,${DL_DIR},100M,1K
ABORT,${SSTATE_DIR},100M,1K
ABORT,/tmp,10M,1K"
SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH"
BB_HASHSERVE_UPSTREAM = "wss://hashserv.yoctoproject.org/ws"
BB_HASHSERVE = "auto"
BB_SIGNATURE_HANDLER = "OEEquivHash"
CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
track the version of this file when it was generated. This can safely be ignored if
this doesn't mean anything to you.
CONF_VERSION = "1"
MACHINE = "cyclone5"
RM_OLD_IMAGE = "1"
INHERIT += "rm_work"
The text was updated successfully, but these errors were encountered: