diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-17 08:38:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 08:38:06 -0300 |
commit | 31027e38d6930a68f1afd18731630dcb2082981b (patch) | |
tree | d4c54456d3b03555877fb86f0c78132f52b1731c /recipes-bsp/atf/qoriq-atf-tools_2.6.bb | |
parent | 5dd6bfebacd3bbae8b824fff20d426cd14249459 (diff) | |
parent | 88c9f817bd344438a3739ab4235b2e28b729a5f4 (diff) | |
download | meta-freescale-31027e38d6930a68f1afd18731630dcb2082981b.tar.gz |
Merge pull request #1500 from junzhuimx/master
qoriq-atf: Upgrade to v2.6
Diffstat (limited to 'recipes-bsp/atf/qoriq-atf-tools_2.6.bb')
-rw-r--r-- | recipes-bsp/atf/qoriq-atf-tools_2.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-bsp/atf/qoriq-atf-tools_2.6.bb b/recipes-bsp/atf/qoriq-atf-tools_2.6.bb new file mode 100644 index 00000000..2c1db306 --- /dev/null +++ b/recipes-bsp/atf/qoriq-atf-tools_2.6.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require qoriq-atf-${PV}.inc | ||
2 | |||
3 | DEPENDS += "openssl" | ||
4 | |||
5 | PV:append = "+${SRCPV}" | ||
6 | |||
7 | EXTRA_OEMAKE = "fiptool V=1 PLAT=lx2162aqds HOSTCC='${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}'" | ||
8 | |||
9 | do_install () { | ||
10 | install -m 0755 -d ${D}/${bindir} | ||
11 | install -m 0755 ${S}/tools/fiptool/fiptool ${D}/${bindir}/ | ||
12 | } | ||
13 | |||
14 | BBCLASSEXTEND = "native" | ||
15 | |||