<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/bootimg.bbclass, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot</title>
<updated>2010-05-05T14:04:57+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-03-30T13:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=838a58ab01a9f325430fe6c4cc1dac7c2255a69c'/>
<id>838a58ab01a9f325430fe6c4cc1dac7c2255a69c</id>
<content type='text'>
This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.

The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.

This patch also includes fixes for all recipes which reference the directory.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.

The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.

This patch also includes fixes for all recipes which reference the directory.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bootimg.bbclass: add deploy image dir, insert chance for post processing image. closes #1263</title>
<updated>2008-02-08T15:36:43+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2008-02-08T15:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bc42f026c7487d8336f3ccaefa6d9776d161e4eb'/>
<id>bc42f026c7487d8336f3ccaefa6d9776d161e4eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove final references to BUILD_SYS in staging paths</title>
<updated>2007-10-29T23:08:22+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-10-29T23:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=113d446f1e5db3da857162e1ee082f04379023f9'/>
<id>113d446f1e5db3da857162e1ee082f04379023f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bootimg.bbclass: import of new version (from Poky)</title>
<updated>2007-10-25T15:20:29+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2007-10-25T15:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cbd5664983f62182b49c093d885aba0add295ea8'/>
<id>cbd5664983f62182b49c093d885aba0add295ea8</id>
<content type='text'>
------------------------------------------------------------------------
r2867 | richard | 2007-10-11 23:46:11 +0200 (Cz, 11 X 2007) | 1 line
bootimg.bbclass: Fix taskname reference
------------------------------------------------------------------------
r1911 | hrw | 2007-06-11 12:35:28 +0200 (Pn, 11 VI 2007) | 1 line
bootimg.bbclass: get kernel from proper directory in staging
------------------------------------------------------------------------
r1899 | hrw | 2007-06-08 22:45:44 +0200 (Pt, 08 VI 2007) | 9 lines
bootimg.bbclass: fixed generation of ISO &amp; HDD images
bootimg.bbclass supported creation of FAT filesystem images for usage with
syslinux (kernel and initrd in /boot/) and creation of ISO images with kernel
and initrd on it. ISO images contained also not needed /boot/ directory from
FAT image.
Now still two files are created as result but both contain only needed files.
------------------------------------------------------------------------
r1898 | hrw | 2007-06-08 20:22:19 +0200 (Pt, 08 VI 2007) | 1 line
bootimg: reformatted again
------------------------------------------------------------------------
r1897 | hrw | 2007-06-08 20:21:18 +0200 (Pt, 08 VI 2007) | 1 line
bootimg: reformatted
------------------------------------------------------------------------
r1894 | hrw | 2007-06-08 10:39:22 +0200 (Pt, 08 VI 2007) | 1 line
bootimg.bbclass: imported from OE, updated to recent BitBake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
------------------------------------------------------------------------
r2867 | richard | 2007-10-11 23:46:11 +0200 (Cz, 11 X 2007) | 1 line
bootimg.bbclass: Fix taskname reference
------------------------------------------------------------------------
r1911 | hrw | 2007-06-11 12:35:28 +0200 (Pn, 11 VI 2007) | 1 line
bootimg.bbclass: get kernel from proper directory in staging
------------------------------------------------------------------------
r1899 | hrw | 2007-06-08 22:45:44 +0200 (Pt, 08 VI 2007) | 9 lines
bootimg.bbclass: fixed generation of ISO &amp; HDD images
bootimg.bbclass supported creation of FAT filesystem images for usage with
syslinux (kernel and initrd in /boot/) and creation of ISO images with kernel
and initrd on it. ISO images contained also not needed /boot/ directory from
FAT image.
Now still two files are created as result but both contain only needed files.
------------------------------------------------------------------------
r1898 | hrw | 2007-06-08 20:22:19 +0200 (Pt, 08 VI 2007) | 1 line
bootimg: reformatted again
------------------------------------------------------------------------
r1897 | hrw | 2007-06-08 20:21:18 +0200 (Pt, 08 VI 2007) | 1 line
bootimg: reformatted
------------------------------------------------------------------------
r1894 | hrw | 2007-06-08 10:39:22 +0200 (Pt, 08 VI 2007) | 1 line
bootimg.bbclass: imported from OE, updated to recent BitBake
</pre>
</div>
</content>
</entry>
<entry>
<title>bootimg.bbclass - This creates a bootable image using syslinux, your kernel and an optional initrd</title>
<updated>2006-05-31T23:18:20+00:00</updated>
<author>
<name>Raymond Danks</name>
<email>raymond@edanks.com</email>
</author>
<published>2006-05-31T23:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a37558949698152bb853c520dba87d40fc74e77f'/>
<id>a37558949698152bb853c520dba87d40fc74e77f</id>
<content type='text'>
syslinux.bbclass - This creates a configuration file suitable for use with syslinux.
db1200.conf geodelx.conf - add db1200 and geodelx machine configurations.
  Forgot the mt-add on these in the last attempt...  
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syslinux.bbclass - This creates a configuration file suitable for use with syslinux.
db1200.conf geodelx.conf - add db1200 and geodelx machine configurations.
  Forgot the mt-add on these in the last attempt...  
</pre>
</div>
</content>
</entry>
</feed>
