[OE-core] [PATCH 0/1 V2] yocto-uninative: allow URL override

2016-10-05 Thread bavery
This changes the UNINATIVE_URL = to a UNINATIVE_URL ?= so we can override it in the local.conf file. This matches the form of the CHECKSUMS and is useful in the case that you have a special uninative or can't reach downloads.yoctoproject.org. -bavery p.s. The V2 is because my script cut

[OE-core] [PATCH 1/1 V2] uninative: users can override download site

2016-10-05 Thread bavery
The default download site for the uninative tarball is http://downloads.yoctoproject.org/releases/uninative/. There are scenarios in which the user may need to force the download to be somewhere else. This patch allows the UNINATIVE_URL to be set in the local.conf. Signed-off-by: bavery

[OE-core] [PATCH 1/1] uninative: users can override download site

2016-10-05 Thread bavery
The default download site for the uninative tarball is http://downloads.yoctoproject.org/releases/uninative/. There are scenarios in which the user may need to force the download to be somewhere else. This patch allows the UNINATIVE_URL to be set in the local.conf. Signed-off-by: bavery

[OE-core] [PATCH 0/1] yocto-uninative: allow URL override

2016-10-05 Thread bavery
This changes the UNINATIVE_URL = to a UNINATIVE_URL ?= so we can override it in the local.conf file. This matches the form of the CHECKSUMS and is useful in the case that you have a special uninative or can't reach downloads.yoctoproject.org. -bavery The following changes since commit

[OE-core] [PATCH 0/1] qemurunner:log testimage qemu launch command

2016-09-09 Thread bavery
file. -b The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2: maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/log-runq

[OE-core] [PATCH 1/1] qemurunner: print out the runqemu command

2016-09-09 Thread bavery
This logs the launch command that was used for runqemu while running -c testimage. This way, if I'd like to easily launch qemu manually in order to debug a failed test, I know what commmand was run to create the qemu instance. Signed-off-by: bavery <brian.av...@intel.com> --- meta/li

[OE-core] [PATCH 1/1] testimage: add createrepo-native to testimage depends

2016-09-09 Thread bavery
The smart tests need createrepo to be in the native sysroot. It needs to be one of the depends for testimage. Signed-off-by: bavery <brian.av...@intel.com> --- meta/classes/testimage.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/testimage.bbclass b/meta/c

[OE-core] [PATCH 0/1] testimage:add createrepo-native to depends

2016-09-09 Thread bavery
2679a347c576f5411fbe802d2f6201c94036ecb2: maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/fix-createrepo-native-missing http://git.yoctoproject.org/cgit.cgi/poky

[OE-core] [PATCH 1/1] base-files: restrict resize to run on serial consoles only in profile │·

2016-08-11 Thread bavery
We don't need/wan't to run resize on an ssh connection. It's useless and it breaks the Eclipse SSH debug connection. So, we added a check. YOCTO #9362 Signed-off-by: bavery <brian.av...@intel.com> --- recipes-core/base-files/base-files/profile | 7 --- 1 file changed, 4 insertions

[OE-core] [PATCH 0/1] [krogoth] Fix for Eclipse Qemu debug

2016-08-11 Thread bavery
he git repository at: git://git.yoctoproject.org/poky-contrib bavery/krogoth/eclipse-resize-fixup http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/krogoth/eclipse-resize-fixup bavery (1): base-files: restrict resize to run on serial consoles only in profile │· recipes-cor

[OE-core] [PATCH 0/1] Fix for Eclipse Qemu debugV2

2016-08-08 Thread bavery
rofile! -Brian The following changes since commit dfc016fbf13e62f7767edaf7abadf1d1b72680b2: maintainers.inc: remove augeas (2016-08-04 20:56:11 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/eclipse-resize-fixup http://git.yoctoproject.org/cg

[OE-core] [PATCH 1/1] base-files: restrict resize to run on serial consoles only in profile │·

2016-08-08 Thread bavery
We don't need/wan't to run resize on an ssh connection. It's useless and it breaks the Eclipse SSH debug connection. So, we added a check. YOCTO #9362 Signed-off-by: bavery <brian.av...@intel.com> --- recipes-core/base-files/base-files/profile | 7 --- 1 file changed, 4 insertions

[OE-core] [PATCH 2/2] base-files: restrict resize to run on serial consoles only in profile │·

2016-08-07 Thread bavery
We don't need/wan't to run resize on an ssh connection. It's useless and it breaks the Eclipse SSH debug connection. So, we added a check. YOCTO #9362 Signed-off-by: bavery <brian.av...@intel.com> --- recipes-core/base-files/base-files/profile | 7 --- 1 file changed, 4 insertions

[OE-core] [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

2016-08-07 Thread bavery
The openssh-sftp-server was already part of the pakagegroup. Adding the openssh-server lets the sftp server start up correctly. YOCTO #9362 Signed-off-by: bavery <brian.av...@intel.com> --- recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb | 1 + 1 file changed, 1 ins

[OE-core] [PATCH 0/2] Fixes for Eclipse Qemu debug

2016-08-07 Thread bavery
git://git.yoctoproject.org/poky-contrib bavery/eclipse-resize-fixup http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/eclipse-resize-fixup bavery (2): packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server base-files: restrict resize to run on serial co

[OE-core] [PATCH 1/2] toaster.bbclass: remove directory scan logic for detecting artifacts

2016-07-12 Thread bavery
#9002] Signed-off-by: Elliot Smith <elliot.sm...@intel.com> Signed-off-by: bavery <brian.av...@intel.com> --- classes/toaster.bbclass | 74 ++--- 1 file changed, 8 insertions(+), 66 deletions(-) diff --git a/classes/toaster.bbclass b/classes/toa

[OE-core] [PATCH 2/2] toaster.bbclass: only scan files-in-image.txt if it exists

2016-07-12 Thread bavery
xception. Check that this file exists before trying to read from it. [YOCTO #9784] Signed-off-by: Elliot Smith <elliot.sm...@intel.com> Signed-off-by: bavery <brian.av...@intel.com> --- classes/toaster.bbclass | 25 - 1 file changed, 16 insertions(+), 9 deleti

[OE-core] [PATCH 0/2] toaster: Better SDK artifacts and fstypes V2

2016-07-12 Thread bavery
:16 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/submit/elliot/toaster/8556-image_fstypesV2_foroe http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/toaster/8556-image_fstypesV2_foroe Elliot Smith (2

[OE-core] [PATCH 0/1] [PATCHV2] gdb: Backport 7.12 features supporting AVX and MPX

2016-05-19 Thread bavery
of the existing MPX descriptions. The following commit will remove AVX from the MPX-only descriptions. This commit is backported from 7.12 -bavery The following changes since commit c9867c4624b88fb19deacf70b7a3ff46d4fa4699: bitbake: cooker: Improve taskgraph file handling (2016-05-19 15:19:11

[OE-core] [PATCH 1/1] gdb: Backport patch to changes with AVX and MPX

2016-05-19 Thread bavery
of the existing MPX descriptions. The following commit will remove AVX from the MPX-only descriptions. This commit is backported from 7.12 Signed-off-by: bavery <brian.av...@intel.com> --- meta/recipes-devtools/gdb/gdb-common.inc |2 +- meta/recipes-devtools/gdb/gdb/0011-avx_mpx

[OE-core] [PATCH 0/1] [PATCH] gdb: Backport 7.12 features supporting AVX and MPX

2016-05-19 Thread bavery
ff46d4fa4699: bitbake: cooker: Improve taskgraph file handling (2016-05-19 15:19:11 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/gdb-7.11-avxmpx-backport http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/gdb-7.11-avxmpx-backport

[OE-core] [PATCH 1/1] gdb: 7.11 backport of 7.12 avx/mxp support

2016-05-19 Thread bavery
Signed-off-by: bavery <brian.av...@intel.com> --- meta/recipes-devtools/gdb/gdb-common.inc |2 +- meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch | 2503 ++ 2 files changed, 2504 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/gdb/gd