<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-el-common.git, branch dizzy</title>
<subtitle>Commmon distro layer for Enea Linux</subtitle>
<id>https://git.enea.com/cgit/linux/meta-el-common.git/atom?h=dizzy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-el-common.git/atom?h=dizzy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/'/>
<updated>2015-12-17T14:56:00+00:00</updated>
<entry>
<title>ltp: Fix test_proc_kill hanging</title>
<updated>2015-12-17T14:56:00+00:00</updated>
<author>
<name>Catalina Focsa</name>
<email>catalina.focsa@enea.com</email>
</author>
<published>2015-12-17T14:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=a43271bc9283128d82c6542c70378a52a05d35cf'/>
<id>urn:sha1:a43271bc9283128d82c6542c70378a52a05d35cf</id>
<content type='text'>
Signed-off-by: Catalina Focsa &lt;catalina.focsa@enea.com&gt;
Signed-off-by: George Nita &lt;george.nita@enea.com&gt;
</content>
</entry>
<entry>
<title>enea-image-featured.bb: removed internal tests</title>
<updated>2015-12-17T11:47:17+00:00</updated>
<author>
<name>George Nita</name>
<email>george.nita@enea.com</email>
</author>
<published>2015-12-17T10:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=e13c24fe6b788fba5334813b0dc7922e8ab803a2'/>
<id>urn:sha1:e13c24fe6b788fba5334813b0dc7922e8ab803a2</id>
<content type='text'>
Internal tests handled in meta-enea-test.

Signed-off-by: George Nita &lt;george.nita@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>ltp: Add periodic output</title>
<updated>2015-12-15T02:30:12+00:00</updated>
<author>
<name>Iulian Popa</name>
<email>iulian.popa@enea.com</email>
</author>
<published>2015-12-14T14:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=fc7fba2df07dbdf60958843f85d8584eb58377f1'/>
<id>urn:sha1:fc7fba2df07dbdf60958843f85d8584eb58377f1</id>
<content type='text'>
Signed-off-by: Iulian Popa &lt;iulian.popa@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>Add enea-init-build-env to meta-enea-base</title>
<updated>2015-12-14T13:14:59+00:00</updated>
<author>
<name>Catalina Focsa</name>
<email>catalina.focsa@enea.com</email>
</author>
<published>2015-12-11T09:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=4f56a3b823cb8dd43086ad8bdb78ff37520613b4'/>
<id>urn:sha1:4f56a3b823cb8dd43086ad8bdb78ff37520613b4</id>
<content type='text'>
Add enea-init-build-env to the repo.
Sourcing it from poky dir shall be done with explicit path using:
"source meta-enea-base/enea-init-build-env [OPTIONS]".
The default layer added to bblayers.conf is now meta-enea-base
instead of meta-enea and shouldn't be added in the
"-l" option as usual.

Signed-off-by: Catalina Focsa &lt;catalina.focsa@enea.com&gt;
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>nfs-utils: fix for segfault in add_name</title>
<updated>2015-12-14T12:51:12+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-12-10T22:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=218c2f039ccf435e42716ba1208a1ecbdb8f653c'/>
<id>urn:sha1:218c2f039ccf435e42716ba1208a1ecbdb8f653c</id>
<content type='text'>
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>ptest: set relative path for test-driver</title>
<updated>2015-12-14T12:37:40+00:00</updated>
<author>
<name>Tudor Florea</name>
<email>tudor.florea@enea.com</email>
</author>
<published>2015-12-10T21:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=406ec45b2045b63a73719b1203f3418bace0d122'/>
<id>urn:sha1:406ec45b2045b63a73719b1203f3418bace0d122</id>
<content type='text'>
Starting with dizzy(poky v1.7) parallel testing was activated and
test-driver is the log driver for this mechanism.
But generated Makefile is using an absolute path when calls the test-driver
which is a wrong path at run-time.

Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
Signed-off-by: George Nita &lt;george.nita@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
Signed-off-by: Adrian Calianu &lt;adrian.calianu@enea.com&gt;
</content>
</entry>
<entry>
<title>tclap: add ALLOW_EMPTY in bb file</title>
<updated>2015-12-11T21:24:47+00:00</updated>
<author>
<name>Adrian Dudau</name>
<email>adrian.dudau@enea.com</email>
</author>
<published>2015-12-11T12:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=476ddf6e0796c8e554fba534b7c7895580d6a53c'/>
<id>urn:sha1:476ddf6e0796c8e554fba534b7c7895580d6a53c</id>
<content type='text'>
This is ported from meta-openembedded:master

Signed-off-by: Adrian Dudau &lt;adrian.dudau@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
<entry>
<title>gdb: Add ptest</title>
<updated>2015-12-07T09:20:47+00:00</updated>
<author>
<name>Paul Vaduva</name>
<email>Paul.Vaduva@enea.com</email>
</author>
<published>2015-12-04T16:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=9b3c8a18e0b8f995100bde7a9b4363a9044ecd10'/>
<id>urn:sha1:9b3c8a18e0b8f995100bde7a9b4363a9044ecd10</id>
<content type='text'>
Signed-off-by: Paul Vaduva &lt;Paul.Vaduva@enea.com&gt;
Signed-off-by: George Nita &lt;george.nita@enea.com&gt;
</content>
</entry>
<entry>
<title>dbus: CVE-2014-3532</title>
<updated>2015-12-04T13:37:17+00:00</updated>
<author>
<name>Sona Sarmadi</name>
<email>sona.sarmadi@enea.com</email>
</author>
<published>2015-12-04T13:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=8d7d20f1ae6c10ef37723572b535c5c22814461e'/>
<id>urn:sha1:8d7d20f1ae6c10ef37723572b535c5c22814461e</id>
<content type='text'>
Fixes denial of service in file descriptor passing feature

References:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3532
https://bugs.freedesktop.org/show_bug.cgi?id=80163
http://openwall.com/lists/oss-security/2014/07/02/4

Upstream commit:
http://cgit.freedesktop.org/dbus/dbus/commit/?id=
9ca90648fc870c24d852ce6d7ce9387a9fc9a94a

Signed-off-by: Sona Sarmadi &lt;sona.sarmadi@enea.com&gt;
</content>
</entry>
<entry>
<title>distro: Set PREMIRRORS to linux.enea.com</title>
<updated>2015-11-26T00:44:00+00:00</updated>
<author>
<name>George Nita</name>
<email>george.nita@enea.com</email>
</author>
<published>2015-11-24T15:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-el-common.git/commit/?id=7c31d929af764a61ffdfc99ec9c2fc23e24dad2b'/>
<id>urn:sha1:7c31d929af764a61ffdfc99ec9c2fc23e24dad2b</id>
<content type='text'>
Enea mirrors should be searched first.

Signed-off-by: George Nita &lt;george.nita@enea.com&gt;
Signed-off-by: Tudor Florea &lt;tudor.florea@enea.com&gt;
</content>
</entry>
</feed>
