- Jan 29, 2018
-
-
https://pypi.python.orgMartin Oberhuber authored
The docker-registry recipe depends on a couple of Python packages which use a SRC_URI with http:// protocol. In jethro, this leads to an error message "ERROR 403: SSL is required" when building. In jethro, the issue is fixed by converting affected http:// URIs to https. Note that morty or later do not show the build error although they use http. Signed-off-by:
Martin Oberhuber <mober.at@gmail.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Apr 07, 2016
-
-
Bogdan Purcareata authored
Patch contains a more detailed description. Basically allows adding virtio-mmio block device to QEMU guests. Tested on ARM64. Please apply on jethro branch. Signed-off-by:
Bogdan Purcareata <bogdan.purcareata@nxp.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Mar 31, 2016
-
-
Chris Patterson authored
Signed-off-by:
Chris Patterson <pattersonc@ainfosec.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Mar 29, 2016
-
-
Bogdan Purcareata authored
Warnings fixes: - optional mounts when dirs not available - busybox dynamically linked - fstab not available in container Signed-off-by:
Bogdan Purcareata <bogdan.purcareata@nxp.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Derek Straka authored
Signed-off-by:
Derek Straka <derek@asterius.io> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Derek Straka authored
Signed-off-by:
Derek Straka <derek@asterius.io> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Derek Straka authored
When using non-release versions, the policy files may have a different name (xenpolicy-${PV}-unstable). Allow the policy file name to be configured by the xen recipe. Signed-off-by:
Derek Straka <derek@asterius.io> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Derek Straka authored
Signed-off-by:
Derek Straka <derek@asterius.io> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Chris Patterson authored
Addresses QA warnings with regards to rdepends for xen-qemu. Signed-off-by:
Chris Patterson <pattersonc@ainfosec.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Chris Patterson authored
Drop xsm fix backport, no longer required. Signed-off-by:
Chris Patterson <pattersonc@ainfosec.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Derek Straka authored
During the compile phase, ipxe needs to use mkisofs which is part of cdrtools Signed-off-by:
Derek Straka <derek@asterius.io> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Mar 09, 2016
-
-
Bogdan Purcareata authored
These patches address some warnings that LXC throws when running an application container. They are currently applied in the official repository. Signed-off-by:
Bogdan Purcareata <bogdan.purcareata@nxp.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Feb 25, 2016
-
-
Chris Patterson authored
Placing the stubs function between patch and configure steps breaks because it has dependencies which are not guranteed until the configure step. Build error: "fatal error: gnu/stubs-32.h: No such file or directory" This patch simply moves the step between configure and compile to resolve the dependency issue. 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>
-
- Feb 01, 2016
-
-
Machon Gregory authored
The patch was cherrypicked from upstream Xen. See patch header for more information. Signed-off-by:
Machon Gregory <mbgrego@tycho.nsa.gov> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
Don't inject -mfpmath=sse into the build which causes issues with the hypervisor build. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Doug Goldstein authored
All dependencies should be reflected in the Yocto dependency and the Xen build system should not go off fetching things on its own. Signed-off-by:
Doug Goldstein <cardoe@cardoe.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
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>
-