urjaman
"I Know. We're going for a ride."
http://git.openpandora.org/cgi-bin/gitweb.cgi?p=openembedded.git;a=tree;f=recipes/gtk-webcore;h=d1d9853901357fcb2c00dec9b824d77645e25804;hb=HEADTempel said:How would one go about doing that and getting it pushed to the Pandora feed? Or upstream to Angstrom? I would really like to update the Midori package, but can't even find the original bitbake recipe.
use the search
There's many .bb's there, pick your version
git clone the repo make needed changes to wanted .bb, then, well I wont explain it better than notaz did to me, so...
Those config lines need to be done only once. Also, i suggest you to export EDITOR=nano (or your favorite editor) before git commit -s if you have vi-fobia.Notaz on the bugtracker said:Can you make a formal GIT patch so that you get proper credit? Basically:
git config --global user.name "My Name"
git config --global user.email "myname@domain.com"
git add <changed files>
git commit -s
git format-patch -o /somewhere -1
I'd suggest to test the new/modified .bb before pushing it up but for that you need an OE environment etc (guide: http://blogs.distant-earth.com/wp/?p=90 ; needed: (fast) linux (ubuntu tested) box with lots of HDD space), so I think you could post it so some OS dev can test it, too (but remember note that its untested).
Now I assumed some stuff here, but hopefully I'm being helpful
Last edited by a moderator: