Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qoriq components base on lf-6.6.36-2.1.0 #2020

Merged
merged 6 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ PR = "r2"
DEPENDS = "libxml2 fmlib tclap"

SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1"
SRC_URI:append = " \
file://0001-FMCCFGReader-improve-parameter-definition-of-functio.patch \
"
SRCREV = "63c8ac99899a9bcd723801579b4d786594670455"
SRCREV = "5b9f4b16a864e9dfa58cdcc860be278a7f66ac18"

S = "${WORKDIR}/git"

Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/uefi/uefi_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
inherit deploy

SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https"
SRCREV = "15deb924ff063007592ee647602dd454353f5aee"
SRCREV = "55789d536850e00c6f2284fb28eaf21712cd276b"

S = "${WORKDIR}/git"

Expand Down
4 changes: 2 additions & 2 deletions recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on an AIOP Tile using MC interfaces. This application enables the user to \
fetch status of tile, load a valid ELF file and run it on a tile and get and set \
time of day."
SECTION = "dpaa2"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"

SRC_URI = "git://github.com/nxp-qoriq/gpp-aioptool;protocol=https;nobranch=1 \
file://0001-remove-libio.h.patch \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
SUMMARY = "DPAA2 Management Complex Firmware"
LICENSE = "NXP-Binary-EULA"
LIC_FILES_CHKSUM = "file://LICENSE;md5=481d6288552113961a835bbabceb0c33"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0701845051a61f6012009d7d6d11b32b"

inherit deploy

INHIBIT_DEFAULT_DEPS = "1"

SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1"
SRCREV = "bb19f586b87b97878b4bd0d3e57da2ca40c5c69f"
SRCREV = "7d82686272f8a60b803818bbc7c5396819ee3b06"

S = "${WORKDIR}/git"

REGLEX:ls2088a = "ls2088a"
REGLEX:ls2080a = "ls2080a"
REGLEX:ls1088a = "ls1088a"
REGLEX:lx2160a = "lx216xa"
REGLEX:lx2162a = "lx216xa"
Expand Down
4 changes: 2 additions & 2 deletions recipes-dpaa2/restool/restool_git.bb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SUMMARY = "DPAA2 Resource Manager Tool"
LICENSE = "BSD-3-Clause | GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ec8d84e9cd4de287e290275d09db27f0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=83af78c71766dd5fb1c1c3dd64a75ee7"

SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \
file://disable-manpage-generation.patch \
"
SRCREV = "46604e41f4c7e54efa62503c6b4629321b21e056"
SRCREV = "d9fbfc68018c8dbe33bdf236dc6b4c02f15aa6e1"

S = "${WORKDIR}/git"

Expand Down
2 changes: 1 addition & 1 deletion recipes-dpaa2/spc/spc_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=163b09a1c249a6ff2b28da1ceca2e0a8"
DEPENDS = "libxml2 fmlib tclap"

SRC_URI = "git://github.com/nxp-qoriq/spc;protocol=https;nobranch=1"
SRCREV = "d624b7809be48e4cf29a7bfa201028e4de1d1955"
SRCREV = "b8d69580e5c6aeeb9f1354ee2faed6e0134eaef4"

S = "${WORKDIR}/git"

Expand Down
Loading