diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 3 | ||||
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 6 | ||||
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 4be28a1..65ec712 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -2,6 +2,9 @@ include conf/machine/include/rpi-default-settings.inc | |||
2 | include conf/machine/include/rpi-default-versions.inc | 2 | include conf/machine/include/rpi-default-versions.inc |
3 | include conf/machine/include/rpi-default-providers.inc | 3 | include conf/machine/include/rpi-default-providers.inc |
4 | 4 | ||
5 | SOC_FAMILY = "rpi" | ||
6 | include conf/machine/include/soc-family.inc | ||
7 | |||
5 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
6 | 9 | ||
7 | SERIAL_CONSOLE ?= "115200 ttyAMA0" | 10 | SERIAL_CONSOLE ?= "115200 ttyAMA0" |
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 4ca42d6..2cf40f8 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -1,10 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_raspberrypi = " file://xorg.conf.d/10-evdev.conf " | 3 | SRC_URI_append_rpi = " file://xorg.conf.d/10-evdev.conf " |
4 | 4 | ||
5 | do_install_append_raspberrypi () { | 5 | do_install_append_rpi () { |
6 | install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ | 6 | install -d ${D}/${sysconfdir}/X11/xorg.conf.d/ |
7 | install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/ | 7 | install -m 0644 ${WORKDIR}/xorg.conf.d/* ${D}/${sysconfdir}/X11/xorg.conf.d/ |
8 | } | 8 | } |
9 | 9 | ||
10 | FILES_${PN}_raspberrypi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" | 10 | FILES_${PN}_rpi += "${sysconfdir}/X11/xorg.conf ${sysconfdir}/X11/xorg.conf.d/*" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index fba7e1a..39ded59 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ | 1 | EXTRA_OECONF_append_rpi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ |
2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ | 2 | -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ |
3 | --with-egl-window-system=rpi" | 3 | --with-egl-window-system=rpi" |