-
Notifications
You must be signed in to change notification settings - Fork 1
Known Good Build Configurations
For Rasberry Pi 2:
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "raspberrypi2"
DISTRO = "poky"
DISTRO_VERSION = "2.1.1"
TUNE_FEATURES = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU = "hard"
meta
meta-poky
meta-yocto-bsp = "krogoth:f73006031ef8bca7b8851724832c6f37ed63ec89"
meta-oe
meta-multimedia
meta-python = "krogoth:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-raspberrypi = "master:2745399f75d7564fcc586d0365ff73be47849d0e"
meta-redhawk = "develop:012f8bbb5db88f38b2e2b4e473ed617de56f9ff8"
NOTE: Preparing RunQueue
#local.conf
#Add to local.conf:
IMAGE_INSTALL_append = "packagegroup-redhawk-gpp packagegroup-redhawk-domain redhawk-core-python redhawk-bulkio-python"
#bblayers.conf
POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}" BBFILES ?= ""
BBLAYERS ?= "
/home/redhawk/poky/meta
/home/redhawk/poky/meta-poky
/home/redhawk/poky/meta-yocto-bsp
/home/redhawk/poky/meta-openembedded/meta-oe
/home/redhawk/poky/meta-openembedded/meta-multimedia
/home/redhawk/poky/meta-openembedded/meta-python
/home/redhawk/poky/meta-raspberrypi
/home/redhawk/poky/meta-redhawk
"