summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-12-05 14:54:28 +0700
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commit0311c6b1a02611971c9ed5a18fb5ce0fe21c5e22 (patch)
treecf95d3f079e0f9571afd8f05412ff8148e019e77 /meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc
parentee2c656b3eb98bc426ffb27e4d3d1479de7028d9 (diff)
rcar-gen3: Change base_conditional to oe.utils.conditional
This commit changes to use oe.utils.conditional because these base_* functions were removed in meta/lib/oe from YP2.5. (From Poky rev: 58449f0e9cc4a05c88204cf8ba887b55467d886e) Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc')
-rw-r--r--meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc
index 013cf2c..67615b1 100644
--- a/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc
+++ b/meta-rcar-gen3/recipes-graphics/images/core-image-renesas-base.inc
@@ -39,7 +39,7 @@ BASIC_32BIT_PKGS = " \
# Installation for 32bit packages
IMAGE_INSTALL_append = " \
- ${@base_conditional("USE_32BIT_PKGS", "1", "${BASIC_32BIT_PKGS}", "", d)} \
+ ${@oe.utils.conditional("USE_32BIT_PKGS", "1", "${BASIC_32BIT_PKGS}", "", d)} \
"
# Kernel modules of ICCOM
@@ -63,5 +63,5 @@ ICCOM_PKGS = " \
# Installation for ICCOM Packages
IMAGE_INSTALL_append = " \
- ${@base_conditional("USE_ICCOM", "1", " ${ICCOM_PKGS}", "", d)} \
+ ${@oe.utils.conditional("USE_ICCOM", "1", " ${ICCOM_PKGS}", "", d)} \
"