diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-07-16 14:01:35 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2019-09-24 08:16:29 +0700 |
commit | 4f88440f6e053c6f05f35d82a7e00e300d9916ab (patch) | |
tree | 5db175f5f3ef105aaf7d3136f3646cd910f987cb /meta-rcar-gen3/recipes-graphics/xorg-xserver | |
parent | 864de3b0859dfb61b815f2d54de73e61acfea3d4 (diff) |
rcar-gen3: Append _rcar-gen3 to variables and tasks
For bbappend files, it should be appended the _rcar-gen3 to variables
and function to avoid changing sstate signature when build with non
R-Car platforms but including meta-rcar-gen3 to BBLAYERS.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Change-Id: I179d8595422ea7eeb1568adc63d1e64e1fb057a6
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/xorg-xserver')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index cfc2714..c51bcd5 100644 --- a/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/meta-rcar-gen3/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -1,3 +1,3 @@ # Glamor for Xorg requires gbm >= 10.2.0. # Glamor is not necessary with current env, so disable it. -PACKAGECONFIG_remove = "glamor" +PACKAGECONFIG_remove_rcar-gen3 = "glamor" |