On Thu, Sep 12, 2019 at 11:43:18PM +0530, Nikhil Devshatwar wrote: > On 12/09/19 10:13 PM, Denys Dmytriyenko wrote: > >Thanks, what about the test suite for ION? > This was mainly needed for PSDKRA use cases with Linux. > There was no request to add any tests. > >And I was planning to add those to meta-ti anyway... > That's fair, I don't have a specific choice. > as long as it gets packaged in the rootfs, I'm good.
Sounds good. I'll submit libion+test to meta-ti later today. > Nikhil D > > > >On Tue, Sep 10, 2019 at 12:18:59PM +0530, Nikhil Devshatwar wrote: > >>From: Denys Dmytriyenko <[email protected]> > >> > >>Signed-off-by: Denys Dmytriyenko <[email protected]> > >>Signed-off-by: Nikhil Devshatwar <[email protected]> > >>--- > >>Changes from v1: > >>* Retained original authorship > >> > >> meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++ > >> 1 file changed, 14 insertions(+) > >> create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb > >> > >>diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb > >>b/meta-arago-extras/recipes-devtools/ion/libion_git.bb > >>new file mode 100644 > >>index 0000000..7c93ed3 > >>--- /dev/null > >>+++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb > >>@@ -0,0 +1,14 @@ > >>+SUMMARY = "ION Userspace Memory Allocator Library" > >>+HOMEPAGE = "https://github.com/glneo/libion" > >>+LICENSE = "Apache-2.0" > >>+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" > >>+ > >>+PV = "1.0.0" > >>+ > >>+BRANCH = "master" > >>+SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}" > >>+SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000" > >>+ > >>+S = "${WORKDIR}/git" > >>+ > >>+inherit cmake pkgconfig > >>-- > >>1.9.1 > >> > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
