Skip to content

Commit

Permalink
Merge pull request #42 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and ignore wic image generation for qemu machines
  • Loading branch information
cbrake authored Oct 22, 2018
2 parents 6bb5bd6 + 38cbf6b commit acda803
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CONF_VERSION = "1"
# most of the time, this is set by the machine conf or in a custom image
# recipe.
IMAGE_FSTYPES_append = " tar.gz wic.xz"
IMAGE_FSTYPES_remove_qemuall = "wic.xz"

DISTRO = "yoe"

Expand Down
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 41 files
+3 −3 meta/classes/devtool-source.bbclass
+1 −1 meta/classes/image_types.bbclass
+1 −1 meta/classes/npm.bbclass
+1 −1 meta/conf/multilib.conf
+11 −3 meta/recipes-connectivity/openssl/openssl/run-ptest
+22 −5 meta/recipes-connectivity/openssl/openssl_1.1.1.bb
+1 −0 meta/recipes-core/meta/buildtools-tarball.bb
+4 −4 meta/recipes-core/os-release/os-release.bb
+1 −0 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+7 −2 meta/recipes-core/util-linux/util-linux.inc
+26 −4 meta/recipes-core/volatile-binds/files/mount-copybind
+0 −64 meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
+0 −58 meta/recipes-devtools/go/go-1.10/0008-cmd-internal-obj-arm64-fix-branch-too-far-with-TBZ-l.patch
+4 −5 meta/recipes-devtools/go/go-1.11.inc
+5 −7 meta/recipes-devtools/go/go-1.11/0001-allow-CC-and-CXX-to-have-multiple-words.patch
+22 −24 meta/recipes-devtools/go/go-1.11/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch
+48 −0 meta/recipes-devtools/go/go-1.11/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
+7 −9 meta/recipes-devtools/go/go-1.11/0004-ld-add-soname-to-shareable-objects.patch
+6 −9 meta/recipes-devtools/go/go-1.11/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch
+36 −31 meta/recipes-devtools/go/go-1.11/0006-cmd-dist-separate-host-and-target-builds.patch
+24 −26 meta/recipes-devtools/go/go-1.11/0007-cmd-go-make-GOROOT-precious-by-default.patch
+11 −13 meta/recipes-devtools/go/go-1.11/0009-ld-replace-glibc-dynamic-linker-with-musl.patch
+0 −0 meta/recipes-devtools/go/go-cross-canadian_1.11.bb
+0 −0 meta/recipes-devtools/go/go-cross_1.11.bb
+0 −0 meta/recipes-devtools/go/go-crosssdk_1.11.bb
+0 −0 meta/recipes-devtools/go/go-native_1.11.bb
+0 −0 meta/recipes-devtools/go/go-runtime_1.11.bb
+0 −0 meta/recipes-devtools/go/go_1.11.bb
+98 −0 meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
+69 −0 meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
+2 −0 meta/recipes-devtools/python/python_2.7.15.bb
+36 −0 meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch
+0 −30 meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch
+10 −7 meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch
+0 −47 meta/recipes-devtools/valgrind/valgrind/0002-fix-broken-inline-asm-in-tests-on-mips32-linux.patch
+27 −22 meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch
+0 −27 meta/recipes-devtools/valgrind/valgrind/link-gz-tests.patch
+0 −36 meta/recipes-devtools/valgrind/valgrind/mask-CPUID-support-in-HWCAP-on-aarch64.patch
+0 −87 meta/recipes-devtools/valgrind/valgrind/ppc-headers.patch
+4 −8 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb
+1 −0 meta/recipes-kernel/perf/perf.bb

0 comments on commit acda803

Please sign in to comment.