- Aug 31, 2015
-
-
Doug Goldstein authored
These files are now installed post 4.5.0 and as such they need to be placed into appropriate packages. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
The xen-fsimage package contains shared libraries which depend on the shared libraries from libext2fs so there needs to be a RDEPEND set. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
The xen-mfndump utility was broken out into xen-xen-mfndump which is clearly a typo for xen-mfndump but the xen.inc file which is also used for 4.5.0 places this binary into xen-misc so remove these lines and let it go into xen-misc. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 26, 2015
-
-
Roy Li authored
compilation failed since the needed dirs maybe not created when make ".in" target, fix it by creating the needed dirs before, but mainstream thinks the needed dirs should be created when do configuration. at last, find CONFIGUREOPT_DEPTRACK disable the creation, so empty it http://openvswitch.org/pipermail/dev/2015-August/059189.html set CONFIGUREOPT_DEPTRACK to empty, is lower effective, but harmless, and can fix the parallel building issue; see oe-core 970e0ae6108[autotools: Disable dependency tracking Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 14, 2015
-
-
Doug Goldstein authored
Update the SRC_URI to the author's new site where the hosted files match the existing md5sum and sha256sum. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
With the recent python-simplejson:upgrade 3.6.2->3.7.3, docker-registry was broken due to unsatisfied dependencies. The docker-registry builds and passes basic testing with 3.7.3 (verified by jason.wessel@windriver.com), updating the dependency requirement to >= 3.6.2 Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Jim Somerville authored
docbook2man fails to build the man pages in poky due to missing the ancient Davenport 3.0 DTD. Poky meta has the Oasis 3.1 version so upgrade to use that instead. Signed-off-by:
Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Noor authored
* Fixes a dependency on a nonexistent initscripts-functions package. Signed-off-by:
Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 10, 2015
-
-
Doug Goldstein authored
This layer depends on openembedded-core and meta-openembedded so recommend the actual URLs and not the obsolete ones. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 06, 2015
-
-
Amy Fong authored
Fix oe-meta-go dependency entry in README file Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jul 31, 2015
-
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Lei Maohui authored
Signed-off-by:
Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jul 29, 2015
-
-
Amy Fong authored
From b101a0c7ce6ef1eb41bef786831e58fa4d1b069f Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> Date: Mon, 27 Jul 2015 14:10:20 -0400 Subject: [PATCH] golang: use oe-meta-go Update meta-virtualization to use go package from oe-meta-go. The package golang-cross is go-cross in the oe-meta-go. Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jul 22, 2015
-
-
Amy Fong authored
Systemd throws the following warning at boot: systemd[1]: [/lib/systemd/system/docker-registry.service:10] Not an absolute path, ignoring: #WORKDIR# Fix WORKDIR in docker-registry's systemd from #WORKDIR# to ${PYTHON_SITEPACKAGES_DIR}/docker_registry Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jul 14, 2015
-
-
Jim Somerville authored
This version has better support for unprivileged containers. Two patches are deleted as they are now included. One new patch is introduced to fix a file not found error at the install build step. Signed-off-by:
Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jun 22, 2015
-
-
Bruce Ashfield authored
Docker searching and launch looks for iptables, so we add it to the rdepends. To actually launch a container, netfilter nat and dm-think are often required, so we make those modules rrecommends. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jun 19, 2015
-
-
Amy Fong authored
golang doesn't work with ccache. In the current state, a lot of parsing happens where it'll grab the first string in CC or LD and uses that for its builds. When ccache is enabled, it results in trying to do builds with just ccache. The brokeness is seen when building with apps that uses cgo, like docker. To enable ccache to work, some string comparisons and changes to parsing had to be made. Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
On glibc 2.20+, the _BSD_SOURCE and _SVID_SOURCE feature test macros are deprecated as of glibc 2.19.90 (2.20 devel), we define _DEFAULT_SOURCE instead. (fixed upstream) https://groups.google.com/forum/#!topic/golang-codereviews/S4TARFCxu2k Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
From eadb837b8467af26a7370427e4cb98ccad63c670 Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> Date: Wed, 17 Jun 2015 16:40:25 -0400 Subject: [PATCH] seabios fails to build when ccache enabled HOSTCC needs to be quoted since it may have whitespace values. (as in the case when ccache is enabled) Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jun 17, 2015
-
-
Jason Wessel authored
The lack of a proper ability to regenerate configure causes the cross compile detect logic to fail (shown below). It is easiest to just force the cross compile option at configure time. | configure: error: in `/opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/build/temp.linux-x86_64-2.7/libev': | configure: error: cannot run C compiled programs. | If you meant to cross compile, use `--host'. | See `config.log' for more details | Running '/bin/sh /opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/libev/configure > configure-output.txt' in /opt/buildtmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/python-gevent/1.0.1-r0/gevent-1.0.1/build/temp.linux-x86_64-2.7/libev | building 'gevent.core' extension | creating build/temp.linux-x86_64-2.7/gevent | ccache arm-wrs-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -mthumb-interwork -mtune=cortex-a7 --sysroot=/opt/buildtmp/sysroots/fsl-ls10xx -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -Ilibev -I/opt/buildtmp/sysroots/fsl-ls10xx/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o | In file included from gevent/libev.h:2:0, | from gevent/gevent.core.c:313: | libev/ev.c:45:22: fatal error: config.h: No such file or directory | # include "config.h" | ^ | compilation terminated. Signed-off-by:
Jason Wessel <jason.wessel@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jun 15, 2015
-
-
Amy Fong authored
Uprev docker to 1.6.2 go-capability is upreved to a later git commit go-dbus is upreved to version 2 go-distribution-digest is added as a new dependency. Only the digest part of go-distribution is needed/kept here, hence go-distribution-digest go-logrus is upreved to 0.7.1 Remove PR since it's no longer used Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Koen Kooi authored
OE-core rev 0a3e8eb9f592c3f1edd2c7521855f7406541651a renamed 'image-vmdk' to 'image-vm'. IMAGE_FSTYPES didn't change, so keep those as 'vmdk'. Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jun 10, 2015
-
-
Erik Botö authored
Add handling for distros with both systemd and sysvinit by passing multiple init systems to configure with --with-init-script= Signed-off-by:
Erik Botö <erik.boto@pelagicore.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- May 20, 2015
-
-
Roy Li authored
Remove libvirt-Fix-cannot-symlink-cpu_map.xml-error.patch, since rules for install *.xml are changed, the race issue does not exist. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- May 13, 2015
-
-
Jackie Huang authored
Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- May 07, 2015
-
-
Bogdan Purcareata authored
Add command line parameter to create Busybox containers with OpenSSH support. As a prerequisite, OpenSSH needs to be installed on the host system. Signed-off-by:
Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Apr 22, 2015
-
-
Dmitry Eremin-Solenikov authored
Some of recipes produce errors if the distro has enabled usage of security_flags.inc file. Fix those errors (and QA warnings) by providing an additional include file that is require'd from conf/layer.conf. Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Apr 11, 2015
-
-
Amy Fong authored
In yocto builds, preprocessing of binaries can happen after the install phase. Some of these can modify the size/sha1sum of the binaries. e.g. A new .gnu_debuglink can happen docker will not start because of these modifications. Docker initially does a sha1sum of dockerinit to identify the dockerinit that it was built with, this is done for security and for compatibility reasons. Since this checking is disabled, we should rely on rpm tests for validation of the binary instead. Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Dmitry Eremin-Solenikov authored
If lxc is built not in the source dir, upstart files will fail to be installed, because of Makefile error. Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Dmitry Eremin-Solenikov authored
Fix the following warning by passing correct option to configure script: WARNING: QA Issue: libvirt: configure was passed unrecognised options: --with-capnp [unknown-configure-option] Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
To generate a proper systemd.service file we should use lxc's builtin configuration option for the initscript type. To support both sysvinit and systemd, we trigger off the DISTRO var and enable the proper init system accordingly. When properly configured, lxc will create helper scripts and install the service file, so we can delete the explicit copy of the service file and let the default rules trigger and install what is needed. The helper files installed by lxc require a lsb function that is not commonly available in the 'functions' library: "action". To ensure that the helper scripts operate, we create a local action() routine with the expected semantics. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Apr 08, 2015
-
-
Bruce Ashfield authored
Adding a basic sysvinit script to docker .. for those that still use sysvinit! Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
libvirt wants to use pcap-config to locate the exisence and location of libpcap. oe-core stubs this script and replaces it with pkg-config, which can lead to the host pcap-config triggering and either breaking the build or introducing host contamination. To fix this issue, we patch configure to use 'pkg-config libcap' to locate the correct libraries. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Mar 31, 2015
-
-
Nam Ninh authored
Upgrade criu from version from 1.2 to 1.4. criu is the only user of protobuf and only supported on x86 and arm, so limit protobuf support on x86 and arm too. Signed-off-by:
Nam Ninh <nam.ninh@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Jason Wessel authored
The ccache on some hosts will cause the golang-cross package to fail with the error: | cmd/fix | cmd/yacc | runtime/cgo | go build runtime/cgo: no buildable Go source files in /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/go/src/pkg/runtime/cgo | WARNING: /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/temp/do_compile/run.do_compile.14152:1 exit 1 from | sh -x ./make.bash | ERROR: Function failed: do_compile Signed-off-by:
Jason Wessel <jason.wessel@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Jason Wessel authored
The following is the type of error you see when CCACHE is enabled. | ---> Making bundle: dynbinary (in bundles/1.5.0-dev/dynbinary) | go build runtime/cgo: no buildable Go source files in /opt/proj/tmp/sysroots/x86_64-linux/usr/lib/x86_64-wrs-linux/go/src/pkg/runtime/cgo | WARNING: /opt/proj/tmp/work/core2-64-wrs-linux/docker/1.5.0+git2243e32cbbf1c9809c262a7376d34ca43a7a36dc-r0/temp/do_compile/run.do_compile.19967:1 exit 1 from | DOCKER_GITCOMMIT="2243e32cbbf1c9809c262a7376d34ca43a7a36dc" ./hack/make.sh dynbinary | ERROR: Function failed: do_compile (log file is located at /opt/proj/tmp/work/core2-64-wrs-linux/docker/1.5.0+git2243e32cbbf1c9809c262a7376d34ca43a7a36dc-r0/temp/do_compile/log.do_compile.19967) Signed-off-by:
Jason Wessel <jason.wessel@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-