Skip to content

Instantly share code, notes, and snippets.

@modjo756
Created February 3, 2016 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modjo756/e867b4b3784fcb8d4d3f to your computer and use it in GitHub Desktop.
Save modjo756/e867b4b3784fcb8d4d3f to your computer and use it in GitHub Desktop.
MACHINE ??= 'udooqdl'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs"
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"
PACKAGECONFIG_append_pn-qtbase = " accessibility pulseaudio"
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
QT5_FULL = "\
qtcanvas3d \
qtwayland \
qtwebengine \
qtwebengine-qmlplugins \
qtgraphicaleffects \
qtlocation \
qtquick1 \
qtquick1-qmlplugins \
qtquick1-plugins \
qtserialport \
qtquickcontrols-qmlplugins \
qttools-plugins \
qtxmlpatterns \
gstreamer \
gst-plugins-base-app \
gst-plugins-base \
gst-plugins-good \
gst-plugins-good-rtsp \
gst-plugins-good-udp \
gst-plugins-good-rtpmanager \
gst-plugins-good-rtp \
gst-plugins-good-video4linux2 \
tslib \
tslib-conf \
tslib-tests \
tslib-calibrate \
quitbattery \
qt5ledscreen \
\
"
IMAGE_INSTALL_append = "\
gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \
autoconf automake ccache chkconfig glib-networking glibmm \
packagegroup-core-buildessential pkgconfig \
boost cmake zlib glib-2.0 \
htop \
nano \
cpufrequtils \
${QT5_FULL} \
\
"
BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu "
DISTRO_FEATURES_remove = "x11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment