<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/tcf-agent, branch uninative-2.2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-2.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2018-07-24T10:52:26+00:00</updated>
<entry>
<title>tcf-agent: upgrade to 1.7.0</title>
<updated>2018-07-24T10:52:26+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2018-07-17T16:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b865fb4fcb1c3ed1d8a80e5f5febbace0ead32d1'/>
<id>urn:sha1:b865fb4fcb1c3ed1d8a80e5f5febbace0ead32d1</id>
<content type='text'>
Remove 0001-canonicalize_file_name-is-specific-to-glibc.patch as upstream has
integrated musl support.

(From OE-Core rev: 4c243b71a0a05acc3b2a8bd327a8c97dcc08d3c5)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: refresh patches</title>
<updated>2018-03-11T13:27:00+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2018-03-09T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=541711cc33eb6b571f8fa1329595a25288f00d5b'/>
<id>urn:sha1:541711cc33eb6b571f8fa1329595a25288f00d5b</id>
<content type='text'>
The patch tool will apply patches by default with "fuzz", which is where if the
hunk context isn't present but what is there is close enough, it will force the
patch in.

Whilst this is useful when there's just whitespace changes, when applied to
source it is possible for a patch applied with fuzz to produce broken code which
still compiles (see #10450).  This is obviously bad.

We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For
that to be realistic the existing patches with fuzz need to be rebased and
reviewed.

(From OE-Core rev: 9f77858360b33de6c4f66638fea8a8051fb6208f)

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Alexander Kanavin &lt;alexander.kanavin@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: update machine setting for aarch64 bigendian build</title>
<updated>2018-01-29T08:49:50+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2018-01-25T06:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1da07a3f6be4f56d05acb0cbdfb45320fc2efaaa'/>
<id>urn:sha1:1da07a3f6be4f56d05acb0cbdfb45320fc2efaaa</id>
<content type='text'>
(From OE-Core rev: af2f545a5fb0a622a2f21ce0912d543529f048c7)

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: latest upstream version is now known</title>
<updated>2017-11-09T12:33:16+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alexander.kanavin@linux.intel.com</email>
</author>
<published>2017-10-04T10:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=922a3dc9792c71c43c3c5f4861fe67e0b92fd23b'/>
<id>urn:sha1:922a3dc9792c71c43c3c5f4861fe67e0b92fd23b</id>
<content type='text'>
So incorrect acknowledgement of it being unknown can be deleted.

(From OE-Core rev: e76874db9599fd23188384db761813ec7e0d7c28)

Signed-off-by: Alexander Kanavin &lt;alexander.kanavin@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>selftest: fix distrodata.py to use per-recipe UPSTREAM_VERSION_UNKNOWN setting</title>
<updated>2017-08-15T23:03:13+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alexander.kanavin@linux.intel.com</email>
</author>
<published>2017-08-11T09:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5813f1f764f0c18ee2d00af9491f897bcc4089ab'/>
<id>urn:sha1:5813f1f764f0c18ee2d00af9491f897bcc4089ab</id>
<content type='text'>
... instead of a global exception list which was problematic.

[YOCTO #11896]

(From OE-Core rev: 89dfede4ca795ba085f1ee7290c6dede573c11db)

Signed-off-by: Alexander Kanavin &lt;alexander.kanavin@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: Fix daemon termination</title>
<updated>2017-06-12T14:08:30+00:00</updated>
<author>
<name>Jan Kiszka</name>
<email>jan.kiszka@web.de</email>
</author>
<published>2017-04-30T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b467a22729bea886d7bde976c9606ac8e4589cde'/>
<id>urn:sha1:b467a22729bea886d7bde976c9606ac8e4589cde</id>
<content type='text'>
The upstream init script uses SIGUSR2 to terminate that daemon because
SIGTERM is ignored. As the killproc function does not support specifying
a signal, switch to start-stop-daemon. Drop the retry loop because
SIGUSR2 is lethal for agent.

(From OE-Core rev: 7a47752f8223f3c0ed4354d5e39f1319071acf41)

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: kill with USR2 in systemd stop</title>
<updated>2017-06-12T14:08:30+00:00</updated>
<author>
<name>Martin Kelly</name>
<email>mkelly@xevo.com</email>
</author>
<published>2017-06-01T05:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b33356d168c0fec9b2df387b51240fa6566ca145'/>
<id>urn:sha1:b33356d168c0fec9b2df387b51240fa6566ca145</id>
<content type='text'>
tcf-agent ignores SIGTERM, so upstream uses USR2 instead. This issue was noticed
by Jan Kiszka and Brian Avery around the same time:

https://patchwork.openembedded.org/patch/139546/
https://patchwork.openembedded.org/patch/139560/

However, these patches fixed only the init scripts, not the systemd service
file. This patch fixes the systemd file.

(From OE-Core rev: 4f8ed1b3bf676a58055ebe01184b3594459a4118)

Signed-off-by: Martin Kelly &lt;mkelly@xevo.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: correct CFLAGS</title>
<updated>2017-06-06T18:52:26+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2017-06-05T17:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=97b36d5ee25b1a758c8b5bf8218d518abec9d4be'/>
<id>urn:sha1:97b36d5ee25b1a758c8b5bf8218d518abec9d4be</id>
<content type='text'>
Modify CFLAGS for several cases which will not compile otherwise.
Do not use the form CFLAGS_x_append because it will replace, not
append to CFLAGS for override x.

(From OE-Core rev: f8e63dff3eb807b07bd71f0e31f6e0cf18ecdb0c)

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: enable default target debugging features</title>
<updated>2017-05-11T15:59:19+00:00</updated>
<author>
<name>Gernot Hillier</name>
<email>gernot.hillier@siemens.com</email>
</author>
<published>2017-04-26T10:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=641ba7069a1b5d3ea1e9da16ada1181575ca70cc'/>
<id>urn:sha1:641ba7069a1b5d3ea1e9da16ada1181575ca70cc</id>
<content type='text'>
A number of features were disabled in OE due to historic problems
on ARM. In tcf-agent 1.4, they compile cleanly on all architectures
besides mips and libc-musl. These features are required for target
debugging with Eclipse Neon, CDT and TCF plugins - for example used
by Xilinx Vivado SDK 2016.4.

For MIPS and libc-musl, at least re-enable SERVICE_Symbols and
SERVICE_LineNumbers which compile cleanly.

(From OE-Core rev: b07242cfe4544e99daf0a8d2f7062530e366bfae)

Signed-off-by: Gernot Hillier &lt;gernot.hillier@siemens.com&gt;
Signed-off-by: Tim Offermann &lt;tim.offermann@siemens.com&gt;
Acked-by: Eugene Tarassov &lt;eugene.tarassov@xilinx.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>tcf-agent: fix machine setting for arm64 build</title>
<updated>2017-05-11T15:59:19+00:00</updated>
<author>
<name>Gernot Hillier</name>
<email>gernot.hillier@siemens.com</email>
</author>
<published>2017-04-26T10:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=36c71efe92c11a440f5ef70a8c4e04ec14177cef'/>
<id>urn:sha1:36c71efe92c11a440f5ef70a8c4e04ec14177cef</id>
<content type='text'>
tcf-agent uses "a64", not "aarch64", see agent/Makefile.inc. This fix
allows to re-enable features like SERVICE_Breakpoints and SERVICE_
MemoryMap on arm64.

(From OE-Core rev: 60c9b55d2247ca4a5074804eb42189c31d33fcf8)

Signed-off-by: Gernot Hillier &lt;gernot.hillier@siemens.com&gt;
Acked-by: Eugene Tarassov &lt;eugene.tarassov@xilinx.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
