From: Xiaofeng Yan
Hi Saul,
I submit this patch for adding library "libQtopenGL*" to lsb image. We make lsb
test on the following platform with default setting "mesa-xlib" so far.
emenlow, mpc8315e, qemux86,qemux86-64 ,jasperforest
Pull URL: git://git.pokylinux.org/poky-
From: Xiaofeng Yan
Fix bug [#YOCTO 1020]
It is part of fixing bug [YOCTO #1020]. If another patch to add configuration
for compiling qtopengl to poky-lsb.conf is merged to poky, \
then this bug will be fixed. LSB Test Suite need library "libQtOpenGL*" in an
lsb image. If an image
From: Xiaofeng Yan
Due to "tools-profile" and "tools-testapps" were removed from variable \
"EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \
needed by LSB Test Suite were absent in an lsb image. I add these absent \
libraries to ta
From: Xiaofeng Yan
"tools-profile" and tools-testapps" which include three packages "owl-video" ,
"sysprof" and "alsa-utils-amixer" beside other packages were removed from
variable "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sa
From: Xiaofeng Yan
The difference for the variable TARGET_OS and BUILD_OS caused compilation error.
I submit this patch to fix this problem.
Signed-off-by: Xiaofeng Yan
---
recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a
From: Xiaofeng Yan
A compilation error arose when compiling qt3 for qemuarm. I fix this problem.
Please check patch for
detailed information.
Pull URL: git://git.pokylinux.org/meta-qt3.git
Branch: xiaofeng/meta-qt3
Browse: http://git.pokylinux.org/cgit.cgi/meta-qt3/log/?h=xiaofeng/meta
Hi Saul,
I make "opengl" as a ditro-feature for installing libQtOpenGL to image.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/opengl
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl
Thanks,
Xiaofeng Yan
---
Xiaof
I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image.
Fix Bug [YOCTO #1020]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-extended/tasks/task-core-lsb.bb | 18 +-
meta/recipes-qt/qt4/qt4-x11-free.inc |2 +-
2 files changed, 2 inserti
From: Xiaofeng Yan
Change as follows:
* Adding configuration file "sshd" in /etc/pam.d/ for supporting pam.
* Using four spaces instead of tab
Signed-off-by: Xiaofeng Yan
---
.../openssh/openssh-5.8p2/sshd | 10 +++
meta/recipes-connectivity/openssh/openss
From: Xiaofeng Yan
Hi Saul,
I modified my patches according to your suggestion.
- Using spaces instead of tab
- The patches can work only when pam is enabled
- Using OE-Core instead of poky
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/pam
Browse: http
From: Xiaofeng Yan
Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam.
Signed-off-by: Xiaofeng Yan
---
.../polkit/polkit-0.101/polkit-1_pam.patch | 23
meta/recipes-extended/polkit/polkit_0.101.bb |7 -
2 files changed, 28
From: Xiaofeng Yan
I make a patch and some changes in dropbear.inc for supporting pam.
- Enable pam in configure
- Modify file option.h to open pam supporting
Signed-off-by: Xiaofeng Yan
---
meta/recipes-core/dropbear/dropbear.inc| 78 +++-
.../dropbear/dropbear
Adding configuration file "sshd" in /etc/pam.d/ for supporting pam.
Signed-off-by: Xiaofeng Yan
---
.../openssh/openssh-5.8p2/sshd | 10 ++
meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 13 +++--
2 files changed, 21 insertions(+), 2
Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam.
Signed-off-by: Xiaofeng Yan
---
.../polkit/polkit-0.101/polkit-1_pam.patch | 23
meta/recipes-extended/polkit/polkit_0.101.bb |7 -
2 files changed, 28 insertions(+), 2
Hi Saul & Richard,
I modified my patches about how to whitespace and tab in .bb file according to
your suggestion.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/pam
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/pam
Thanks,
Xiaofeng
I make a patch and some changes in dropbear.inc for supporting pam.
- Enable pam in configure
- Modify file option.h to open pam supporting
Signed-off-by: Xiaofeng Yan
---
meta/recipes-core/dropbear/dropbear.inc|8 ++-
.../dropbear/dropbear/dropbear-enable-pam.patch
From: Xiaofeng Yan
Hi Saul,
The variable "TARGET_OS" has different value when building qt-x11-free-native
and qt-x11-free.
The different cause failure to compile qt3.
$ bitbake qt-x11-free-native -e | grep ^TARGET_OS
TARGET_OS="linux"
$ bitbake qt-x11-free -e | grep ^
From: Xiaofeng Yan
[YOCTO #1348]
The variable "TARGET_OS" has different value when building qt-x11-free-native
and \
qt-x11-free.
The different cause failure to compile qt3.
$ bitbake qt-x11-free-native -e | grep ^TARGET_OS
TARGET_OS="linux"
$ bitbake qt-x11-free -e | grep
From: Xiaofeng Yan
[YOCTO #936]
"update-alternatives" installed: one in /usr/sbin from chkconfig \
(symlinked to "alternatives"), and the other in /usr/bin \
from update-alternatives-cworth.
It appears for whatever reason that the one from chkconfig is run \
during postinst p
From: Xiaofeng Yan
"update-alternatives" installed: one in /usr/sbin from chkconfig (symlinked to
"alternatives"), and the other in /usr/bin from update-alternatives-cworth. It
appears for whatever reason that the one from chkconfig is run during postinst
processing but i
On 2011年08月10日 20:30, Richard Purdie wrote:
On Tue, 2011-08-09 at 16:50 +0800, Xiaofeng Yan wrote:
From: Xiaofeng Yan
[YOCTO #1348]
The variable "TARGET_OS" has different value when building qt-x11-free-native
and \
qt-x11-free.
The different cause failure to compile qt3.
$ bitb
From: Xiaofeng Yan
I got do_compile failure during building qemux86 image
| ../../../doltlibtool: line 17:
/distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/ \
libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file
or directory
This is due to not found libtool, but
From: Xiaofeng Yan
[YOCTO #1050]
I got do_compile failure during building qemux86 image
| ../../../doltlibtool: line 17:
/distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool:
No such file or directory
This is due to not found
From: Xiaofeng Yan
[YOCTO #1348]
The variable is different when building qt-x11-free-native and qt-x11-free. The
different cause this bug.
$ bitbake qt-x11-free-native -e | grep ^TARGET_OS
TARGET_OS="linux"
$ bitbake qt-x11-free -e | grep ^TARGET_OS
TARGET_OS="linux-gnueabi&qu
From: Xiaofeng Yan
Hi Richard,
I modified this bug according to your suggestion. If you have any suggestion, I
will modify it.
Pull URL: git://git.pokylinux.org/meta-qt3.git
Branch: xiaofeng/meta-qt3
Browse:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-qt3/commit/?h=xiaofeng/meta-qt3
From: Xiaofeng Yan
Hi Richard,
I just disable dolt according to your suggestion.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/libx11-diet
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/libx11-diet
Thanks,
Xiaofeng Yan
---
Xiaofeng Yan
From: Xiaofeng Yan
[YOCTO #1050]
I got do_compile failure during building qemux86 image
| ../../../doltlibtool: line 17:
/distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool:
No such file or directory
This is due to not found
From: Xiaofeng Yan
Fix bug 999
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4-x11-demo-image
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-x11-demo-image
Thanks,
Xiaofeng Yan
---
Xiaofeng Yan (1):
qt4-x11-demo-image: Fix bug
From: Xiaofeng Yan
[YOCTO #999]
Add qt4-x11-demo-image for fixing bug 999
Signed-off-by: Xiaofeng Yan
---
meta/classes/palmtop.bbclass | 26 ++
meta/classes/sdk.bbclass | 74
meta/recipes-qt/images/micro-base-image.bb | 19 +
meta
On 2011年08月22日 20:52, Paul Eggleton wrote:
On Monday 22 August 2011 12:34:11 Xiaofeng Yan wrote:
From: Xiaofeng Yan
[YOCTO #999]
Add qt4-x11-demo-image for fixing bug 999
Thanks for looking into this bug. A couple of comments though:
1) You need to specify an appropriate commit message. This
From: Xiaofeng Yan
Copy metadata of qt4e-demo-image from OE for easy testing qt4e on yocto project.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4-demo-image
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-demo-image
Thanks
From: Xiaofeng Yan
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-base-image.bb| 19 +
me
From: Xiaofeng Yan
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-base-image.bb| 14 ++
From: Xiaofeng Yan
Hi Paul,
Thank you for your very good suggestion for building a qt4e-demo-image.
I modified some .bb files and removed qwt according to your suggestion.
If you have any suggestion for these patches, I will continue modifying it.
Pull URL: git://git.pokylinux.org/poky
On 2011年08月25日 08:13, Paul Eggleton wrote:
On Thursday 25 August 2011 00:36:45 Saul Wold wrote:
Why do we need the qt4e-base-image and this demo-image? Do we expect to
have multiple images? This creates yet another image that needs to be
built and tested? Can this really just be added to the
From: Xiaofeng Yan
Hi Saul & Paul,
I merged qt4e-base-image.bb to qt4e-demoo-image.bb according to your
suggestion.
If you have any suggestion, I will modify them again.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4e-demo-image
Browse:
http://git.pokylinux
From: Xiaofeng Yan
[YOCTO #999]
Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on
embedded platform.
This image was tested on qemuarm and can run program "qtdemoE".
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-demo-image.bb | 19 ++
me
From: Xiaofeng Yan
The above variables lost their function, which caused no locale resources in an
lsb image because locale resources were splitted from eglibc-package.inc and
put into "eglibc-locale.inc".
For continuing to effect the above variables, I move them from
eglibc-pack
From: Xiaofeng Yan
There are no locales resources in an lsb image because the locale resources
were splitted from eglibc-package.inc \
and putted into a new file "eglibc-locale.inc". So the above variables lost
their function in eglibc-package.inc and
caused no locale resources in an
From: Xiaofeng Yan
dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \
When enabling pam supporting. But if we only install dropbear \
package without package "openssh", then "dropbear" will not \
find a configuration file. The c
From: Xiaofeng Yan
dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \
When enabling pam supporting. But if we only install dropbear \
package without package "openssh", then "dropbear" will not \
find a configuration file. The c
From: Xiaofeng Yan
[YOCTO #999]
qt4e-demo-image needs qt-demo-init when starting qtdemoE.
qt-demo-init was pulled from Openembeded.
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init | 55 ++
meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb
From: Xiaofeng Yan
qt-init-demo was needed during building a qt4e-demo-image.
So I pull it from Openembeded and push it into OE-core.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4e-demo-image
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng
On 2011年08月29日 20:54, Richard Purdie wrote:
On Mon, 2011-08-29 at 18:48 +0800, Xiaofeng Yan wrote:
From: Xiaofeng Yan
dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \
When enabling pam supporting. But if we only install dropbear \
package with
From: Xiaofeng Yan
Hi Richard,
I modify my fault. Please review it again. If have any suggestion. I will
modify it again.
Thanks
Yan
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/dropbear
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng
From: Xiaofeng Yan
dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \
When enabling pam supporting. But if we only install dropbear \
package without package "openssh", then "dropbear" will not \
find a configuration file.
The c
From: Xiaofeng Yan
"/bin/sh" is needed by qt4e-demo-image. I add "busybox" to this image.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/qt4e-demo-image
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4e-demo-image
Than
From: Xiaofeng Yan
"/bin/sh" is needed by qt4e-demo-image, So I add busybox for fixing this
problem.
Signed-off-by: Xiaofeng Yan
---
meta/recipes-qt/images/qt4e-demo-image.bb |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-qt/images/qt4e-demo-i
On 2012年01月04日 15:28, Saul Wold wrote:
We seem to have a relatively new failure in xserver-kdrive, which
appeared in the last set of change. I tried to run though a bisect but
was not able to find the problem.
The problem seems to be related to configure.ac setting of
XSERVER_CFLAGS='$(CWAR
From: Xiaofeng Yan
For packaging source codes to source rpm package, adding Sources,\
Patches and prep stage in spec file.
"Sources" include source codes (type of tar.gz) and \
log files including log.do_patch and log.do_configure (type of tar.gz)
"Patches" include all patch
From: Xiaofeng Yan
Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for
packaging source codes tree to source rpm and tar packages.
After adding srpm function in file "package_rpm.bbclass", user can get source
rpm packages beside rpm package.
From: Xiaofeng Yan
Source rpm package needs tar package as its source codes. log files \
are required as a part of source (description in bug 1655).
So log files need be packaged as tar package too.
User can select two types of package, the first is tar package and the second
is src.rpm package
On 2012年01月10日 00:17, Mark Hatle wrote:
On 1/8/12 1:11 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
For packaging source codes to source rpm package, adding Sources,\
Patches and prep stage in spec file.
"Sources" include source codes (type of tar.gz) and \
log files including log.do
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/cairo/cairo.inc |
From: Xiaofeng Yan
Command "pango-querymodules > /etc/pango/pango.modules" can't work when \
starting up yocto because of no directory "/etc/pango". It will cause \
messy code when gtk-demo running.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-gra
From: Xiaofeng Yan
Bitbake complain " No package 'cairo-xlib' found" when building image
"core-image-gtk-directfb".
Misconfiguration of directfb in PACKAGECONFIG causes this problem. I change
directfb to gtk-directfb.
Another problem is about messy code when
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-gnome/gtk+/gtk+.inc |2 +-
1 fi
From: Xiaofeng Yan
Update the status of eds-tools and mingetty.
mingetty has still not been updated since 2008.
Signed-off-by: Xiaofeng Yan
---
.../conf/distro/include/distro_tracking_fields.inc |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro
From: Xiaofeng Yan
Update the status of eds-tools and mingetty.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/maintainer
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer
Thanks,
Xiaofeng Yan
---
Xiaofeng Yan (1
On 2012年01月13日 04:33, Phil Blundell wrote:
On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote:
On 01/12/2012 12:12 AM, Xiaofeng Yan wrote:
-FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}"
+FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SO
From: Xiaofeng Yan
Hi Saul,
I remove ${sysconfdir}/* because bitbake will package this directory as default.
The following part was previous description.
--
Bitbake complain " No package 'cairo-xlib' found" when building im
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/cairo/cairo.inc |
From: Xiaofeng Yan
"direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be
"gtk-directfb".
PACKAGECONFIG can't select directfb as backend rightly, or else.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-gnome/gtk+/gtk+.inc |2 +-
1 fi
From: Xiaofeng Yan
Command "pango-querymodules > /etc/pango/pango.modules" can't work when \
starting up yocto because of no directory "/etc/pango". It will cause \
messy code when gtk-demo running.
[YOCTO #1674]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-gra
On 2012年01月13日 04:04, Saul Wold wrote:
On 01/07/2012 11:11 PM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass"
for packaging source codes tree to source rpm and tar packages.
After adding srpm function in file
From: Xiaofeng Yan
Add two parts:
1 Add absent locale resources in LSB_Setup.sh because of a lack of locale
resources in core-image-lsb-qt3 when running lsb test.
2 Add avahi-daemon.
Function "gethostbyaddr" will search file "/var/run/avahi-daemon/socket" but
there i
From: Xiaofeng Yan
The purpose of adding locale resources is to resolve bug 1954 because missing
locale resources
cause many failures.
The purpose of adding startup script avahi-daemon is to resolve bug 1907. The
detailed description
is as follows:
No daemon progress "avahi-daemon&
From: Xiaofeng Yan
Add log_begin_msg() and log_end_msg () in init-functions because some startup
scripts need them.
if there are not two functions, then error information will arise on screen.
for example,
$ /etc/init.d/avahi-daemon start
/etc/init.d/avahi-daemon: line 161: log_begin_msg
From: Xiaofeng Yan
The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r
from libglib, the other realize itself. the realization method is controlled by
macro "HAVE_QSORT_R".
qsort_r from libglib cause sort error. Add no-check-qsort_r.patch for
From: Xiaofeng Yan
function "g_qsort_with_data" has two kinds of realization. One calls qsort_r
from libglib, the other realize itself.
qsort_r from libglib cause sort error.
For fixing this problem no checking "qsort_r" in configure.ac.
[YOCTO #1959]
Signed-off-by: Xiaofen
From: Xiaofeng Yan
Apply this patch for avoiding sort error. Please check no-check-qsort_r.patch
for detailed information.
Signed-off-by: Xiaofeng Yan
---
meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core
On 2012年02月06日 15:05, Martin Jansa wrote:
On Mon, Feb 06, 2012 at 02:41:09PM +0800, Xiaofeng Yan wrote:
From: Xiaofeng Yan
The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r
from libglib, the other realize itself. the realization method is controlle
On 2012年02月06日 15:37, Xiaofeng Yan wrote:
On 2012年02月06日 15:05, Martin Jansa wrote:
On Mon, Feb 06, 2012 at 02:41:09PM +0800, Xiaofeng Yan wrote:
From: Xiaofeng Yan
The function "g_qsort_with_data" has two kinds of realization. One
calls qsort_r
from libglib, the other realize i
On 2012年02月06日 23:33, Khem Raj wrote:
On Sun, Feb 5, 2012 at 10:41 PM, Xiaofeng Yan
wrote:
+ file://file://no-check-qsort_r.patch \
really ?
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http
From: Xiaofeng Yan
LSB 4.1 complain a host contamination error from libx11 because of absent
patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4.
[YOCTO #1970]
Signed-off-by: Xiaofeng Yan
---
.../libx11-1.4.4/makekeys_crosscompile.patch | 45 +++
From: Xiaofeng Yan
LSB report the following information when running lsb test.
VSW5TESTSUITE PURPOSE 7
Assertion XStringToKeysym-7.(A)
When the string argument is the name of a KeySym in the
table with the prefix XK_ removed, then a call to
XStringToKeysym returns that KeySym.
METH: For each
From: Xiaofeng Yan
Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing
bug 1970.
[YOCTO #1970]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gra
Hi Saul,
I have some issues when I writing design document. The following
description is my understanding. I take package "zlib" for example .
This is a progression list of what the source archives should include:
1 - Original Upstream Archive & Patches
- 2 archives (tarballs)
$ls zlib
a function to include all of gnu
sources and patches in one tarball in archiver.bbclass.
On 02/14/2012 08:51 AM, Saul Wold wrote:
On 02/13/2012 02:41 AM, Xiaofeng Yan wrote:
Hi Saul,
I have some issues when I writing design document. The following
description is my understanding. I take p
get_source_patches"
SOURCE_ARCHIVE_PACKAGE_TYPE = {tar, srpm}
SOURCE_ARCHIVE_LOG = {True, False}
Please let us know if you have any questions.
Sau!
If my understanding don't meet your ideas, Please correct me.
Thanks for your help very much.
Thanks
Yan
On 02/15/2012 05:19 PM, X
On 2012年02月22日 00:57, Saul Wold wrote:
On 02/19/2012 10:40 PM, Xiaofeng Yan wrote:
On 2012年02月18日 07:52, Saul Wold wrote:
Hi Saul,
I have implemented the most functions but srpm functions. I will
complete the left work(merge functions from sourcepkg, src_distribute
to archiver.bbclass
On 2012年02月09日 17:06, Paul Menzel wrote:
Dear Xiaofeng,
Am Donnerstag, den 09.02.2012, 16:05 +0800 schrieb Xiaofeng Yan:
From: Xiaofeng Yan
LSB 4.1 complain a host contamination error from libx11 because of absent
patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4.
[Y
From: Xiaofeng Yan
archiver.bbclass is for archiving sources , patches and logs including .bb and
.inc files by configuring archiver_configure.bbclass which control what a
archiving package should include.
For archiving a source rpm package, I add some functions to package_rpm.bbclass.
I also
From: Xiaofeng Yan
This is configuration file to point to what content a archive package
should include in the different stage of task by pointing to different variable
and
stage.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
Signed-off-by: Xiaofeng Yan
---
meta/classes
From: Xiaofeng Yan
Support the following functions in this bbclass:
1 Archive sources in ${S} in the different stage to tarball
(do_unpack,do_patch,do_configure).
2 Archive patches including series to tarball
3 Archive logs including scripts (.bb and .inc files) to tarball
4 dump environment
From: Xiaofeng Yan
Add a new function to archive source, patches and logs to a source rpm
package. Every source rpm package will be deployed to
${DEPLOY}/sources/deploy-srpm.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/package_rpm.bbclass | 54
From: Xiaofeng Yan
LSB report the following information when running lsb test.
VSW5TESTSUITE PURPOSE 7
Assertion XStringToKeysym-7.(A)
When the string argument is the name of a KeySym in the
table with the prefix XK_ removed, then a call to
XStringToKeysym returns that KeySym.
METH: For each
From: Xiaofeng Yan
LSB 4.1 complain a host contamination error from libx11 because of absent
patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4.
The error from LSB Test Suite is as follow:
VSW5TESTSUITE PURPOSE 7
Assertion XStringToKeysym-7.(A)
When the string argument is the
From: Xiaofeng Yan
Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing
bug 1970.
[YOCTO #1970]
Signed-off-by: Xiaofeng Yan
---
meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-gra
From: Xiaofeng Yan
Append error information from LSB Test Suite to this patch for an illustrative
purpose \
why this patches should be needed.
Signed-off-by: Xiaofeng Yan
---
.../libx11-trim-1.4.4/makekeys_crosscompile.patch | 33 +++-
1 files changed, 32 insertions(+), 1
On 2012?03?06? 06:18, Saul Wold wrote:
On 03/03/2012 02:54 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
This is configuration file to point to what content a archive package
should include in the different stage of task by pointing to
different variable and
stage.
Xiaogeng,
You are on the
On 2012年03月06日 06:28, Saul Wold wrote:
On 03/03/2012 02:53 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
archiver.bbclass is for archiving sources , patches and logs
including .bb and .inc files by configuring
archiver_configure.bbclass which control what a archiving package
should include
On 2012年03月13日 02:58, Mark Hatle wrote:
A few quick comments to match up with the patch 2/3 comments..
On 3/3/12 4:54 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
This is configuration file to point to what content a archive package
should include in the different stage of task by pointing to
Hi Mark,
Thanks for your detailed comment.
On 2012年03月13日 02:54, Mark Hatle wrote:
Apologies for the very late review... see comments below. All in all
it looks good. But I have not applied it and tried it yet.
On 3/3/12 4:54 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
Support the following
From: Xiaofeng Yan
This bbclass inherits archiver.bbclass to archive patched source
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-patched-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive
From: Xiaofeng Yan
archiver.bbclass is for archiving sources , patches and logs including .bb and
.inc files by configuring conf/local.conf which control what a archiving
package should include.
For archiving a source rpm package, I add some functions to package_rpm.bbclass.
I also merge
From: Xiaofeng Yan
Add a new function to archive source, patches and logs to a source rpm
package. Every source rpm package will be deployed to
${DEPLOY_DIR}/sources/deploy-srpm.
[YOCTO #1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/package_rpm.bbclass | 63
From: Xiaofeng Yan
1 Archive sources in ${S} in the different stage
(do_unpack,do_patch,do_configure).
2 Archive patches including series
3 Archive logs including scripts (.bb and .inc files)
4 dump environment resources which show all variable and
functions used to xxx.showdata.dump when
From: Xiaofeng Yan
This bbclass prepares for archiving original source.
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-original-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive-original
From: Xiaofeng Yan
This bbclass prepares for archiving configured source.
[#YOCTO 1977]
Signed-off-by: Xiaofeng Yan
---
meta/classes/archive-configured-source.bbclass | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/archive-configured
1 - 100 of 295 matches
Mail list logo