[poky] raspberry3 with yocto freezes
Iosif Hamlatzis
i.hamlatzis at gmail.com
Fri Jun 30 02:22:57 PDT 2017
Hello, I hope this mailing list is the correct one to ask a question
regarding yocto and creating an image for raspberry, if it's not I do
apologize and I would appreciate if you could redirect me to the correct
one.
It's several days now that I'm trying to create an image for my raspberry3
and although the process finishes with no problem, after burning the SD
card and booting the pi3 freezes showing 4 berries
I am using pyro branch for both yocto & raspberry.
My bblayers.conf is:
--------------------------------------------------------------------
LCONF_VERSION = "7"
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) +
'/../..')}"
BBFILES ?= ""
BBLAYERS ?= " \
${BSPDIR}/meta \
${BSPDIR}/meta-poky \
${BSPDIR}/meta-yocto-bsp \
${BSPDIR}/meta-raspberrypi \
"
------------------------------------------------
and my local.conf is:
-----------------------------------------------------#
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
MACHINE ?= "raspberrypi3"
DISTRO ?= "poky"
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
EXTRA_IMAGE_FEATURES += "package-management"
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"
PACKAGECONFIG_append_pn-qemu-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
#ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
############################
## Raspberry specific
GPU_MEM = "256"
ENABLE_UART = "1"
## Raspberry specific
############################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20170630/b8bc0858/attachment.html>
More information about the poky
mailing list