Skip to content

Instantly share code, notes, and snippets.

@modjo756
Created February 24, 2016 22:06
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/e33458d23f9c2a3cce77 to your computer and use it in GitHub Desktop.
Save modjo756/e33458d23f9c2a3cce77 to your computer and use it in GitHub Desktop.
udoo full qt5
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 = "\
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 \
qtcanvas3d \
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 = "\
htop \
nano \
cpufrequtils \
${QT5_FULL} \
"
CORE_IMAGE_EXTRA_INSTALL = "packagegroup-core-sdk"
BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu "
DISTRO_FEATURES_remove = "x11 wayland"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment