Skip to content

Commit

Permalink
Merge pull request #159 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update site.conf and layers
  • Loading branch information
cbrake authored Apr 6, 2019
2 parents 63cee05 + b62de3a commit 062b671
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ PACKAGE_FEED_URIS ??= "http://<FEEDSERVER>"
# seen. The two lines below enable the SDL backend too. By default libsdl2-native will
# be built, if you want to use your host's libSDL instead of the minimal libsdl built
# by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
#PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"

# Enable serial console on Raspberry PI systems
ENABLE_UART = "1"
Expand All @@ -55,7 +55,11 @@ IMAGE_BOOT_FILES_append_sama5d27-som1-ek-sd = "\
WKS_FILE_sama5d27-som1-ek-sd = "yoe-sdimage.wks"

IMG_VERSION = "0.0.1"
#INHERIT += "lto"
#####################################################################
# add project specific configuration below this line
#####################################################################

#INHERIT += "lto"
PARALLEL_MAKE_append = " \
-l ${@int(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN'])) * 150/100} \
"
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 24 files
+1 −13 meta/classes/base.bbclass
+0 −1 meta/classes/pixbufcache.bbclass
+24 −0 meta/classes/xmlcatalog.bbclass
+0 −2 meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+0 −68 meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml
+12 −13 meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
+0 −6 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml
+9 −19 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb
+0 −1 meta/recipes-devtools/gdb/gdb-common.inc
+0 −19 meta/recipes-devtools/xmlto/files/catalog.xml
+6 −7 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+1 −1 meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
+1 −1 meta/recipes-gnome/gtk+/gtk+.inc
+35 −0 meta/recipes-kernel/lttng/lttng-tools/0001-Fix-tests-link-libpause_consumer-on-liblttng-ctl.patch
+52 −0 meta/recipes-kernel/lttng/lttng-tools/0002-Fix-test-skip-test_getcpu_override-on-single-thread-.patch
+80 −0 meta/recipes-kernel/lttng/lttng-tools/0003-Fix-test-unit-the-tree-origin-can-be-a-symlink-itsel.patch
+610 −0 meta/recipes-kernel/lttng/lttng-tools/0004-Skip-when-testapp-is-not-present.patch
+176 −0 meta/recipes-kernel/lttng/lttng-tools/0005-Tests-use-modprobe-to-test-for-the-presence-of-lttng.patch
+28 −0 meta/recipes-kernel/lttng/lttng-tools/0006-Tests-check-for-lttng-modules-presence.patch
+345 −0 meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch
+8 −2 meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
+109 −0 meta/recipes-kernel/lttng/lttng-ust/0001-compat-work-around-broken-_SC_NPROCESSORS_CONF-on-MU.patch
+2 −0 meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
+2 −2 meta/recipes-support/libxslt/libxslt_1.1.33.bb

0 comments on commit 062b671

Please sign in to comment.