|
SRCPV migration
Sorry for that :/ I'm merging stuff from shr/merge branch where its already used and it sliped through. Should I commit SRCPV->SRCREV now, or is it ok for now as there is also DEFAULT_PREFERRENCE = -1
Sorry for that :/ I'm merging stuff from shr/merge branch where its already used and it sliped through. Should I commit SRCPV->SRCREV now, or is it ok for now as there is also DEFAULT_PREFERRENCE = -1
|
By
Martin Jansa
· #14495
·
|
|
SRCPV migration
Hi again.. there is more SRCPVs in stuff I merged.. (which weren't probably built before and hopefully aren't built now) Do I have to kill all SRCPV there? .. bitbake patches are prepared, waiting for
Hi again.. there is more SRCPVs in stuff I merged.. (which weren't probably built before and hopefully aren't built now) Do I have to kill all SRCPV there? .. bitbake patches are prepared, waiting for
|
By
Martin Jansa
· #14496
·
|
|
[PATCH] tzdata: add 2009s, fix typo in do_compile, install zone.tab and iso1366.tab for eglibc
* there was ${WORKDIR}} * zone.tab, iso1366.tab is removed in eglibc/eglibc-package.bbclass --- recipes/tzdata/tzdata.inc | 13 ++++++++++--- recipes/tzdata/tzdata_2009s.bb | 3 +++ 2 files changed, 13
* there was ${WORKDIR}} * zone.tab, iso1366.tab is removed in eglibc/eglibc-package.bbclass --- recipes/tzdata/tzdata.inc | 13 ++++++++++--- recipes/tzdata/tzdata_2009s.bb | 3 +++ 2 files changed, 13
|
By
Martin Jansa
· #14509
·
|
|
SRCPV migration
Even better fix for builders with BB_GIT_CLONE_FOR_SRCREV enabled.
Even better fix for builders with BB_GIT_CLONE_FOR_SRCREV enabled.
|
By
Martin Jansa
· #14515
·
|
|
[PATCH] wrong checksum for libsdl-mixer-1.2.9
As Bernhard probably hasn't old archive I tried it here /home/downloads/OE/SDL_mixer-1.2.9 $ ls -lR > lslR.txt /home/downloads/OE/SDL_mixer-1.2.9 $ cd ../SDL_mixer-1.2.9.new/ /home/downloads/OE/SDL_mi
As Bernhard probably hasn't old archive I tried it here /home/downloads/OE/SDL_mixer-1.2.9 $ ls -lR > lslR.txt /home/downloads/OE/SDL_mixer-1.2.9 $ cd ../SDL_mixer-1.2.9.new/ /home/downloads/OE/SDL_mi
|
By
Martin Jansa
· #14572
·
|
|
[PATCH 1/2] module_strip.bbclass: look for modules in right directory
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in install directory but in package, packages-split * modules*.tgz is created BEFORE this, so it contains non stripped modules * for mo
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in install directory but in package, packages-split * modules*.tgz is created BEFORE this, so it contains non stripped modules * for mo
|
By
Martin Jansa
· #14576
·
|
|
[PATCH 2/2] kernel.bbclass: deploy both stripped and non-stripped modules in tgz
* Change name of old modules*.tgz file to modules*-dbg.tgz * Run do_strip_modules in PKGDEST for every package and then in PKGD, from where .tgz will be created, just because I haven't found where do_
* Change name of old modules*.tgz file to modules*-dbg.tgz * Run do_strip_modules in PKGDEST for every package and then in PKGD, from where .tgz will be created, just because I haven't found where do_
|
By
Martin Jansa
· #14575
·
|
|
[PATCH] wrong checksum for libsdl-mixer-1.2.9
I haven't found any notice about SDL_mixer on that news link (only SDL_image-1.2.9), Refreshed date on sources, can be sort of bug fix even without actuall source change, ie if Makefile don't want to
I haven't found any notice about SDL_mixer on that news link (only SDL_image-1.2.9), Refreshed date on sources, can be sort of bug fix even without actuall source change, ie if Makefile don't want to
|
By
Martin Jansa
· #14579
·
|
|
[PATCH] wrong checksum for libsdl-mixer-1.2.9
Again yes! that's what is written bellow line: SDL_image 1.2.9 has been released with a quick bug fix for Mac OS X and iPhone: So what you just copy&pasted is changelog between SDL_image-1.2.8 and SDL
Again yes! that's what is written bellow line: SDL_image 1.2.9 has been released with a quick bug fix for Mac OS X and iPhone: So what you just copy&pasted is changelog between SDL_image-1.2.8 and SDL
|
By
Martin Jansa
· #14586
·
|
|
SRCPV migration - How SRCPV works!
After longer IRC discussion with mwester I was persuaded to write some summary of what SRCPV do and what's bad on SRCPV+BB_GIT_CLONE_FOR_SRCREV combination. SRCPV usage in svn recipes is safe, because
After longer IRC discussion with mwester I was persuaded to write some summary of what SRCPV do and what's bad on SRCPV+BB_GIT_CLONE_FOR_SRCREV combination. SRCPV usage in svn recipes is safe, because
|
By
Martin Jansa
· #14591
·
|
|
SRCPV migration - How SRCPV works!
Sorry, I didn't intend to make all srcrevs in sane-srcrevs.inc. I should write it a bit longer: "should have some hash stored somewhere ie in sane-srcrevs.inc (which is included probably in all sane d
Sorry, I didn't intend to make all srcrevs in sane-srcrevs.inc. I should write it a bit longer: "should have some hash stored somewhere ie in sane-srcrevs.inc (which is included probably in all sane d
|
By
Martin Jansa
· #14601
·
|
|
SRCPV migration - How SRCPV works!
RP or someone else: What do you think about proposed implementation? Another table with localcount for every revision built, not only for last one. And table with last revisions with branch and machin
RP or someone else: What do you think about proposed implementation? Another table with localcount for every revision built, not only for last one. And table with last revisions with branch and machin
|
By
Martin Jansa
· #14607
·
|
|
SRCPV migration - How SRCPV works!
No if you're using LOCALCOUNT_OVERRIDE Yes if you're using AUTOREV without SRCPV. What about enabling LOCALCOUNT_OVERRIDE by default. Nothing change for everybody (only harmless constant '0+' in PV).
No if you're using LOCALCOUNT_OVERRIDE Yes if you're using AUTOREV without SRCPV. What about enabling LOCALCOUNT_OVERRIDE by default. Nothing change for everybody (only harmless constant '0+' in PV).
|
By
Martin Jansa
· #14619
·
|
|
SRCPV migration - How SRCPV works!
Why do you need to change PV,PR if you bump LOCALCOUNT? I see only 1 step in one place (SRCREV+LOCALCOUNT in sane-srcrevs or recipe). And as long as its in the same file, it can be a bit less error-pr
Why do you need to change PV,PR if you bump LOCALCOUNT? I see only 1 step in one place (SRCREV+LOCALCOUNT in sane-srcrevs or recipe). And as long as its in the same file, it can be a bit less error-pr
|
By
Martin Jansa
· #14621
·
|
|
SRCPV migration - How SRCPV works!
But this isn't any worse with SRCPV or is it? Now you need to bump SRCREV *and* PR with every SRCREV change unless PV changed. And SRCREV *and* PV if PV changed (maybe you also reset PR). With LOCALCO
But this isn't any worse with SRCPV or is it? Now you need to bump SRCREV *and* PR with every SRCREV change unless PV changed. And SRCREV *and* PV if PV changed (maybe you also reset PR). With LOCALCO
|
By
Martin Jansa
· #14628
·
|
|
Please indicate *why* in the commit messages; commit "kernel.bbclass: force do_deploy call before do_build"
Sorry, we discussed it with RP and after previous patches of this bbclass it looked clear to me. But if you look only on this last commit it is not clear at all. First do_deploy was called in ${D} dir
Sorry, we discussed it with RP and after previous patches of this bbclass it looked clear to me. But if you look only on this last commit it is not clear at all. First do_deploy was called in ${D} dir
|
By
Martin Jansa
· #14631
·
|
|
[oe-commits] Koen Kooi : opkg-target,sdk: bump SRCREV
Hi, just out of curiosity, does your opkg also ship with update-alternatives script included in package? Haven't you problem with it, ie not respecting virtual/update-alternatives set for distribution
Hi, just out of curiosity, does your opkg also ship with update-alternatives script included in package? Haven't you problem with it, ie not respecting virtual/update-alternatives set for distribution
|
By
Martin Jansa
· #14655
·
|
|
[oe-commits] Koen Kooi : opkg-target,sdk: bump SRCREV
I'm not sure what update-alternatives-dpkg in OE does different grep -R virtual/update-alternatives conf/distro shows only mamona.conf using dpkg Even with fixes merged upstream we should block instal
I'm not sure what update-alternatives-dpkg in OE does different grep -R virtual/update-alternatives conf/distro shows only mamona.conf using dpkg Even with fixes merged upstream we should block instal
|
By
Martin Jansa
· #14659
·
|
|
[oe-commits] Steve Sakoman : gnome-mplayer: bump SRCREV
Did you remove 'r' intentionally or is it a typo? I was trying to make svnr consistent in OE tree and only few recipes were using svn without 'r' http://cgit.openembedded.net/cgit.cgi/openembedded/com
Did you remove 'r' intentionally or is it a typo? I was trying to make svnr consistent in OE tree and only few recipes were using svn without 'r' http://cgit.openembedded.net/cgit.cgi/openembedded/com
|
By
Martin Jansa
· #14694
·
|
|
[RFC] sane-providers.inc with default providers for all distributions
I would like to create new file conf/distro/include/sane-providers.inc where we could store all default providers. Every distro should include this file and probably should drop own PREFERRED_PROVIDER
I would like to create new file conf/distro/include/sane-providers.inc where we could store all default providers. Every distro should include this file and probably should drop own PREFERRED_PROVIDER
|
By
Martin Jansa
· #14829
·
|