From: Ting Liu Date: Sun, 16 Dec 2012 11:11:17 +0000 (+0000) Subject: usdpaa: add non t4/b4 boards support X-Git-Tag: 2.1~534^2~319 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=49d0ec0db4f025db6416428df1683670a748997f;p=meta-freescale.git usdpaa: add non t4/b4 boards support commit for non t4/b4 boards was pushed to external git server too. Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/recipes-tools/usdpaa/usdpaa_git.bb b/meta-fsl-ppc/recipes-tools/usdpaa/usdpaa_git.bb index 697beade..731f01b9 100644 --- a/meta-fsl-ppc/recipes-tools/usdpaa/usdpaa_git.bb +++ b/meta-fsl-ppc/recipes-tools/usdpaa/usdpaa_git.bb @@ -2,6 +2,7 @@ DESCRIPTION = "User-Space Data-Path Acceleration Architecture drivers" SECTION = "usdpaa" LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f" +PR = "r1" inherit pkgconfig @@ -9,7 +10,9 @@ DEPENDS = "libxml2 libedit ncurses readline flib" RDEPENDS_${PN} = "libgcc" SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" -SRCREV = "53c621f783c9d10d46828854120a3ebd58389779" +SRCREV = "2e21af59ea1eddd938404d29ee0864e6cfe936a8" +SRCREV_e6500 = "53c621f783c9d10d46828854120a3ebd58389779" +SRCREV_e6500-64b = "53c621f783c9d10d46828854120a3ebd58389779" S = "${WORKDIR}/git"