diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-25 14:02:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-25 14:02:06 +0200 |
commit | 926d4e42d02ef8cb5c8c9950965b94676e705fb5 (patch) | |
tree | c56bc7711bb1804f91ad2cda899b2afea2fdc675 /recipes/ti/ti-lpm-module_2.23.1.bb | |
parent | d0fa63e22cc13840c61ee7c65bb8c0b818b9706d (diff) |
ti dsp recipes: replace some _beagleboard depends with _armv7a ones
Diffstat (limited to 'recipes/ti/ti-lpm-module_2.23.1.bb')
-rw-r--r-- | recipes/ti/ti-lpm-module_2.23.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/ti-lpm-module_2.23.1.bb b/recipes/ti/ti-lpm-module_2.23.1.bb index 6186f538c9..b478f64a98 100644 --- a/recipes/ti/ti-lpm-module_2.23.1.bb +++ b/recipes/ti/ti-lpm-module_2.23.1.bb @@ -1,5 +1,6 @@ DESCRIPTION = "LPM module for TI OMAP3 processors" +require ti-paths.inc inherit module # compile and run time dependencies DEPENDS = " virtual/kernel perl-native ti-dsplink-module" @@ -20,7 +21,6 @@ export DSPLINK="${S}/cetools/packages/dsplink" LPMDSPPOWERSOC ?= "omap3530" LPMDSPPOWERSOC_omap3evm ?= "omap3530" -LPMDSPPOWERSOC_beagleboard ?= "omap3530" do_compile () { # TODO :: KERNEL_CC, etc need replacing with user CC |