Skip to content

Commit

Permalink
Merge pull request #1594 from junzhuimx/master
Browse files Browse the repository at this point in the history
Upsteam recipes-dpaa of L6.1.22-2.0.0 BSP
  • Loading branch information
otavio authored Jul 3, 2023
2 parents a4fa050 + 6153ca0 commit 49ea358
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
SUMMARY = "Frame Manager Configuration tool"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a504ab5a8ff235e67c7301214749346c"

PR = "r2"

DEPENDS = "libxml2 fmlib tclap"

SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1"
SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4"
SRCREV = "63c8ac99899a9bcd723801579b4d786594670455"

S = "${WORKDIR}/git"

Expand Down
4 changes: 2 additions & 2 deletions recipes-dpaa/eth-config/eth-config_git.bb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DESCRIPTION = "Ethernet Configuration Files"
SECTION = "eth-config"
LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4"
LIC_FILES_CHKSUM = "file://LICENSE;md5=47716bd5b656aa5e298a132a64d2d1e4"

PR = "r2"

SRC_URI = "git://github.com/nxp-qoriq/eth-config;protocol=https;nobranch=1"
SRCREV = "6164664070e45810c793f112781ebcedc979e132"
SRCREV = "00fa9c6db5813735676b30b1516e30a460d61b28"

S = "${WORKDIR}/git"

Expand Down
4 changes: 2 additions & 2 deletions recipes-dpaa/fm-ucode/fm-ucode_git.bb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
DESCRIPTION = "Fman microcode binary"
SECTION = "fm-ucode"
LICENSE = "NXP-Binary-EULA"
LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69"
LIC_FILES_CHKSUM = "file://LICENSE;md5=12e248d404ce1ea8bed0148fcf127e69"

PR = "r1"

inherit deploy

SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https"
SRCREV = "83e8467a356316265c7695bdc7741f23066795aa"
SRCREV = "41d603a1ad78e0bb61365500828d9f484bf9bf10"

S = "${WORKDIR}/git"

Expand Down
4 changes: 2 additions & 2 deletions recipes-dpaa/fmlib/fmlib_git.bb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DESCRIPTION = "Frame Manager User Space Library"
SECTION = "fman"
LICENSE = "BSD-3-Clause & GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c7bd5e45d066db084bdb3543d55b1ac"

PR = "r1"

SRC_URI = "git://github.com/nxp-qoriq/fmlib;protocol=https;nobranch=1"
SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6"
SRCREV = "9fb916f255214013aa6003496c47bab0b5add2d9"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 49ea358

Please sign in to comment.