diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-15 14:33:39 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:15:23 +0700 |
commit | 4de23dc93df3b8d77c468b16b1d2003a66eb9447 (patch) | |
tree | 31dedadeec9cec34a61a5fe0cdee1478307ae9d3 /meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb | |
parent | f218c158a4291c9715d304e6429489f88fbe5a84 (diff) |
rcar-gen3: linux-renesas: Update SRC_URI to support ICCOM module
This commit modifies Linux BSP recipes to add more patches to support
ICCOM module.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb index 42bf739..41fe33a 100644 --- a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb +++ b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.9.bb @@ -1,3 +1,4 @@ +require include/iccom-control.inc require recipes-kernel/linux-libc-headers/linux-libc-headers.inc RENESAS_BSP_URL = " \ @@ -7,4 +8,8 @@ SRCREV = "2c20c9881d53f1b5c7a3ebf55bb83ec15902d0d0" SRC_URI = "${RENESAS_BSP_URL};branch=${BRANCH}" +# Add some patches to support ICCOM module +SRC_URI_append = " \ + ${@base_conditional("USE_ICCOM", "1", " file://iccom_feature.scc", "", d)} \ +" S = "${WORKDIR}/git" |