|
Use AUTOREV and have revision/commit number in package name?
Just out of my curiosity: How are PREFERRED_VERSION_pkg supposed to work when I prefer pkg with autoreved revision. bbfile will be named like pkg_git.bb inside will be PV="1.0.0+gitr${SRCPV}" and DEFA
Just out of my curiosity: How are PREFERRED_VERSION_pkg supposed to work when I prefer pkg with autoreved revision. bbfile will be named like pkg_git.bb inside will be PV="1.0.0+gitr${SRCPV}" and DEFA
|
By
Martin Jansa
· #12627
·
|
|
Use AUTOREV and have revision/commit number in package name?
What about this small patch in attachment? Is there better character for wildchar ('*')? For this type of PVs is wildchar usefull only in the end of PREFERRED_VERSION_pkg, would someone need it somewh
What about this small patch in attachment? Is there better character for wildchar ('*')? For this type of PVs is wildchar usefull only in the end of PREFERRED_VERSION_pkg, would someone need it somewh
|
By
Martin Jansa
· #12793
·
|
|
[PATCH] Allow % as wildcard in the end of PREFERRED_VERSION_pkg
--- lib/bb/providers.py | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/lib/bb/providers.py b/lib/bb/providers.py index 8970fb3..feaee52 100644 --- a/lib/bb/providers
--- lib/bb/providers.py | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/lib/bb/providers.py b/lib/bb/providers.py index 8970fb3..feaee52 100644 --- a/lib/bb/providers
|
By
Martin Jansa
· #13082
·
|
|
[PATCH] Allow % as wildcard in the end of PREFERRED_VERSION_pkg
As I'm not python programmer, I should at least test it better :/ sorry for that noise. true->True, false->False better version in attachment
As I'm not python programmer, I should at least test it better :/ sorry for that noise. true->True, false->False better version in attachment
|
By
Martin Jansa
· #13083
·
|
|
[PATCH] Allow % as wildcard in the end of PREFERRED_VERSION_pkg
I had problem when using _git or _svn versions with AUTOREV. When there is SRCREV or SRCPV in PV of that bb file you would like to use then you need to update PREFERRED_VERSION_pkg with every new comm
I had problem when using _git or _svn versions with AUTOREV. When there is SRCREV or SRCPV in PV of that bb file you would like to use then you need to update PREFERRED_VERSION_pkg with every new comm
|
By
Martin Jansa
· #13099
·
|
|
[PATCH] Allow % as wildcard in the end of PREFERRED_VERSION_pkg
I wrote a bit more about my problem here: http://article.gmane.org/gmane.comp.handhelds.openembedded/25986 Simply: If I want to prefer bbfile with PV=1.0+gitr${SRCPV} then PV will change with every co
I wrote a bit more about my problem here: http://article.gmane.org/gmane.comp.handhelds.openembedded/25986 Simply: If I want to prefer bbfile with PV=1.0+gitr${SRCPV} then PV will change with every co
|
By
Martin Jansa
· #13109
·
|
|
[PATCH] Allow % as wildcard in the end of PREFERRED_VERSION_pkg
Ok, but then you can say, that the same problem is when there is two or more packages with PV = "1.0". You can have as many git-based bb files as long as they have different PV prefix like 1.0+git% an
Ok, but then you can say, that the same problem is when there is two or more packages with PV = "1.0". You can have as many git-based bb files as long as they have different PV prefix like 1.0+git% an
|
By
Martin Jansa
· #13111
·
|
|
[PATCH] findutils: fix update-alternatives and native packages
Move update-alternatives logic to findutils-alternatives.inc which is not included in -native packages. Patch mkinstalldirs.patch is needed also for findutils-native_4.2.29. Remove version 4.4 as ther
Move update-alternatives logic to findutils-alternatives.inc which is not included in -native packages. Patch mkinstalldirs.patch is needed also for findutils-native_4.2.29. Remove version 4.4 as ther
|
By
Martin Jansa
· #13215
·
|
|
[PATCH] Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
--- .../include/preferred-xorg-versions-live.inc | 637 ++++++++++++++++++++ conf/distro/include/sane-srcrevs.inc | 3 +- .../bump.preferred-xorg-versions-live.sh | 68 +++ recipes/dri/libdrm-glamo_git.b
--- .../include/preferred-xorg-versions-live.inc | 637 ++++++++++++++++++++ conf/distro/include/sane-srcrevs.inc | 3 +- .../bump.preferred-xorg-versions-live.sh | 68 +++ recipes/dri/libdrm-glamo_git.b
|
By
Martin Jansa
· #13381
·
|
|
[PATCH] Add latest xorg stuff for xserver-1.7, script for easy recipe bump and xf86-video-glamo-kms
Sure, but I was probably wrong to create new provider for drm.. seems like not needed for oe.dev branch. I'll create libdrm_git.bb and alternate SRC_URI for om-gta02 machine with glamo. What would you
Sure, but I was probably wrong to create new provider for drm.. seems like not needed for oe.dev branch. I'll create libdrm_git.bb and alternate SRC_URI for om-gta02 machine with glamo. What would you
|
By
Martin Jansa
· #13386
·
|
|
[PATCH 1/2] Merge libdrm-glamo_git directly to libdrm_git.
--- conf/distro/include/sane-srcrevs.inc | 1 + recipes/dri/libdrm-glamo_git.bb | 17 ----------------- recipes/dri/libdrm_git.bb | 19 +++++++++++++++++++ 4 files changed, 30 insertions(+), 19 deletions
--- conf/distro/include/sane-srcrevs.inc | 1 + recipes/dri/libdrm-glamo_git.bb | 17 ----------------- recipes/dri/libdrm_git.bb | 19 +++++++++++++++++++ 4 files changed, 30 insertions(+), 19 deletions
|
By
Martin Jansa
· #13401
·
|
|
[PATCH 2/2] Add missing patch for xorg-xserver
--- .../xorg-xserver/xserver-xorg-1.7.0/dolt-fix.patch | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 recipes/xorg-xserver/xserver-xorg-1.7.0/dolt-fix.p
--- .../xorg-xserver/xserver-xorg-1.7.0/dolt-fix.patch | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 recipes/xorg-xserver/xserver-xorg-1.7.0/dolt-fix.p
|
By
Martin Jansa
· #13402
·
|
|
[PATCH 1/2] Missing few xorg checksums.ini
--- conf/checksums.ini | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/conf/checksums.ini b/conf/checksums.ini index 097d63d..679e282 100644 --- a/conf
--- conf/checksums.ini | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/conf/checksums.ini b/conf/checksums.ini index 097d63d..679e282 100644 --- a/conf
|
By
Martin Jansa
· #13426
·
|
|
[PATCH 2/2] Fix preferred provider for mesa
--- conf/distro/include/preferred-shr-versions.inc | 2 -- conf/distro/include/shr-om-gta02-kms.conf | 3 --- conf/distro/include/shr-om-gta02.conf | 4 ++-- conf/machine/om-gta02.conf | 1 - 4 files chan
--- conf/distro/include/preferred-shr-versions.inc | 2 -- conf/distro/include/shr-om-gta02-kms.conf | 3 --- conf/distro/include/shr-om-gta02.conf | 4 ++-- conf/machine/om-gta02.conf | 1 - 4 files chan
|
By
Martin Jansa
· #13427
·
|
|
[PATCH] binutils-2.20 is new enough for glibc_2.9, change configure script to accept it
--- .../glibc-2.9/glibc-2.9-enable-binutils-2.2.patch | 35 ++++++++++++++++++++ recipes/glibc/glibc_2.9.bb | 1 + 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 recipes/glibc/glib
--- .../glibc-2.9/glibc-2.9-enable-binutils-2.2.patch | 35 ++++++++++++++++++++ recipes/glibc/glibc_2.9.bb | 1 + 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 recipes/glibc/glib
|
By
Martin Jansa
· #13545
·
|
|
Commit access
Hi all OE developers, I am politely asking if would be possible to allow me OE commit access. I already promised to commit this stuff: 1) xorg-7.5 2) scripts for easier updating of checksums.ini 3) SR
Hi all OE developers, I am politely asking if would be possible to allow me OE commit access. I already promised to commit this stuff: 1) xorg-7.5 2) scripts for easier updating of checksums.ini 3) SR
|
By
Martin Jansa
· #13708
·
|
|
[PATCH] eglibc: updated armv4t-interworking.patch
From: Martin Jansa <Martin.Jansa@...> * Updated patch to make SYSCALL_ERROR_HANDLER interworking safe. * Phil Blundell found and fixed another issue in eglibc armv4t builds. Signed-off-by: Marti
From: Martin Jansa <Martin.Jansa@...> * Updated patch to make SYSCALL_ERROR_HANDLER interworking safe. * Phil Blundell found and fixed another issue in eglibc armv4t builds. Signed-off-by: Marti
|
By
Martin Jansa
· #13829
·
|
|
[PATCH] eglibc: updated armv4t-interworking.patch
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=shr/merge&id=b7c9855c7ece03a0876c0d50922f908b65c5f095 should be also cherry-picked to replace another __ARM_ARCH_V4T__ with __ARM_ARCH_4T__
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=shr/merge&id=b7c9855c7ece03a0876c0d50922f908b65c5f095 should be also cherry-picked to replace another __ARM_ARCH_V4T__ with __ARM_ARCH_4T__
|
By
Martin Jansa
· #13830
·
|
|
menuconfig task for kernels
Hi, From what I checked now in linux.inc, then you're right that do_menuconfig is called just after do_patch, which seems wrong, because in do_configure_prepend it prepares few lines to .config (like
Hi, From what I checked now in linux.inc, then you're right that do_menuconfig is called just after do_patch, which seems wrong, because in do_configure_prepend it prepares few lines to .config (like
|
By
Martin Jansa
· #14053
·
|
|
[PATCH] bitbake.conf: SRCPV always upgradeable paths for git recipes
* Holger Hans Peter Freyther <zecke@...> did for the OM git tree that was never merged back into OE. * Taken from xora/angstrom-srcpv branch where it rot for long enough --- conf/bitbake.conf
* Holger Hans Peter Freyther <zecke@...> did for the OM git tree that was never merged back into OE. * Taken from xora/angstrom-srcpv branch where it rot for long enough --- conf/bitbake.conf
|
By
Martin Jansa
· #14134
·
|