diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-07-17 19:09:52 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:29 +0700 |
commit | 025edeb911a8b78a7842bb6df6dde3fbdcd3c1f4 (patch) | |
tree | f7f5c59c57f654af0aadfe3c9772adbf9b5d2a40 /meta-rcar-gen3/recipes-multimedia/adsp-module | |
parent | 4f88440f6e053c6f05f35d82a7e00e300d9916ab (diff) |
rcar-gen3: Add COMPATIBLE_MACHINE
This adds COMPATIBLE_MACHINE to R-Car specific recipes to avoid error
when run "bitbake world" for non-R-Car platforms.
Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: Ide29f6272d7c483eeda69a58f61710b2e8a42d6d
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/adsp-module')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb | 1 | ||||
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-if-module.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb index b264cbb..737a2a0 100644 --- a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb +++ b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-fw-module.bb @@ -4,6 +4,7 @@ LICENSE = "CLOSED" inherit distro_features_check REQUIRED_DISTRO_FEATURES = "adsp" +COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)" SRC_URI = "file://RCG3AHFWN0201ZDP.tar.gz" diff --git a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-if-module.bb b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-if-module.bb index 1689746..b814960 100644 --- a/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-if-module.bb +++ b/meta-rcar-gen3/recipes-multimedia/adsp-module/adsp-if-module.bb @@ -11,6 +11,7 @@ SRC_URI = "file://RCG3AHIFL4101ZDP.tar.gz" S = "${WORKDIR}/RCG3AHIFL4101ZDP" +COMPATIBLE_MACHINE = "(salvator-x|ulcb|ebisu)" PACKAGE_ARCH = "${MACHINE_ARCH}" # Don't need to do_configure |