diff options
Diffstat (limited to 'packages/dsplink/dmai_1.20.bb')
-rw-r--r-- | packages/dsplink/dmai_1.20.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb index 134f8230c8..9a549c3efb 100644 --- a/packages/dsplink/dmai_1.20.bb +++ b/packages/dsplink/dmai_1.20.bb @@ -7,13 +7,13 @@ require ti-paths.inc # https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_20_00_06/dmai_setuplinux_1_20_00_06.bin # Install the above link and put the dmai_1_20_00_06.tar.gz file in the same directory as this recipe SRC_URI = "file://dmai_1_20_00_06.tar.gz \ - file://update-cpu-name.patch;patch=1 \ - file://update-fb-display.patch;patch=1 \ - file://update-v4l2-display.patch;patch=1 \ - file://do-not-panic-on-mixer-failure.patch;patch=1 \ - file://support-32bit-align.patch;patch=1 \ - file://built-with-angstrom.patch;patch=1 \ - file://unbreak-xdc-args.patch;patch=1 \ + file://dmai-update-cpu-name.patch;patch=1 \ + file://dmai-update-fb-display.patch;patch=1 \ + file://dmai-update-v4l2-display.patch;patch=1 \ + file://dmai-do-not-panic-on-mixer-failure.patch;patch=1 \ + file://dmai-support-32bit-align.patch;patch=1 \ + file://dmai-built-with-angstrom.patch;patch=1 \ + file://dmai-unbreak-xdc-args.patch;patch=1 \ " S = "${WORKDIR}/dmai_1_20_00_06" |