<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/classes/rootfs_rpm.bbclass, branch laverne</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=laverne</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=laverne'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-10-11T11:18:02+00:00</updated>
<entry>
<title>rootfs: Update ROOTFS_PKGMANAGE to include atp/zypper</title>
<updated>2010-10-11T11:18:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-10-11T11:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ded2919f1929e31f0ebebbde6d273d3aaeed8325'/>
<id>urn:sha1:ded2919f1929e31f0ebebbde6d273d3aaeed8325</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm: Add lock file in the rpm deploy directory to allow mutliple rootfs creation tasks to coexist without breaking each other</title>
<updated>2010-10-07T14:41:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-10-07T14:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0e0fadb400b4656c4b15ae4120aa39ff8ed72985'/>
<id>urn:sha1:0e0fadb400b4656c4b15ae4120aa39ff8ed72985</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm.bbclass: Add Dirnames configuration</title>
<updated>2010-09-30T17:01:34+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-29T17:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fad896d4ea82b1cabcabbdf446a0c237f0005502'/>
<id>urn:sha1:fad896d4ea82b1cabcabbdf446a0c237f0005502</id>
<content type='text'>
[BUGID #327]

RPM attempts to validate all of the directories on the system are
owned by a package.  While the root "/" directory was not owned, so
in some cases an error could be thrown.  Resolve this by informing
RPM that yes, "/" is in fact a directory on the system that was
properly constructed and is "owned".

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm: Fix workaround</title>
<updated>2010-09-10T11:50:43+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-09T19:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d87034e41a666cb4ab0740bb6d1e2e8089401ef4'/>
<id>urn:sha1:d87034e41a666cb4ab0740bb6d1e2e8089401ef4</id>
<content type='text'>
The exit 0 in the workaround seems to have causes the filesystem creation
process to stop.  Instead change it to an if that can never succeed.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>rpm: Fix autoconf/libtool usage</title>
<updated>2010-09-04T01:30:47+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-03T17:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c849ec75e718d1095bd7d25d05f57e25d5d94589'/>
<id>urn:sha1:c849ec75e718d1095bd7d25d05f57e25d5d94589</id>
<content type='text'>
In order to resolve a host-contamination problem, we re-work the way that
autoconf and friends are invoked during the compilation of RPM.

This has a side effect of fixing another bug where RPM was being renamed
HOST_ARCH-HOST_OS-rpm.  So we remove the "fixes" for that behavior as well.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm: Workaround for checksum changes</title>
<updated>2010-09-04T01:30:47+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-03T17:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a9b715736f96e3a4ac3fa99737ae412c1ac4f01e'/>
<id>urn:sha1:a9b715736f96e3a4ac3fa99737ae412c1ac4f01e</id>
<content type='text'>
With the new checksum changes, the system is no longer able to determine
if the function resolve_package is used.  So it doesn't get emitted.  The
workaround resolves this by triggering an exit 0, followed by a bogus usage
of the function.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm: Support install_all_locales</title>
<updated>2010-09-03T08:45:29+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-02T18:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d6c45f0f1184e94a45381af9813f831aaa9052ef'/>
<id>urn:sha1:d6c45f0f1184e94a45381af9813f831aaa9052ef</id>
<content type='text'>
Support installing all locales similarly to how it is done within the ipk
support.  This has had basic testing, but it's not a normally used function
so there could still be some flaws.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>roots_rpm: Enable installation of recommended packages</title>
<updated>2010-09-03T08:44:56+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-09-01T21:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2f68de1e88fb196c301039ad994782b1a0c6ac94'/>
<id>urn:sha1:2f68de1e88fb196c301039ad994782b1a0c6ac94</id>
<content type='text'>
Within RPM there is a field called "Suggests".  This filed behaves like
"Recommends" does in ipk.  So we write out the packages using the Suggests
field with the Poky 'Recommends' values... and then use the arbitrary tags to
capture the Poky 'Suggests' within a new "Recommends" tag.

Slightly confusing, but the end result is a functioning install.

Also some performance enhancements were add at the same time.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>rootfs_rpm: Optimize rpm database processing</title>
<updated>2010-09-02T09:01:22+00:00</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2010-08-31T23:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=379ba0e9d73a96f72982070a71532e035878fee0'/>
<id>urn:sha1:379ba0e9d73a96f72982070a71532e035878fee0</id>
<content type='text'>
Optimize the creation of the solverdb by disabling fsyncs and
database caches that are not used when generating a solution.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>opkg: finalize the change to var directory</title>
<updated>2010-08-26T07:54:55+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-08-26T04:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=8ea7fa6d4c7734da6034d44f8b6d78d2993f1949'/>
<id>urn:sha1:8ea7fa6d4c7734da6034d44f8b6d78d2993f1949</id>
<content type='text'>
commit 1d0757f16beb31551733d9d755d72337ccda9642 changes opkg run state from
/usr/lib/opkg to /var/lib/opkg, which however is incomplete and still many
important information is kept under old directory including postinst methods.
This makes latest boot into a mess.

So finalize this movement to /var here. Fix [BUGID #229]

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
</feed>
