diff options
author | Jens Rehsack <jens.rehsack.ext@safrangroup.com> | 2019-12-12 16:44:58 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-16 18:53:56 -0300 |
commit | 4b72db3f521cd9c9bea5b2e93aebf01d9732e7b4 (patch) | |
tree | 2dd92bb8f2829768b1facf177e2bd51d97725d7e /recipes-dpaa2/management-complex | |
parent | eab80ecde3618b1b16555ccfbcefb6df8c86aae1 (diff) | |
download | meta-freescale-4b72db3f521cd9c9bea5b2e93aebf01d9732e7b4.tar.gz |
management-complex: Add support for ls2080a
The upstream sources contain support for ls2080a and there're
evaluation boards with such a SoC out there. So add recipe
support for supported SoC.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-dpaa2/management-complex')
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.18.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb b/recipes-dpaa2/management-complex/management-complex_10.18.0.bb index 6b3feace..667648b3 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.18.0.bb | |||
@@ -12,6 +12,7 @@ SRCREV = "249c3259accb6ad940cdf09db7d9f7885432ef45" | |||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | REGLEX_ls2088a = "ls2088a" | 14 | REGLEX_ls2088a = "ls2088a" |
15 | REGLEX_ls2080a = "ls2080a" | ||
15 | REGLEX_ls1088a = "ls1088a" | 16 | REGLEX_ls1088a = "ls1088a" |
16 | REGLEX_lx2160a = "lx2160a" | 17 | REGLEX_lx2160a = "lx2160a" |
17 | 18 | ||