From: Liping Ke
We introduce extra required fields as well as namedtuple recipeinfo
class here. We also define the data retrieving methods for this
extra recipeinfo class. This factory methods can be easily extended
for furthing expanding. The extended Hob(Image Creator) class will
be used in
From: Liping Ke
Since Image Creator need extra cache fields which are not used
by bitbake, we create the extra cache file to load this extra
cache fields for making it more extensible. In the future, we
can handle similar request. This implementation does not touch
the base recipe info path
From: Liping Ke
Data Retrive methods will be reused by Extra Cache Data fields.
It is independent Class methods for data retrieving.
Signed-off-by: Liping Ke
---
bitbake/lib/bb/cache.py |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bitbake/lib/bb/cache.py b
From: Liping Ke
When using ui mode, we will save ui_mode required extra cache
fields into a separate cache file. This patch firstly introduce
this extracaches parameter. It will be used in the following
patches.
Signed-off-by: Liping Ke
---
bitbake/lib/bb/cache.py | 20
From: Liping Ke
Below four patches are for putting extra requested fields inito different
cache files instead of using only on bb_cache.dat. Now image creator need
extra three fields. And in the future, there might be more similar requests.
For each extra requestor, we will save the requested
From: Liping Ke
Add -t options in bitbake for configuring server type.
Signed-off-by: Liping Ke
---
bitbake/bin/bitbake | 22 +-
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 6d05289..b898f63 100755
--- a
From: Liping Ke
Add -t options in bitbake for configuring server type.
Signed-off-by: Liping Ke
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lke/server_type
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type
Thanks,
Liping Ke
---
Liping Ke
From: Liping Ke
Subject: [PATCH 1/1] Resend:[Image-Creator]Make bitbake server type
configurable (xmlrpc, none)
Add -t options in bitbake for configuring server type.
Signed-off-by: Liping Ke
---
bitbake/bin/bitbake | 22 +-
1 files changed, 17 insertions(+), 5
From: Liping Ke
Add -t options in bitbake for configuring server type.
Signed-off-by: Liping Ke
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lke/server_type
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/server_type
Thanks,
Liping Ke
---
Liping Ke
Signed-off-by: Jessica Zhang
---
.../installer/adt-installer/adt_installer | 363
.../installer/adt-installer/adt_installer.conf | 29 ++
.../adt-installer/opkg/conf/opkg-sdk-i586.conf |7 +
.../adt-installer/opkg/conf/opkg-sdk-x86_64.conf |7 +
10 matches
Mail list logo