Skip to content

Commit

Permalink
Merge pull request #226 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and weak assignment for YOE_PROFILE
  • Loading branch information
cbrake authored Oct 9, 2019
2 parents d79a269 + 42e2977 commit ce90961
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_FSTYPES += "tar.xz wic.xz wic.bmap"
IMAGE_FSTYPES_remove_qemuall = " wic.xz wic.bmap"

DISTRO = "yoe"
YOE_PROFILE = "yoe-glibc-sysvinit-wayland"
YOE_PROFILE ?= "yoe-glibc-sysvinit-wayland"

# Dont package kernel into image
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-clang
Submodule meta-clang updated 1 files
+4 −2 README.md
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 28 files
+80 −0 contrib/artwork/oe.svg
+18 −1 meta/classes/insane.bbclass
+1 −1 meta/classes/kernel-devicetree.bbclass
+5 −5 meta/conf/distro/include/yocto-uninative.inc
+1 −1 meta/lib/oe/terminal.py
+0 −67 meta/recipes-core/musl/musl/0001-Change-container-for-riscv-floating-point-state-to-_.patch
+0 −55 meta/recipes-core/musl/musl/0001-correct-the-operand-specifiers-in-the-riscv64-CAS-ro.patch
+48 −0 meta/recipes-core/musl/musl/0001-riscv-Define-sigcontext-again.patch
+2 −3 meta/recipes-core/musl/musl_git.bb
+3 −8 meta/recipes-core/systemd/systemd_243.bb
+3 −0 meta/recipes-devtools/apt/apt.inc
+6 −0 meta/recipes-devtools/cmake/cmake.inc
+2 −0 meta/recipes-devtools/dejagnu/dejagnu_1.6.2.bb
+4 −1 meta/recipes-devtools/dnf/dnf_4.2.2.bb
+5 −2 meta/recipes-devtools/meson/meson.inc
+28 −0 meta/recipes-devtools/meson/meson/0001-Cross-build-is-defined-by-the-existance-of-a-cross-f.patch
+1 −1 meta/recipes-devtools/meson/meson/0001-environment.py-detect-windows-also-if-the-system-str.patch
+0 −28 meta/recipes-devtools/meson/meson/0001-mesonbuild-environment.py-do-not-determine-whether-a.patch
+5 −1 meta/recipes-devtools/qemu/qemu.inc
+4 −0 meta/recipes-devtools/quilt/quilt.inc
+3 −0 meta/recipes-devtools/swig/swig.inc
+3 −0 meta/recipes-devtools/unfs3/unfs3_git.bb
+2 −0 meta/recipes-extended/ethtool/ethtool_5.2.bb
+2 −2 meta/recipes-extended/ghostscript/ghostscript_9.27.bb
+1 −1 meta/recipes-extended/watchdog/watchdog/0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch
+2 −0 meta/recipes-support/libcap/libcap_2.27.bb
+1 −1 scripts/lib/devtool/standard.py
+2 −1 scripts/lib/wic/plugins/imager/direct.py

0 comments on commit ce90961

Please sign in to comment.