diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-01 11:18:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:15 +0200 |
commit | c1d9b392a36f53d0d4e5e55d2d29614afce95c92 (patch) | |
tree | c715a3a6d0dc328bf7648457abb7b378def50f0d /recipes/ti/ti-dspbios.inc | |
parent | 6da6a7acd61c99dc7b4b1b77278e36756131346f (diff) |
ti: if a recipe stages its complete tree, put it in -tree
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-dspbios.inc')
-rw-r--r-- | recipes/ti/ti-dspbios.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ti/ti-dspbios.inc b/recipes/ti/ti-dspbios.inc index d31a91c90f..8213e8537d 100644 --- a/recipes/ti/ti-dspbios.inc +++ b/recipes/ti/ti-dspbios.inc @@ -5,6 +5,8 @@ require ti-paths.inc require ti-staging.inc require ti-eula-unpack.inc +PR = "r1" + S = "${WORKDIR}/bios_${PV}" SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" |