diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-16 16:08:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-16 16:08:09 +0200 |
commit | 8687813463bc7c9f37349000f75cfc0967da8458 (patch) | |
tree | eb550c22da7a2d9b35c64aee09172bd9d117c098 /recipes/dvsdk/ti-dspbios-native_5.33.02.bb | |
parent | d895433b6c50e46edd9a75ed512455513f8e00df (diff) |
dvsdk: sync with TI overlay (http://arago-project.org/git/people/?p=brijesh/arago-dvsdk.git;a=summary)
* cleanups will follow later
Diffstat (limited to 'recipes/dvsdk/ti-dspbios-native_5.33.02.bb')
-rw-r--r-- | recipes/dvsdk/ti-dspbios-native_5.33.02.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/dvsdk/ti-dspbios-native_5.33.02.bb b/recipes/dvsdk/ti-dspbios-native_5.33.02.bb new file mode 100644 index 0000000000..911eeda68c --- /dev/null +++ b/recipes/dvsdk/ti-dspbios-native_5.33.02.bb @@ -0,0 +1,19 @@ +require ti-dspbios.inc +inherit native + +SRC_URI = "http://install.source.dir.com/bios_setuplinux_5_33_02.bin" +BINFILE="bios_setuplinux_5_33_02.bin" + +S = "${WORKDIR}/bios_5_33_02" + +# Yes, the xdc stuff still breaks with a '.' in PWD +PV = "533" +PR = "r11" + +do_stage() { + install -d ${STAGING_DIR_NATIVE}/${PN} + cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/${PN}/ +} + +AUTOTOOLS_NATIVE_STAGE_INSTALL="1" + |