[meta-freescale] [PATCH 10/10] mc: update to version 10.8.0

Ian Coolidge ian at boundarydevices.com
Mon Jul 2 14:26:13 PDT 2018


Hi All,

+nherit deploy

There is a typo in this patch that was applied. Should be inherit, not
nherit, obviously :)

On Wed, Jun 27, 2018 at 2:26 AM, <chunrong.guo at nxp.com> wrote:

> From: Chunrong Guo <chunrong.guo at nxp.com>
>
> *include the following changes:
>
> 9c1d730 - Add the prebuilt binaries of mc 10.8.0 release
> 840aa8e - Initial commit to add README
>
> Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
> ---
>  .../management-complex_10.6.0.bb                   | 39
> ----------------------
>  .../management-complex_10.8.0.bb                   | 39
> ++++++++++++++++++++++
>  2 files changed, 39 insertions(+), 39 deletions(-)
>  delete mode 100644 recipes-dpaa2/management-complex/
> management-complex_10.6.0.bb
>  create mode 100644 recipes-dpaa2/management-complex/
> management-complex_10.8.0.bb
>
> diff --git a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb
> b/recipes-dpaa2/management-complex/management-complex_10.6.0.bb
> deleted file mode 100644
> index 2c896d5..0000000
> --- a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -SUMMARY = "DPAA2 Management Complex Firmware"
> -LICENSE = "NXP-Binary-EULA"
> -LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=
> afcb1213054384820390d410ab62105f"
> -
> -inherit deploy
> -
> -INHIBIT_DEFAULT_DEPS = "1"
> -
> -SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1"
> -SRCREV = "f461bcd37ac0db985716489e938b47393799f04c"
> -
> -S = "${WORKDIR}/git"
> -
> -REGLEX_ls2088a = "ls2088a"
> -REGLEX_ls1088a = "ls1088a"
> -
> -do_install () {
> -    install -d ${D}/boot
> -    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
> -}
> -
> -do_deploy () {
> -    install -d ${DEPLOYDIR}/mc_app
> -    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
> -    # make a symlink to the latest binary
> -    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
> -        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
> -    done
> -}
> -addtask deploy before do_build after do_install
> -
> -PACKAGES += "${PN}-image"
> -FILES_${PN}-image += "/boot"
> -
> -INHIBIT_PACKAGE_STRIP = "1"
> -
> -COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
> -PACKAGE_ARCH = "${MACHINE_ARCH}"
> -
> diff --git a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
> b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
> new file mode 100644
> index 0000000..4448aab
> --- /dev/null
> +++ b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb
> @@ -0,0 +1,39 @@
> +SUMMARY = "DPAA2 Management Complex Firmware"
> +LICENSE = "NXP-Binary-EULA"
> +LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=
> afcb1213054384820390d410ab62105f"
> +
> +nherit deploy
> +
> +INHIBIT_DEFAULT_DEPS = "1"
> +
> +SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1"
> +SRCREV = "9c1d73016b47f8654d48f0ccff776e5e4588d822"
> +
> +S = "${WORKDIR}/git"
> +
> +REGLEX_ls2088a = "ls2088a"
> +REGLEX_ls1088a = "ls1088a"
> +
> +do_install () {
> +    install -d ${D}/boot
> +    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
> +}
> +
> +do_deploy () {
> +    install -d ${DEPLOYDIR}/mc_app
> +    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
> +    # make a symlink to the latest binary
> +    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
> +        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
> +    done
> +}
> +addtask deploy before do_build after do_install
> +
> +PACKAGES += "${PN}-image"
> +FILES_${PN}-image += "/boot"
> +
> +INHIBIT_PACKAGE_STRIP = "1"
> +
> +COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20180702/b8aa5047/attachment.html>


More information about the meta-freescale mailing list