diff options
author | Pierre Marzin <pierre.marzin@iot.bzh> | 2019-05-15 09:36:08 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-23 21:21:56 +0000 |
commit | c1e34baa79d3e1000f31f46f38e7b934c8694b58 (patch) | |
tree | c8e2ed11dd8babc6db32909c54eab2b860f91b8e /meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles | |
parent | 48421cc660fccd5f0cc7d2448d6d52b5a2dc34b1 (diff) |
machine: Add new ebisu machine
* Add ebisu dependency within renesas bootfiles
* Delete rcar ADAS layers support
* Add weston video output config
* Add missing modules and gst plugin
Bug-AGL: SPEC-2564
Change-Id: I61a44f831d0bc55210847eade2a1eacc7599fa74
Signed-off-by: Pierre Marzin <pierre.marzin@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles/renesas-ota-bootfiles.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles/renesas-ota-bootfiles.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles/renesas-ota-bootfiles.bb index f247ef743..db08f3f46 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles/renesas-ota-bootfiles.bb +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/bootfiles/renesas-ota-bootfiles.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 inherit deploy -COMPATIBLE_MACHINE = "(m3ulcb|h3ulcb)" +COMPATIBLE_MACHINE = "(m3ulcb|h3ulcb|ebisu)" S = "${WORKDIR}" |