<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-intel.git/meta-n450, branch bernard</title>
<subtitle>[no description]</subtitle>
<id>https://git.enea.com/cgit/linux/meta-intel.git/atom?h=bernard</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-intel.git/atom?h=bernard'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/'/>
<updated>2011-05-18T05:59:02+00:00</updated>
<entry>
<title>README.sources: use git.yoctoproject.org as server for the BSP repository</title>
<updated>2011-05-18T05:59:02+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2011-05-17T18:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ef9440f180c726abfbf4d8d42bb2e01034c2f3f2'/>
<id>urn:sha1:ef9440f180c726abfbf4d8d42bb2e01034c2f3f2</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>meta-intel: add README.sources</title>
<updated>2011-05-16T16:29:46+00:00</updated>
<author>
<name>Tom Zanussi</name>
<email>tom.zanussi@intel.com</email>
</author>
<published>2011-05-16T16:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=ceef176529a34d00eeb4e2091d7b51e2fc2d8bb8'/>
<id>urn:sha1:ceef176529a34d00eeb4e2091d7b51e2fc2d8bb8</id>
<content type='text'>
Signed-off-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.inc</title>
<updated>2011-03-17T03:16:54+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-17T03:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=49bffc5de0226fb1a215200d800189aaf286970b'/>
<id>urn:sha1:49bffc5de0226fb1a215200d800189aaf286970b</id>
<content type='text'>
Now that the FULL_OPTIMIZATION for gtk+ has been enabled in the core
tune-atom.inc, it is no longer necessary to do so for every atom based
bsp.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
CC: Ke Yu &lt;ke.yu@intel.com&gt;
CC: Richard Purdie &lt;richard.purdie@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: add optimization flags to gtk+ for n450 to avoid gcc core2 bug</title>
<updated>2011-03-16T22:36:46+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-16T21:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=0f633ae9cad8ce759dfa965e2b9aa1fce6c4adb7'/>
<id>urn:sha1:0f633ae9cad8ce759dfa965e2b9aa1fce6c4adb7</id>
<content type='text'>
Fixes [YOCTO #853]

Without these added optimization flags, the matchbox-panel (and possibly other)
applications would segfault. This patch applies the change only to the gtk+
recipe for the n450 bsp.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Ke Yu &lt;ke.yu@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: add xorg.conf to disable AutoAddDevices</title>
<updated>2011-03-16T04:29:47+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-15T23:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=14f57b958ba34ad3c5e82188ff3f457f7737b9b5'/>
<id>urn:sha1:14f57b958ba34ad3c5e82188ff3f457f7737b9b5</id>
<content type='text'>
Fixes [YOCTO #869] (2 of 2)

The n450 needs:

    Option        "AutoAddDevices"  "False"

In the ServerFlags, or it will fail to detect the keyboard.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: add formfactor config</title>
<updated>2011-03-16T04:29:40+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-15T23:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=2bd6b798cbb21562ace0b53808c544dc38deb4b0'/>
<id>urn:sha1:2bd6b798cbb21562ace0b53808c544dc38deb4b0</id>
<content type='text'>
Fixes [YOCTO #869] (1 of 2)

Add a formfactor config for the n450 to include a keyboard and no
touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was
to set it to 1, and the matchbox session disables the cursor in
the case of a touchscreen device.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: replace n450-audio with a proper init script</title>
<updated>2011-03-12T08:46:56+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-12T08:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d9ac50894e55b780aaab43b96536e0ce678ff8f7'/>
<id>urn:sha1:d9ac50894e55b780aaab43b96536e0ce678ff8f7</id>
<content type='text'>
Rewrite n450-audio based on /etc/init.d/skeleton. Update the install to
rewrite all the system paths.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: revamp audio mixer init script</title>
<updated>2011-03-12T08:46:41+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-11T23:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=d1ba49be3052aada2ca8fe8f12787b4fce8a6383'/>
<id>urn:sha1:d1ba49be3052aada2ca8fe8f12787b4fce8a6383</id>
<content type='text'>
Fixes [YOCTO #798]

n450-audiofix suffered from various problems, including not getting installed.
This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various
bugs in the implementation. The structure has been renamed and the comments
updated for consistency. This should be considered a stop-gap measure, as
something along the lines of oe's alsa-state is a far better solution.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>n450: Default to atom-pc SRCREVs for linux-yocto-stable</title>
<updated>2011-03-11T19:20:19+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-11T19:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=4bbfc4f08b0e906ba4182f0ad2baad77a5938db9'/>
<id>urn:sha1:4bbfc4f08b0e906ba4182f0ad2baad77a5938db9</id>
<content type='text'>
AUTOREV should only be used for local development and that can be set using
the meta-extras/meta-kernel-dev layer. Comment the subtle aspect of defaulting
to the atom-pc SRCREVs due to the shared KMACHINE.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
<entry>
<title>n450: use KMACHINE instead of WRMACHINE (fix boot failure)</title>
<updated>2011-03-11T19:20:19+00:00</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-03-11T19:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-intel.git/commit/?id=232c1be664075eeceb2b123ef91d2dd71a1eb7a6'/>
<id>urn:sha1:232c1be664075eeceb2b123ef91d2dd71a1eb7a6</id>
<content type='text'>
Fixes [YOCTO #837]

The n450 linux-yocto-stable bbappend was using WRMACHINE instead of KMACHINE.
This resulted in KMACHINE being set to UNDEFINED by the linux-yocto.inc which
resulted in bulding the common_pc-standard branch instead of the
atom-pc-standard branch. This build a kernel without vfat, blk loop, and the
requisite codepages.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
CC: Tom Zanussi &lt;tom.zanussi@intel.com&gt;
</content>
</entry>
</feed>
