All of lore.kernel.org
 help / color / mirror / Atom feed
* Recipe validation
@ 2014-11-30 13:59 Riccardo Stronati
  2014-11-30 18:06 ` Marco Cavallini
  0 siblings, 1 reply; 7+ messages in thread
From: Riccardo Stronati @ 2014-11-30 13:59 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 321 bytes --]

Hi everyone,

I'd like to build a custom image with qt4 embedded, phonon-gstreamer with
opengl and so gpu hardware acceleration.

These are my recipe files can somebody validate them?

I'm using yocto dora since the technexion bsp for edm1-fairy with imx6 do
not support the newer yocto versions.

Thanks you.

[-- Attachment #1.2: Type: text/html, Size: 451 bytes --]

[-- Attachment #2: layer.conf --]
[-- Type: application/octet-stream, Size: 536 bytes --]

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "custom"
BBFILE_PATTERN_custom = "^${LAYERDIR}/"
BBFILE_PRIORITY_custom = "6"

PACKAGECONFIG_append_pn-qtbase = " sql-sqlite xcb accessibility widgets alsa pulseaudio gtkstyle qt-gfx-transformed "
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010"
PACKAGECONFIG_append_pn-qtwebkit = " gstreamer010"



[-- Attachment #3: custom-image-qt4e.bb --]
[-- Type: application/octet-stream, Size: 719 bytes --]

DESCRIPTION = "Custom image with qt4e"
LICENSE = "CLOSED"

inherit core-image

DISTRO_FEATURES = " directfb opengl pulseaudio alsa pam "

DISTRO_FEATURES_remove = "wayland x11"

IMAGE_FEATURES = " \
    debug-tweaks \
    nfs-server \
    ssh-server-openssh \
    splash \
    package-management \
    hwcodecs \
"
IMAGE_INSTALL = " \
    packagegroup-core-boot \
    packagegroup-core-basic \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
    ${CORE_IMAGE_EXTRA_INSTALL} \
    packagegroup-fsl \
    packagegroup-custom-gst \
    packagegroup-custom \
    packagegroup-core-qt4e \
    libqxt \
    qextserialport-e \
    distributore-ifconfig \
    usbmount \
    qconnmanmc2-e \
"

export IMAGE_BASENAME = "custom-image-qt4e"


[-- Attachment #4: packagegroup-custom-qt4e.bb --]
[-- Type: application/octet-stream, Size: 1136 bytes --]

DESCRIPTION = "Custom package group with qt4"
LICENSE = "MIT"

inherit packagegroup

PROVIDES = "${PACKAGES}"

TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'

PACKAGES += "packagegroup-custom"
PACKAGES += "packagegroup-gst"

RDEPENDS_packagegroup-custom = "\ 
    ${TOUCH} \
    openssh-sftp-server \
    alsa-lib \
    alsa-tools \
    alsa-state \
    alsa-utils-alsaconf \
    coreutils \
    elfutils-dev \
    enca \
    gcc \
    libfaad \
    fribidi \
    libgcc \
    gmp \
    libice \
    libice-dev \
    libmpc \
    mpfr \
    libsm \
    libsm-dev \
    libass \
    libdvdread \
    linux-libc-headers-dev \
    make \
    openvpn \
    tar \
    i2c-tools \
    sqlite3 \
    pulseaudio \
    nano \
    cpufrequtils \
"
RDEPENDS_packagegroup-gst = "\
   packagegroup-fsl-gstreamer \
   gst-plugins-gl-opengl \
   gst-ffmpeg \
   gst-plugins-base \
   gst-plugins-good \
   gst-plugins-bad \
   gst-plugins-ugly \
   gst-meta-base \
   gst-meta-audio \
   gst-meta-debug \
   gst-meta-video \
   gst-plugins-gl \
   gst-plugins-ugly \
   gst-fsl-plugin \
"



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-04  8:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-30 13:59 Recipe validation Riccardo Stronati
2014-11-30 18:06 ` Marco Cavallini
2014-11-30 22:51   ` Riccardo Stronati
2014-12-03 21:40     ` Riccardo Stronati
2014-12-03 22:02       ` sysroot -> roottfs? randy
2014-12-03 22:28       ` Recipe validation Gary Thomas
2014-12-04  8:08         ` Riccardo Stronati

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.