(→Make config Joggler specific) |
(→Make .config Joggler specific) |
||
| Line 41: | Line 41: | ||
== Make .config Joggler specific == | == Make .config Joggler specific == | ||
| + | Using http://jogglerhacks.blogspot.com/2010/07/making-meego-kernel-package-for-joggler.html create new versions of config-adaptation-joggler and config-generic | ||
| - | + | rebuild | |
| - | + | ||
| - | + | ||
---- | ---- | ||
Contents |
download source rpm from http://download.meego.com/live/devel:/kernel/Trunk/i586/kernel-adaptation-intel-automotive-2.6.35.10-12.4.i586.rpm
Talk to lbt on #meego-dev, #meego for a login to public obs
setup ~/.oscrc with correct urls, username and password. web interface https://build.pub.meego.com/ osc api interface https://api.pub.meego.com/
mkdir build-area cd build-area osc meta pkg -e home:<username> <package name> osc co home:<username>/<package name> cd home:<username> cd <package name> rpm2cpio *src.rpm|cpio -id osc addremove osc commit
set to built against Meego:current:Core/standard using gui
trigger build
This should get you some binary and a source package.
rename files
config-adaptation-intel-automotive and kernel-adaptation-intel-automotive.spec to config-adaptation-joggler and kernel-adaptation-joggler.spec
replace
'intel-automotive' with 'joggler' in Makefile.config and kernel-adaptation-joggler.spec
osc addremove osc commit
we now should have joggler named binaries
Using http://jogglerhacks.blogspot.com/2010/07/making-meego-kernel-package-for-joggler.html create new versions of config-adaptation-joggler and config-generic
rebuild
superseded information below
http://www.jogglerwiki.info/index.php?title=MeeGo
After getting MeeGo up on my Poulsbo based O2 Joggler
I have prepared a kickstart file for Poulsbo/GMA500 based netbooks.
If you have one of these netbooks and can spare the time I would be interested in the results.
You can catch me vgrade on #meego.
After a couple of reports of this nearly working I have edited the ks to a later version of the core and netbook repos
sudo mic-image-creator --cache=mycachedir --format=liveusb --config=<filename>.ks --run-mode=0
Find below a kickstart which allows the UX to come up - thanks to amyako for the tips the generic Xorg
to get X server up and running you need to do these steps after booting
Alt + F1 login: meego pass: meego su pass: meego telinit 3 Alt + F1
vi /etc/X11/xinit/Xclients
replace
if [ -x /usr/bin/twm ] ; then exec /usr/bin/twm fi
with
if [ -x /usr/bin/mutter ] ; then exec /usr/bin/mutter fi
startx
See this thread for latest info http://forum.meego.com/showthread.php?t=989
If you have success please post a video and also let me know what netbook you are running.
The source code for the kernel pulled in here can be found here http://vgrade.co.uk/kernel-2.6.33.3-20.1.src.rpm
Please add your name and devices to the list below, photos and video welcome
The EMGD drivers were pulled from repo.meego.com so the kickstart files above will no longer work.
Below is a extract from #meego IRC log where I ask Arjan Van De Ven (MeeGo Chief Architect) about the future of GMA500 on MeeGo.
http://mg.pov.lt/meego-irclog/%23meego.2010-08-17.log.html#t2010-08-17T22:59:44
Further to this Intel have released an official EMGD driver set with MeeGo support. see http://edc.intel.com/Software/Downloads/EMGD/#download
When I get chance I will update the kickstart files.
vgrade
Thanks goes to stskeeps for much help