- Feb 01, 2016
-
-
Doug Goldstein authored
The do_install_append is necessary for the git build as well so just merge that into the main include. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
These items are common for all Xen versions since at least 4.5 and newer so these should just go in the common include file. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
do_configure() was overloaded with a lot of behaviors that really were source code patching so instead make them as extra tasks that happen after do_patch() and before do_configure(). Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
'xen-base' is a meta package and itself should not depend on a library this. Yocto checks the NEEDED of the dynamic section and automatically includes those libraries as dependencies. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
Since xen.inc has been updated to support only Xen 4.6.x, the xen_git.bb should be updated to a revision in the 4.6.x stable series. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jan 19, 2016
-
-
Chris Patterson authored
Package was configured, but never added to PACKAGES. Reported-by:
Machon Gregory <mbgrego@tycho.nsa.gov> Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jan 14, 2016
-
-
Chris Patterson authored
Required dependency for CONFIG_XEN. Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Jan 05, 2016
-
-
Chris Patterson authored
Package remus-netbuf-setup script which does not ship with any existing package (throwing up a QA warning). Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Chris Patterson authored
Upstream Xen opted to simply use 'make defconfig' to get a generic seabios config. Follow suit and remove old config. Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Chris Patterson authored
Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Dec 21, 2015
-
-
Bruce Ashfield authored
3.14 and 3.19 are gone from oe-core, so we drop our bbappends as well. Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
- Dec 26, 2015
-
-
Chris Patterson authored
- Update LICENSE checksum. - Drop udev package that has been removed (replaced with xl devd / xendriverdomain) Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Doug Goldstein authored
These variable modifications are necessary so that Yocto can supply --sysroot. The other variables are unmodified so there's no reason to modify them. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Doug Goldstein authored
Xen 4.6 dropped udev support and has instead switched to their own 'devd' daemon run by the xl command. There is a SysV init script provided with it but no systemd service file. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Chris Patterson authored
It appears that it defaults to rdepend on xen, causing a QA error: WARNING: QA Issue: xen-dev rdepends on xen, but it isn't a build dependency? [build-deps] Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Chris Patterson authored
SeaBIOS 1.7.5 fails to compile on newer gcc, so update it! :) Also removing PR while I'm here. Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Chris Patterson authored
- Drop old kernel options and add some newly available ones. Signed-off-by:
Chris Patterson <cjp256@gmail.com> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Machon Gregory authored
* Correctly identifies xenpolicy by ${PV} * Adds a check to identify if xsm is specified in PACKAGECONFIG and if so manually sets XSM_ENABLE in Xen's .config Signed-off-by:
Machon Gregory <mbgrego@tycho.nsa.gov> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
Machon Gregory authored
There is currently no support for OCaml in OpenEmbedded. Signed-off-by:
Machon Gregory <mbgrego@tycho.nsa.gov> Signed-off-by:
Bruce Ashfield <bruce@zedd.org>
-
- Dec 15, 2015
-
-
Doug Goldstein authored
The PR server has taken care of revision bumps for quite some time, so we can safely drop PR from the xen .inc file. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
When using an sstate cache xen/xen.gz was not being installed into the image. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
xen-base doesn't need udev but the xen-udev package which contains all the udev scripts does. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
Don't open code /usr/share but instead use ${datadir} which is more correct. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Mark Asselstine authored
Make the necessary updates to get openvswitch to be compatible with systemd. Up to now if you built a systemd supported image openvswitch was using the systemd sysvinit wrappers, by making these changes we now support systemd natively. Note that there is no equivalent systemd support for openvswitch-testcontroller. Following the lead of upstream this is not something that should be run by the init system. Signed-off-by:
Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Mark Asselstine authored
As of version 2.4.0 openvswitch-controller has been renamed to openvswitch-testcontroller. This was documented in the upstream 'NEWS': - test-controller has been renamed ovs-testcontroller at request of users who find it useful for testing basic OpenFlow setups. It is still not a necessary or desirable part of most Open vSwitch deployments. Our initscripts and such have continued to reference the old name despite the application name name changing and so openvswitch-controller packaging has been broken for some time now. We rename the openvswitch-controller package to reflect the upstream name change and apply this name change throughout. We also drop the RDEPENDS as the upstream comments also indicate that this package is not needed for a normal openvswitch deployment. Signed-off-by:
Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Mark Asselstine authored
There are some changes that we need to make in the .inc file to properly support more recent releases of openvswitch. These changes are not compatible with these older versions of openvswitch, so rather than make accommodations in the .inc file to continue to support this version we will simply drop them. Signed-off-by:
Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Dec 02, 2015
-
-
Jianchuan Wang authored
Finding the libprotobuf.* incorrectly if the host have pkgconfig Signed-off-by:
Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Nov 03, 2015
-
-
Jianchuan Wang authored
Uprev to git rev bb429e09f7783f1ba23ac0682ed9edf424f0cfbb (based on 2.4.0) - Remove non_reproducible_builds_cleanup.patch since it have been in the version 2.4.0. Signed-off-by:
Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Oct 30, 2015
-
-
Ioan-Adrian Ratiu authored
Signed-off-by:
Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Ioan-Adrian Ratiu authored
Signed-off-by:
Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Roy Li authored
V1.1.4 includes a fix for CVE-2015-1335: lxc-start in lxc before 1.0.8 and 1.1.x before 1.1.4 allows local container administrators to escape AppArmor confinement via a symlink attack on a (1) mount target or (2) bind mount source. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1335 Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Oct 13, 2015
-
-
Amy Fong authored
Some of the cgo variables were pointing to host paths and not target Fix install rules - binaries can be installed to a subdirectory. Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
Since we need go 1.3 to co-exist with later versions (ie 1.4), package go-cross_1.3 as go-cross-1.3_1.3. go 1.3 will be installed to a different path than go-cross, this requires go packages needing go 1.3 to set its PATH to: export PATH=${STAGING_BINDIR_NATIVE}/${HOST_SYS}/go-1.3:$PATH Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
submitted to upstream https://github.com/errordeveloper/oe-meta-go go-cross: set alignment for the .rel.plt section on 32-bit architectures This patch is cherry picked from golang's upstream, and this patch will fix the package of etcd's following build error: ERROR: debugedit failed with exit code 256 (cmd was 'bitbake_build/tmp/sysroots/x86_64-linux/usr/lib/rpm/bin/debugedit' -b 'bitbake_build/tmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi' -d '/usr/src/debug' -i -l 'bitbake_build/tmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/etcd/git-r0/debugsources.list' 'bitbake_build/tmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/etcd/git-r0/package/usr/bin/etcd'): bitbake_build/tmp/sysroots/x86_64-linux/usr/lib/rpm/bin/debugedit: elf_update: invalid section alignment ERROR: Function failed: split_and_strip_files ERROR: Logfile of failure stored in: bitbake_build/tmp/work/cortexa7t2hf-vfp-neon-wrs-linux-gnueabi/etcd/git-r0/temp/do_package/log.do_package.109414 ERROR: Task 12 (layers/meta-overc/meta-pod/recipes-connectivity/etcd/etcd_git.bb, do_package) failed with exit code '1' Signed-off-by:
fupan li <fupan.li@windriver.com> Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
submitted to upstream https://github.com/errordeveloper/oe-meta-go go-cross: fix the building failed for quark bsp Quark used i586 architecture, and golang dealt intel 32bit architecture as 386, so export GOARCH = "386" when the TARGET_ARCH is i586 to support quark bsp. Signed-off-by:
fupan li <fupan.li@windriver.com> Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
submitted to upstream https://github.com/errordeveloper/oe-meta-go go-cross: fix the bug of cross building error When a package's recipe inherit "cross" bbclass, its CC and CXX are defined as the host native gcc and g++ instead of the host cross toolchain, fot this case, CC_FOR_TARGET and CXX_FOR_TARGET should be defined the same with CC and CXX, instead they are should be define as host cross toolchain's CC and CXX, otherwise, it will build failed for target arm architecture as below: | # Building packages and commands for linux/arm. | + CC='gcc ' | + bitbake_build/tmp/work/x86_64-wrs-linux-gnueabi/go-cross/1.4-r0/go/pkg/tool/linux_amd64/go_bootstrap install -ccflags '' -gcflags '' -ldflags '' -v std | runtime | errors | sync/atomic | unicode | unicode/utf8 | math | sort | encoding | unicode/utf16 | container/list | crypto/subtle | runtime/cgo | container/ring | image/color | runtime/race | # runtime/cgo | gcc: error: unrecognized command line option '-marm' Signed-off-by:
fupan li <fupan.li@windriver.com> Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Amy Fong authored
The current version of docker (1.6.2) requires go 1.3 See go 1.4 sqlite issue: https://github.com/docker/docker/issues/9649 Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Oct 02, 2015
-
-
Jianchuan Wang authored
Add the protobuf's pkgconfig path into PKG_CONFIG_PATH so that pkg-config can find the protoc from sysroot in the configure process. And don't conflict even if installing the protobuf in the localhost. Signed-off-by:
Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Jim Somerville authored
Problem: Logs are nice in that they report the source file, routine, and line number where an issue occurs. But the file is printed as the absolute filename. Users do not need to see a long spew of path directory names where the package just happened to have been built on some host somewhere. It can be confusing to anyone other than the developer. Solution: Introduce a configure option to chop off all leading directories so that just the source filename ie. basename is printed. [ Upstream status: Not needed. These absolute filenames are a consequence of poky/bitbake feeding the absolute filenames to the compiler. If you build lxc outside of poky/bitbake, just the basenames are fed to the compiler. ] Signed-off-by:
Jim Somerville <Jim.Somerville@windriver.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-