<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/recipes-devtools/nasm, 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-04-03T22:53:20+00:00</updated>
<entry>
<title>nasm: Fix pure function warnings</title>
<updated>2018-04-03T22:53:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-04-01T07:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a36e4bb2f83f006a413571c89bffb0ece3e04b12'/>
<id>urn:sha1:a36e4bb2f83f006a413571c89bffb0ece3e04b12</id>
<content type='text'>
(From OE-Core rev: e3c76fd3db928fc487e86325df299f3f02ef369c)

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: Upgrade 2.13.02 -&gt; 2.13.03</title>
<updated>2018-02-16T18:05:40+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2018-02-15T12:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=049027e16d03fa51484265313588baf1df013e60'/>
<id>urn:sha1:049027e16d03fa51484265313588baf1df013e60</id>
<content type='text'>
(From OE-Core rev: a1e732fac218e6620fe5b515b5b3f3b139bea76d)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: upgrade 2.13.01 -&gt; 2.13.02</title>
<updated>2018-01-18T12:50:36+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2018-01-16T18:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b85d0518af6f02b640e4d2b1ba2fd2fbb0917234'/>
<id>urn:sha1:b85d0518af6f02b640e4d2b1ba2fd2fbb0917234</id>
<content type='text'>
(From OE-Core rev: 27a1166e92eeac499732839de1026564357e5054)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: Upgrade 2.12.02 -&gt; 2.13.01</title>
<updated>2017-05-29T14:15:20+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2017-05-27T02:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3730b6ededb1ed2d4aebb73c46303534da4e66fd'/>
<id>urn:sha1:3730b6ededb1ed2d4aebb73c46303534da4e66fd</id>
<content type='text'>
(From OE-Core rev: 265602c5355c71e31bb6d84e0e608dc86980853b)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: remove COMPATIBLE_HOST</title>
<updated>2017-03-31T09:10:29+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2017-03-30T11:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=22d9e285febec81b64e817094677ec0bc9065193'/>
<id>urn:sha1:22d9e285febec81b64e817094677ec0bc9065193</id>
<content type='text'>
nasm can build on every architecture, it just can't generate anything but X86
code.  As we can't know what the user intends to do with nasm, remove the
COMPATIBLE_HOST line.

(From OE-Core rev: 41d6e5bb295e952de6e1a3e36b313caa58e935bf)

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>nasm: 2.11.08 -&gt; 2.12.02</title>
<updated>2016-08-25T22:03:45+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2016-08-23T00:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3656481b53bc3c62bb1c05bd8a6bfb73ddd599b7'/>
<id>urn:sha1:3656481b53bc3c62bb1c05bd8a6bfb73ddd599b7</id>
<content type='text'>
(From OE-Core rev: 2eddea3fe8cdc612a5e90806c832bea1570ddfce)

Signed-off-by: Robert Yang &lt;liezhi.yang@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>nasm: 2.11.06 -&gt; 2.11.08</title>
<updated>2015-05-30T21:26:12+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2015-05-28T08:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=23371df9d697cf83a2db545463a37a75d060665a'/>
<id>urn:sha1:23371df9d697cf83a2db545463a37a75d060665a</id>
<content type='text'>
(From OE-Core rev: 0ebf49f56571d5e1951d47f479ab9713442e30bc)

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: 2.11.05 -&gt; 2.11.06</title>
<updated>2014-11-06T16:45:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-11-04T11:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c4c7b0fb236904c0ab625a5c2b49abaa8db6d891'/>
<id>urn:sha1:c4c7b0fb236904c0ab625a5c2b49abaa8db6d891</id>
<content type='text'>
(From OE-Core rev: 42aa9cf193ae14cccb102c55a51cbc533300ad71)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: Update 2.11.02 -&gt; 2.11.05</title>
<updated>2014-07-17T11:28:50+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-07-16T11:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=da223ec26e4b2109f2093501f83e614b222206b7'/>
<id>urn:sha1:da223ec26e4b2109f2093501f83e614b222206b7</id>
<content type='text'>
(From OE-Core rev: 403eed4b92a8b8d841b8a3ab9f1b2c25130f1deb)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>nasm: upgrade to 2.11.02</title>
<updated>2014-04-30T15:39:08+00:00</updated>
<author>
<name>Laurentiu Palcu</name>
<email>laurentiu.palcu@intel.com</email>
</author>
<published>2014-04-28T13:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=dfb817e88de84670422e3d952474313d97c4e83c'/>
<id>urn:sha1:dfb817e88de84670422e3d952474313d97c4e83c</id>
<content type='text'>
(From OE-Core rev: a3ddc4041a9a04072e4dbfe23fc5bddc7b0217ce)

Signed-off-by: Laurentiu Palcu &lt;laurentiu.palcu@intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
