Signed-off-by: Yen-Chin Lee
---
meta/recipes-core/uclibc/uclibc-git.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc
b/meta/recipes-core/uclibc/uclibc-git.inc
index 14a577f..32076cc 100644
--- a/meta/recipes-core/uclibc/uclibc-git
From: Wenzong Fan
Pull package from meta-oe to oe-core:
meta-oe commit: bce4dba5546480c8e43c6442959ac7d0a4ef32f6
The libcap-ng library is intended to make programming with posix
capabilities much easier than the traditional libcap library.
It's not a replacement to libcap, it provides different
From: Wenzong Fan
Ackage from meta-oe to oe-core:
meta-oe commit: 9cc54e10efa5ca70d9980f833a8e5a310e5ad21d
It's required for libcap-ng to build python bindings.
With adding it to oe-core, the copies from following layers could
be removed:
* meta-oe, meta-selinux, meta-intel-iot-middleware ...
From: Wenzong Fan
V2 changes:
* add swig 3.0.6 which the latest version from meta-oe
The following changes since commit a01a33b17861c227c1c16fbc2d819d86fb9bf893:
linux-yocto-3.14: Update to branch HEADs (2015-08-20 15:17:01 +0100)
are available in the git repository at:
git://git.pokylin
On Thu, Aug 20, 2015 at 12:32 AM, Yen-Chin Lee wrote:
> -SRC_URI = "git://uclibc.org/uClibc.git;branch=master \
> +SRCBRANCH ??= "master"
> +
> +SRC_URI = "git://uclibc.org/uClibc.git;branch=${SRCBRANCH} \
this is ok. Just call is BRANCH instead of SRCBRANCH
--
__
On Thu, Aug 20, 2015 at 5:54 AM, Carlos Rafael Giani
wrote:
> +ORCC = "${STAGING_DIR_NATIVE}${bindir}/orcc"
> +export ORCC
usual convention is
export VAR = "val"
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://list
On 08/20/2015 08:16 PM, Martin Jansa wrote:
On Thu, Aug 20, 2015 at 09:31:11AM +0800, wenzong fan wrote:
On 08/19/2015 09:12 PM, Martin Jansa wrote:
On Wed, Aug 19, 2015 at 03:29:28AM -0400, wenzong@windriver.com wrote:
From: Wenzong Fan
Pull package from meta-oe to oe-core:
meta-oe comm
On Thu, Aug 20, 2015 at 6:46 PM, Randy MacLeod
wrote:
> Khem,
> What testing have you done so far?
booted all qemu machines. ARMv7 machines e.g. rpi2 and st2120, and
some bcom mips platforms.
> Any ptest?
No
> What toolchain version are you building with, btw?
gcc 5.x as well as 4.9.x on mast
On 2015-08-20 09:17 PM, Khem Raj wrote:
On Thu, Aug 20, 2015 at 6:04 AM, Philip Balister wrote:
On 08/19/2015 10:21 PM, Khem Raj wrote:
On Wed, Aug 19, 2015 at 12:55 PM, Burton, Ross wrote:
On 17 August 2015 at 16:41, Khem Raj wrote:
There are many reasons, for me its overlay support for
On Thu, Aug 20, 2015 at 2:39 AM, wrote:
> This will help anyone who will make changes to this recipe in the future
> and will need to find out why certain things were done in the past.
yeah, I have added pointers to commits instead.
Thanks
-Khem
--
_
MIT licence was unused and dropped from systemd sources
for more details see
https://github.com/systemd/systemd/commit/8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715
Drop gtkdoc dependency since libudev API documentation has been converted from
gtkdoc into man pages
Remove packaging gudev as it has mov
On Thu, Aug 20, 2015 at 6:04 AM, Philip Balister wrote:
> On 08/19/2015 10:21 PM, Khem Raj wrote:
>> On Wed, Aug 19, 2015 at 12:55 PM, Burton, Ross wrote:
>>>
>>> On 17 August 2015 at 16:41, Khem Raj wrote:
There are many reasons, for me its overlay support for systemd-nspawn,
net
I would very much prefer that the GPLv2 license of screen be
maintained. What do I need to do to keep a GPLv2 license on
it ?
(Sorry for taking so long to respond to this, but I didn't see the
initial thread.)
Enjoy!
-- radzy
_
The bootlog and qemusock variables were set in the class as part of the
create_socket() routine. However those variables are never used outside
of the same function and thus serve no purpose as class variables.
This initializes those variables near where they are used.
Signed-off-by: Randy Witt
So that create_socket() can be called more than once to create sockets,
it now returns the socket and port rather than setting class variables
directly.
create_socket() now only uses exceptions for errors, not the return
value from the function.
Signed-off-by: Randy Witt
---
meta/lib/oeqa/utils
qemu can freeze and stop responding if the socket buffer connected to a tcp
serial connection fills up. This happens of course when the reader of
the serial data doesn't actually read it.
This happened in the qemurunner code, because after checking for the
"login:" sentinel, data was never again r
Fix copy and pasted error message that had no meaning to the actual timeout.
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
From: Alexandru DAMIAN
Toaster isn't designed to be forward compatible. As such,
a release cannot build releases newer then it.
Particularly, "fido" cannot build "master", so we remove
"master" from the list of supported releases in "fido"
[YOCTO #8154]
Signed-off-by: Alexandru DAMIAN
Signed-
Toaster from FIDO can't reasonably be expected to be able to build master due
to unforeseeable incompatibilities. This removes master branch as an option.
Alexandru DAMIAN (1):
toasterconf: remove master for fido
meta/conf/toasterconf.json | 23 ---
1 file changed, 4 inser
qemu can freeze and stop responding if the socket buffer connected to a tcp
serial connection fills up. This happens of course when the reader of
the serial data doesn't actually read it.
This happened in the qemurunner code, because after checking for the
"login:" sentinel, data was never again r
So that create_socket() can be called more than once to create sockets,
it now returns the socket and port rather than setting class variables
directly.
create_socket() now only uses exceptions for errors, not the return
value from the function.
Signed-off-by: Randy Witt
---
meta/lib/oeqa/utils
The bootlog and qemusock variables were set in the class as part of the
create_socket() routine. However those variables are never used outside
of the same function and thus serve no purpose as class variables.
This initializes those variables near where they are used.
Signed-off-by: Randy Witt
The following changes since commit a3d228a484cf471e999b6537987e2897d8a7bd4e:
bitbake: main: Handle RuntimeError exception in list_extension_modules
(2015-08-20 22:04:43 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib rewitt/logthread
for you to fetch
When moving a file via the os.rename function, it was missing the
destination file name which caused an OSError
[YOCTO#8180]
Signed-off-by: Benjamin Esquivel
---
bitbake/lib/bb/utils.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bitbake/lib/bb/utils.py b/bitbake/l
On Thu, Aug 20, 2015 at 2:34 PM, Burton, Ross wrote:
> Basically you need to have a good reason why oe-core should invest the time
> maintaining both modern screen and ancient screen (4.0.3 was released in
> 2008). The easiest solution would be for your distro to maintain a copy of
> ancient scr
You can now set SDKEXTPATH which will change the default extensible SDK install
path, as feedback from Christopher and change the error message as suggest by
Randy.
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://li
From: Brendan Le Foll
Signed-off-by: Brendan Le Foll
---
meta/files/toolchain-shar-extract.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/files/toolchain-shar-extract.sh
b/meta/files/toolchain-shar-extract.sh
index 41b3f2c..edf26f6 100644
--- a/meta/files/toolcha
From: Brendan Le Foll
Extensible SDK cannot be installed as root so by default offer to install it in
user's home directory under distro/distro_version replacing the normal SDK
version '+' char with a '_' as that's a restricted character for bitbake
Signed-off-by: Brendan Le Foll
---
meta/clas
From: Brendan Le Foll
There are some characters that cannot appear in the installation path, so we
need to check for these
Signed-off-by: Brendan Le Foll
---
meta/files/toolchain-shar-extract.sh | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/meta/files/toolchain-s
On 20 August 2015 at 21:15, Radzykewycz, T (Radzy)
wrote:
> I would very much prefer that the GPLv2 license of screen be
> maintained. What do I need to do to keep a GPLv2 license on
> it ?
>
Basically you need to have a good reason why oe-core should invest the time
maintaining both modern scr
XvMC extends the X Video extension (Xv) and enables hardware rendered
motion compensation support. In a test build enabling this feature
increased the size of the xf86-video-intel package from 1386841 to
1847154 bytes.
When we enable the xvmc feature in xf86-video-intel we see the
following QA iss
On 08/20/2015 12:31 PM, Martin Jansa wrote:
On Thu, Aug 20, 2015 at 12:20:31PM -0700, Armin Kuster wrote:
Please consider these changes for inclusion to the 1.7.3 update.
The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
runqueue: Add message to explain the prob
I would very much prefer that the GPLv2 license of screen be
maintained. What do I need to do to keep a GPLv2 license on
it ?
(Sorry for taking so long to respond to this, but I didn't see the
initial thread.)
Enjoy!
-- radzy
__
On 08/19/2015 06:32 AM, brendan.le.f...@intel.com wrote:
From: Brendan Le Foll
Signed-off-by: Brendan Le Foll
---
meta/files/toolchain-shar-extract.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/files/toolchain-shar-extract.sh
b/meta/files/toolchain-shar-extrac
On Thu, Aug 20, 2015 at 12:20:31PM -0700, Armin Kuster wrote:
> Please consider these changes for inclusion to the 1.7.3 update.
>
> The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
>
> runqueue: Add message to explain the problem if diffsigs multiple tasks
> don't
Please consider these changes for inclusion to the 1.7.3 update.
The following changes since commit e8da5133c2efd3bc4c5f41bb27207c053bc2360d:
runqueue: Add message to explain the problem if diffsigs multiple tasks don't
exist (2015-08-20 12:11:24 -0700)
are available in the git repository at:
Signed-off-by: Saul Wold
---
meta/recipes-bsp/grub/grub-efi_2.00.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb
b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index 91b0cb6..7674255 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b
On Thu, Aug 20, 2015 at 12:34 AM, Brendan Le Foll wrote:
> On Wed, Aug 19, 2015 at 06:52:49PM +0100, Christopher Larson wrote:
> >On Wed, Aug 19, 2015 at 6:32 AM, <[1]brendan.le.f...@intel.com>
> wrote:
> >
> >From: Brendan Le Foll <[2]brendan.le.f...@intel.com>
> >Extensible SDK cann
> Hello!
> I have a piece of my custom software which is depends on Qt4 + Phonon +
> gstreamer 0.1 and two years ago I had successfully built oe-core image.
> Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
> option inside qt4.inc file. Why this option banned in default Qt
On 20 August 2015 at 12:39, Jussi Kukkonen wrote:
> +inherit cmake perlnative
>
Why perlnative considering it doesn't depend on any native perl modules?
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.
Provide BASE_LIB settings for octeon* tunes that follow the practice of
mips64/mips64-n32 tunes (lib64 for N64 ABI, lib32 for N32 ABI).
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/conf/machine/include/tune-octeon.inc | 4
1 file changed, 4 insertions(+)
diff --git a/meta/conf/machine/i
Octeon II/III binaries can contain instructions that are not compatible
with MIPS64 processors. Thus Octeon II/III packages should go to
separate directories. Set MIPSPKGSFX_VARIANT_tune-* to Octeon-specific
values and update PACKAGE_EXTRA_ARCHS_tune-* accordingly.
Signed-off-by: Dmitry Eremin-Sol
On 19 August 2015 at 14:40, Alexander Kanavin <
alexander.kana...@linux.intel.com> wrote:
> +# inherit gettext cannot be used, because it adds gettext-native to
> BASEDEPENDS which
> +# are inhibited by allarch
> +DEPENDS = "gettext-native"
> +
> +inherit autotools
>
I fixed the problem with alla
This fixes the build error seen on newer distros that use gcc5 such as Fedora22
Signed-off-by: Saul Wold
---
meta/recipes-bsp/grub/grub-efi_2.00.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb
b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index d213f31..
If a multilib package depends on an allarch recipe that installs an
architecture-independent .pc file it will not be able to find the .pc file as
the recipe gets installed into the MACHINE sysroot but pkg-config looks in the
MLPREFIX-prefixed sysroot.
Solve this by extending PKG_CONFIG_PATH in mul
On Thu, Aug 20, 2015 at 05:18:47PM +0300, Alex M wrote:
> Hello!
> I have a piece of my custom software which is depends on Qt4 + Phonon +
> gstreamer 0.1 and two years ago I had successfully built oe-core image.
> Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
> option i
Hello!
I have a piece of my custom software which is depends on Qt4 + Phonon +
gstreamer 0.1 and two years ago I had successfully built oe-core image.
Recent version of oe-core (19 Aug 2015) contain QT_PHONON ?= "-no-phonon"
option inside qt4.inc file. Why this option banned in default Qt 4
configu
On Wed, 2015-08-19 at 14:34 +0100, Paul Eggleton wrote:
> Allow restricting recipes brought from a layer to a specified list. This
> is similar in operation to blacklist.bbclass, but instead specifies a
> per-layer whitelist of recipes (matched by BPN) that are able to be
> built from the layer - a
On 08/19/2015 10:21 PM, Khem Raj wrote:
> On Wed, Aug 19, 2015 at 12:55 PM, Burton, Ross wrote:
>>
>> On 17 August 2015 at 16:41, Khem Raj wrote:
>>>
>>> There are many reasons, for me its overlay support for systemd-nspawn,
>>> networkd has got many new features that is now usable w.r.t. IP forw
Nobody sets this. The orc packageconfig already does everything we need.
Signed-off-by: Carlos Rafael Giani
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 1 -
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 1 -
meta/recipes-multimedia/gstreamer/gstreame
Hi Ed,
On Thu, 20 Aug 2015 14:56:27 +0300 Ed Bartosh
wrote:
> Added test case to verify building of wic-image-minimal recipe
> and produced artifacts: manifest and bzipped partitioned image.
>
> Signed-off-by: Ed Bartosh
> ---
> meta/lib/oeqa/selftest/wic.py | 14 ++
> 1 file chan
Without this, gstreamer configure scripts may choose the host orcc instead
Signed-off-by: Carlos Rafael Giani
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plug
On Thu, Aug 20, 2015 at 09:31:11AM +0800, wenzong fan wrote:
> On 08/19/2015 09:12 PM, Martin Jansa wrote:
> > On Wed, Aug 19, 2015 at 03:29:28AM -0400, wenzong@windriver.com wrote:
> >> From: Wenzong Fan
> >>
> >> Pull package from meta-oe to oe-core:
> >> meta-oe commit: 8b7d90d8e4c3338f94c5
ptests were failing and many more were being silently skipped because
required binaries were not being built.
Build the binaries in regress/ and set SUDO environment variable in
run-ptests: after this all tests in regress/ are now run. Continue to
skip building binaries in regress/unittests/: unit
Added example of recipe and .wks file to create partitioned image.
This image is using quite complex partitioning scheme.
It uses its own rootfs to populate two partitions in two different ways.
It also uses core-image-minimal rootfs to populate another partition.
This is how wic reports about ar
Write set of bitbake variables associated with the image into
build/tmp/sysroots//imagedata/.env
This is needed for wic to be able to get bitbake variables without
running 'bitbake -e'.
Signed-off-by: Ed Bartosh
---
meta/lib/oe/image.py | 23 +++
1 file changed, 23 insertion
If bitbake image is referenced in .ks file and --size is not used
there wic uses ROOTFS_SIZE variable to set minimum partition size.
ROOTFS_SIZE is calculated in meta/lib/oe/image.py when rootfs is
created. The calculation is done using other image parameters:
IMAGE_ROOTFS_SIZE, IMAGE_ROOTFS_ALIGN
Added test case to check if .env file is generated
and contains bitbake variables used in wic code.
Signed-off-by: Ed Bartosh
---
meta/lib/oeqa/selftest/wic.py | 20
1 file changed, 20 insertions(+)
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
Let's add output of image creation script to the bitbake log
as it can contain useful information.
One good example of such an information is wic report about
artifacts and .wks file used for image creation.
Signed-off-by: Ed Bartosh
---
meta/lib/oe/image.py | 5 -
1 file changed, 4 inserti
Added functionality of getting variables from .env files to
BitbakeVars class. env files will be parsed if the directory with
env files is known, i.e. when vars_dir attribute is set.
Otherwise 'bitbake -e' output will be parsed.
Signed-off-by: Ed Bartosh
---
scripts/lib/wic/utils/oe/misc.py | 59
Renamed __exec_cmd -> _exec_cmd as double underscores cause
strange behaviour when function is called in class method.
Python complains that __exec_cmd method(!!!) of the same class
doesn't exist.
Signed-off-by: Ed Bartosh
---
scripts/lib/wic/utils/oe/misc.py | 12 ++--
1 file changed, 6
wic image type is used to produce partitioned images.
Image configuration should be stored in either ..wks
or .wks file.
.wks file should be put to the same location as image recipe
and have the same name.
[YOCTO #7672]
Signed-off-by: Ed Bartosh
---
meta/classes/image_types.bbclass | 12 ++
This variable is going to be used by wic to set partition
size. Setting it in image.py makes it possible for wic to
use it without calculating it again.
Signed-off-by: Ed Bartosh
---
meta/lib/oe/image.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oe/image.py
Added test case to verify building of wic-image-minimal recipe
and produced artifacts: manifest and bzipped partitioned image.
Signed-off-by: Ed Bartosh
---
meta/lib/oeqa/selftest/wic.py | 14 ++
1 file changed, 14 insertions(+)
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/
If get_wic_plugins_help is called from wic main module
it calls git_bitbake_var at some point. This fails when
wic is called from bitbake as 'bitbake -e' can't be
run.
Moved call of this method to help.py in order to call it
later, when BitbakeVariables singleton is properly initialized
to get var
Renamed variable help -> hlp as 'help' is a name of Python
built-in function.
Signed-off-by: Ed Bartosh
---
scripts/lib/image/help.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 5fa5836..dc6ff36 100644
--- a/
This option is used to point wic to the directory with .env
files containing list of bitbake variables and their values.
If this option is used wic will get bitbake variables from
files instead of parsing 'bitbake -e' output.
The main reason for this is to support new mode, when bitbake
runs wic
New attribute is used when bitbake variable is requested without
specifying image name. The attribute should be set from outside,
for example when wic is called with '-e ' option.
Signed-off-by: Ed Bartosh
---
scripts/lib/wic/utils/oe/misc.py | 6 ++
1 file changed, 6 insertions(+)
diff --g
Moved code of getting bitbake variables into separate class.
Created singleton object of this class in the module namespace.
Preserved existing API get_bitbake_var.
Signed-off-by: Ed Bartosh
---
scripts/lib/wic/utils/oe/misc.py | 91 +++-
1 file changed, 53
Moved code that parses one line of 'bitbake -e' output
to separate method _parse_line.
This method will be also used later to parse lines of .env files.
Signed-off-by: Ed Bartosh
---
scripts/lib/wic/utils/oe/misc.py | 27 +--
1 file changed, 17 insertions(+), 10 deletion
Set BitbakeVars.default_image when wic is called with -e option.
This makes get_bitbake_var API to use provided image as a default
source of variables.
Signed-off-by: Ed Bartosh
---
scripts/wic | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scripts/wic b/scripts/wic
in
Hi Reviewers,
This patchset adds new image type 'wic' to the list of image types
supported by bitbake. This should allow to build partitioned image
the same way as any other images.
New image type can be used in image recipes almost the same way as other
image types. There is just one difference
Signed-off-by: Jussi Kukkonen
---
meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/lsof/{lsof_4.88.bb => lsof_4.89.bb} (91%)
diff --git a/meta/recipes-extended/lsof/lsof_4.88.bb
b/meta/recipes-exten
The following changes since commit 6b8bb442880ef18097e47761f4f3b6f555f2877c:
genericx86*: Update BSPs to use 4.1 Kernel (2015-08-19 18:05:56 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/lsof-lsb-libical
http://git.yoctoproject.org/cgit.cgi/poky
Build system changed to cmake.
Signed-off-by: Jussi Kukkonen
---
.../libical/{libical_1.0.0.bb => libical_1.0.1.bb}| 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
rename meta/recipes-support/libical/{libical_1.0.0.bb => libical_1.0.1.bb}
(67%)
diff --git a/meta/r
Signed-off-by: Jussi Kukkonen
---
.../lsb/{lsbinitscripts_9.63.bb => lsbinitscripts_9.64.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/lsb/{lsbinitscripts_9.63.bb =>
lsbinitscripts_9.64.bb} (81%)
diff --git a/meta/recipes-extended/lsb/lsb
4.01 -> 4.02
Signed-off-by: Maxin B. John
---
.../man-pages/{man-pages_4.01.bb => man-pages_4.02.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/man-pages/{man-pages_4.01.bb =>
man-pages_4.02.bb} (86%)
diff --git a/meta/recipes-extende
Em 20/08/2015 10:43, "Carlos Rafael Giani" escreveu:
> several recipes have SRC_URI lines like: "git://
server.name/repository;branch=${SRCBRANCH}". If for some reason SRCBRANCH
is empty, this essentially evaluates to "branch=". I think a simple sanity
check that outputs an error if the branch val
> On 19 August 2015 at 21:50, akuster808 wrote:
>
>> Do we have any idea how long this will be before hitting master-next?
>>
>> I am leaning towards sending an update to meta-ruby while this patches
>> series makes it way through the process.
>>
>
> I'm actively looking at it now - M3 deadline is
Hello,
several recipes have SRC_URI lines like:
"git://server.name/repository;branch=${SRCBRANCH}". If for some reason
SRCBRANCH is empty, this essentially evaluates to "branch=". I think a
simple sanity check that outputs an error if the branch value is empty
would be useful, since otherwise
> MIT licence was unused and dropped in source itself
>
> commit 8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715
> Author: Kay Sievers
> Date: Tue Apr 21 19:21:56 2015 +0200
>
> delete unused LICENSE.MIT
>
> libudev API documentation has been converted from gtkdoc into man pages.
>
> see
>
> commit 23756
nativesdk has been a prefix rather than a suffix for some time now.
Signed-off-by: Paul Eggleton
---
meta/classes/insane.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 9c05c86..d9befc4 100644
--- a/meta/
Generally I prefer to avoid lumping a bunch of unrelated fixes together,
but I've been hanging onto these for a couple of weeks now and I'm not
sure when I'll have any related changes to send them with, so here they
are now.
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8
We have "recipetool create" (or "devtool add" which wraps it) instead
which works pretty well now, is written in Python and thus can call
into BitBake/OE code easily, and can do things that create-recipe can't;
any future improvements should go into recipetool and therefore I think
we'd rather peop
* Drop PR = "r0"
* Reorder lines so that packaging definitions are at the end
Signed-off-by: Paul Eggleton
---
meta-skeleton/recipes-skeleton/service/service_0.1.bb | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/meta-skeleton/recipes-skeleton/service/service_0.1.bb
b
* PR = "r0" is the default, no need to set it (and most people won't
need to set it anyway with the PR service)
* PV = "0.1" is already set by virtue of 0.1 being in the filename
Signed-off-by: Paul Eggleton
---
meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | 3 ---
1 file changed, 3
I'd somehow missed the existence of fail() when I wrote these. It's
preferable here so you don't get the somewhat useless "false is not
true" message in the case of failure.
Signed-off-by: Paul Eggleton
---
meta/lib/oeqa/selftest/devtool.py| 2 +-
meta/lib/oeqa/selftest/recipetool.py | 4 ++-
Having disabled phonon by default in Qt4 we need to ensure this
packagegroup is still buildable when it's not available.
Signed-off-by: Paul Eggleton
---
meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/met
The following changes since commit c38acd720b3f6ffbeb544063692eb471dada8593:
binconfig-disabled: write an message to stderr to help confused developers
(2015-08-19 17:57:58 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/qt4-toolchai
On Wed, Aug 19, 2015 at 06:52:49PM +0100, Christopher Larson wrote:
>On Wed, Aug 19, 2015 at 6:32 AM, <[1]brendan.le.f...@intel.com> wrote:
>
>From: Brendan Le Foll <[2]brendan.le.f...@intel.com>
>Extensible SDK cannot be installed as root so by default offer to
>install it in
>
Add SRCBRANCH to control git branch.
Signed-off-by: Yen-Chin Lee
---
meta/recipes-core/uclibc/uclibc-git.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc
b/meta/recipes-core/uclibc/uclibc-git.inc
index 14a577f..e179fc7 100644
---
On 2015年08月10日 10:09, Rongqing Li wrote:
On 2015年07月27日 08:55, Rongqing Li wrote:
ping
-Roy
ping
-R
Ping
-Roy
On 2015年07月17日 14:31, rongqing...@windriver.com wrote:
From: Li Wang
Make dhclient to run /etc/dhcp/dhclient.d/*.sh, and get the
configuration
for ntp, nis or other pr
This plugin is only enabled when devtool is used within the extensible
SDK. It is used to update the current SDK from a local or remote server.
E.g.
devtool sdk-update /mnt/sdk-repo/
devtool sdk-update http://mysdkhost/sdk
Signed-off-by: Chen Qi
---
scripts/lib/devtool/sdk.py | 188
On 08/18/2015 09:51 PM, Paul Eggleton wrote:
On Monday 10 August 2015 11:17:59 Chen Qi wrote:
If we do `bitbake buildtools-tarball' and then after one day do `bitbake
core-image-minimal -c populate_sdk_ext', we would meet errors like below.
| install: cannot stat
| '/buildarea2/chenqi/poky/buil
Record the value of SDK_TARGETS for later use of devtool's sdk plugin
for updating SDK.
Signed-off-by: Chen Qi
---
meta/classes/populate_sdk_ext.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/populate_sdk_ext.bbclass
b/meta/classes/populate_sdk_ext.bbclass
index d2eb
The previous code assumes that bitbake/ directory is under the core layer.
This is the case for Yocto project. But users might clone oe-core and bitbake
separately. So we use bb.__file__ to locate the bitbake directory to make sure
it's copied into the extensible SDK.
Signed-off-by: Chen Qi
---
These dependencies were deliberately removed because it was assumed that
they were provided by nativesdk packages. On the one hand, nativesdk packages
in extensible SDK don't have these packages; on the other hand, even if we
add these nativesdk packages, they are still not useful because we we nee
Add a script to publish extensible SDK to a specified destination.
e.g.
oe-publish-sdk
Signed-off-by: Chen Qi
---
scripts/oe-publish-sdk | 143 +
1 file changed, 143 insertions(+)
create mode 100755 scripts/oe-publish-sdk
diff --git a/scripts/
When publishing SDK, what we want is basically its metadata and sstate
cache objects. We don't want the SDK to be prepared with running bitbake
as it takes time which reproduces meaningless output for the published SDK.
So this patch adds an option to allow for SDK to be extracted without
preparin
Copy the contents of local.conf under TOPDIR into the final generated
local.conf. In this way, custom settings are also made into the final
local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc.
Before this change, installing extensible SDK would usually report failure
when prep
1 - 100 of 101 matches
Mail list logo