On 3/5/20 7:38 PM, Denys Dmytriyenko wrote:
> On Thu, Mar 05, 2020 at 06:00:31PM -0500, Andrew F. Davis wrote:
>> Add some tests for the DMA-Heap framework. Based on ion-tests.
>>
>> Signed-off-by: Andrew F. Davis <[email protected]>
>> ---
>>  .../recipes-devtools/dma-heap/dma-heap-tests.bb  | 16 ++++++++++++++++
>>  1 file changed, 16 insertions(+)
>>  create mode 100644 
>> meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
>>
>> diff --git a/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb 
>> b/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
>> new file mode 100644
>> index 00000000..9693fe64
>> --- /dev/null
>> +++ b/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
>> @@ -0,0 +1,16 @@
>> +SUMMARY = "Test cases for DMA-Heap framework"
>> +HOMEPAGE = "https://github.com/glneo/dma-heap-tests";
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = 
>> "file://src/heap_test_fixture.cpp;beginline=1;endline=15;md5=d16465a9e7dc8f53bfdf997c4bf55540"
>> +
>> +PV = "1.0"
>> +
>> +BRANCH = "master"
>> +SRC_URI = 
>> "git://github.com/glneo/dma-heap-tests.git;protocol=git;branch=${BRANCH}"
>> +SRCREV = "bccbfbf24baccefa09439a924f61f04e82b3910a"
>> +
>> +DEPENDS = "googletest"
> 
> Ah, right, almost missed that gtest got renamed to googletest.
> 
> Since this is based on ion-tests, do you want to place it in "ion" folder or 
> keep it in its own?
> 


Based on, but not the same, DMA-Heaps is different than Ion. Ion is on
the way out, it should probably get removed from the kernel here soon
when we are sure all of its functionality is matched by DMA-Heaps. After
that the "ion" naming should get dropped from our vocabulary so as not
to confuse them anymore. Lets go with separate folders.

Andrew


> 
>> +S = "${WORKDIR}/git"
>> +
>> +inherit cmake pkgconfig
>> -- 
>> 2.17.1
>>
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to