summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend
blob: 44fcdcb0541354474e6b61c15c182b79958ee97b (plain)
1
2
3
4
5
6
7
8
9
10
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"

SRC_URI_append = "\
    file://0001-Allow-regular-users-to-launch-Weston_2.0.0.patch \
    file://use-XDG_RUNTIMESHARE_DIR.patch \
    file://0002-compositor-add-output-type-to-weston_output.patch \
    file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.patch \
    "

EXTRA_OECONF_append = " --enable-sys-uid"
: BBLAYERS ?= " \ <path to layer>/poky/meta \ <path to layer>/poky/meta-yocto \ <path to layer>/poky/meta-yocto-bsp \ <path to layer>/meta-renesas \ <path to layer>/meta-renesas/meta-rcar-gen2 \ " To build a specific target BSP configure the associated machine in local.conf: MACHINE ?= "<supported board name>" Build the target file system image using bitbake: $ bitbake core-image-minimal Once complete the images for the target machine will be available in the output directory 'tmp/deploy/images/<supported board name>'. Images generated: * uImage (Linux Kernel binary, in u-boot wrapped format) * uImage+dtb (Linux Kernel binary with DTB, in u-boot wrapped format) * zImage (Linux Kernel binary) * zImage+dtb (Linux Kernel binary with DTB) * uImage-<SoC namme>-<machine name>.dtb (DTB for target machine) * core-image-minimal-<machine name>.tar.bz2 (rootfs tar+bzip2) * core-image-minimal-<machine name>.jffs2 (rootfs in JFFS2 format) * u-boot.bin (U-Boot binary)