summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2012-12-16 11:11:17 +0000
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:12:42 -0600
commitaf956acde8913dae6d287f66db8c463e7c695b72 (patch)
tree1335e94f9686cce0d31c7cd20e4bcc34d8a9699d
parentea8fe89f6c51830fbcc58ad7d47324725361d686 (diff)
downloadmeta-fsl-ppc-af956acde8913dae6d287f66db8c463e7c695b72.tar.gz
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 <b28495@freescale.com>
-rw-r--r--recipes-tools/usdpaa/usdpaa_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-tools/usdpaa/usdpaa_git.bb b/recipes-tools/usdpaa/usdpaa_git.bb
index 697bead..731f01b 100644
--- a/recipes-tools/usdpaa/usdpaa_git.bb
+++ b/recipes-tools/usdpaa/usdpaa_git.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "User-Space Data-Path Acceleration Architecture drivers"
2SECTION = "usdpaa" 2SECTION = "usdpaa"
3LICENSE = "BSD & GPLv2" 3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f" 4LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
5PR = "r1"
5 6
6inherit pkgconfig 7inherit pkgconfig
7 8
@@ -9,7 +10,9 @@ DEPENDS = "libxml2 libedit ncurses readline flib"
9RDEPENDS_${PN} = "libgcc" 10RDEPENDS_${PN} = "libgcc"
10 11
11SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git"
12SRCREV = "53c621f783c9d10d46828854120a3ebd58389779" 13SRCREV = "2e21af59ea1eddd938404d29ee0864e6cfe936a8"
14SRCREV_e6500 = "53c621f783c9d10d46828854120a3ebd58389779"
15SRCREV_e6500-64b = "53c621f783c9d10d46828854120a3ebd58389779"
13 16
14S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
15 18