Skip to content

Commit

Permalink
Merge pull request ostroproject#13 from otcshare/master-next
Browse files Browse the repository at this point in the history
master next
  • Loading branch information
pohly authored Jul 25, 2016
2 parents 1e89716 + 1f3b233 commit e3927c9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meta-ostro-xt/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BBFILE_PRIORITY_ostro-xt = "10"
#
# When making additional changes to the copied files that are specific
# to Ostro OS XT, just bump OSTRO_OS_XT_LOCALCONF/LAYER_CONF_VERSION.
EXPECTED_OSTRO_OS_LOCALCONF_VERSION = "3"
EXPECTED_OSTRO_OS_LOCALCONF_VERSION = "4"
EXPECTED_OSTRO_OS_LAYER_CONF_VERSION = "9"
OSTRO_OS_XT_LOCALCONF_VERSION = "1"
OSTRO_OS_XT_LAYER_CONF_VERSION = "2"
Expand Down
28 changes: 26 additions & 2 deletions meta-ostro-xt/conf/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ BB_DISKMON_DIRS = "\
SSTATE_MIRRORS ?= "file://.* http://ostro-gt.ostc.intel.com/download/bb-cache/sstate/PATH"

# This value must match the value of LOCALCONF_VERSION in meta-ostro-xt/conf/layer.conf.
CONF_VERSION = "301"
CONF_VERSION = "401"

#
# ISAFW: https://github.com/01org/isafw
Expand All @@ -263,7 +263,7 @@ CONF_VERSION = "301"
# By default, only recipes explicitly declared to be okay for building Ostro OS
# are allowed to be built. Adding or depending on anything else triggers a
# message saying "The following unsupported recipes are required for the build"
# and aborts. See building-images.rst for more information.
# and aborts. See doc/howtows/building-images.rst for more information.
SUPPORTED_RECIPES_CHECK = "fatal"

# Uncomment the following line to disable the check:
Expand All @@ -272,6 +272,15 @@ SUPPORTED_RECIPES_CHECK = "fatal"
# Alternatively, uncomment the following line to make it a non-fatal warning:
#SUPPORTED_RECIPES_CHECK = "warn"

# Ostro OS does not package source code in dbg packages because our
# images include valgrind, and valgrind depends on the glibc dbg
# package. Including source code in dbg packages would therefore make
# the images larger than they normally need to be.
#
# If you need source code packaged and installed on images, comment out
# the following line.
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"

# An explicit choice must be made between building Ostro OS
# development images and production images. See
# doc/howtows/building-images.rst for further instructions.
Expand All @@ -288,6 +297,21 @@ SUPPORTED_RECIPES_CHECK = "fatal"
#
#require conf/distro/include/ostro-os-production.inc

# systemd-bootchart is a useful tool to analyze and optimize a system
# boot time. The tool is available in Ostro and needs to be activated
# by a kernel command-line parameter which requires to build a new
# image. This tool also requires some kernel configurations to be active,
# specifically CONFIG_DEBUG_KERNEL and CONFIG_SCHEDSTATS.
#
# To use systemd-bootchart with the intel-corei7-64 or intel-quark machine
# uncomment the two lines below. Other MACHINEs that use u-boot (such as
# edison and beaglebone) use a different mechanism to modify the kernel
# command-line parameter, this is not covered here. The bootchart graphs
# will be available in /run/log/.
#
#APPEND_append = " init=/lib/systemd/systemd-bootchart"
#SRC_URI_append_pn-linux-yocto = " file://bootchart.cfg"

#
# Misc configuration
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ SRC_URI_append_intel-corei7-64 = " file://disable-iwlwifi-upstream.cfg"

LINUX_VERSION_INTEL_COMMON_forcevariable = "4.4.14"
KBRANCH_corei7-64-intel-common_forcevariable = "standard/intel/bxt-rebase;rebaseable=1"
SRCREV_machine_corei7-64-intel-common = "256385e1e85055afb8432ecf0aeee65e2590d142"
SRCREV_machine_corei7-64-intel-common = "027c17a3adb851fd330667210073e587fdedcdad"
2 changes: 1 addition & 1 deletion ostro-os
Submodule ostro-os updated 59 files
+7 −8 conf/combo-layer.conf
+204 −0 doc/howtos/app-dev-nodejs.rst
+1 −0 doc/howtos/howtos.rst
+45 −0 meta-appfw/recipes-appfw/iot-app-fw/iot-app-fw/0001-macros.inc-create-etc-machine-id-inside-container.patch
+6 −6 meta-appfw/recipes-appfw/iot-app-fw/iot-app-fw_git.bb
+3 −2 meta-intel-iot-security/meta-integrity/lib/oeqa/runtime/ima.py
+3 −3 meta-intel-iot-security/meta-security-smack/lib/oeqa/runtime/smack.py
+4 −4 meta-intel/common/recipes-core/microcode/intel-microcode_20160714.bb
+17 −34 meta-intel/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+30 −0 meta-intel/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch
+79 −0 meta-intel/meta-isg/common/recipes-extended/dpdk/dpdk/dpdk-16.04-dpdk-fix-installation-warning-and-issue.patch
+11 −0 meta-iotqa/conf/test/manual.csv
+7 −7 meta-iotqa/lib/oeqa/runtime/bluetooth/bluetooth.py
+1 −1 meta-iotqa/lib/oeqa/runtime/bluetooth/comm_bt_command.py
+5 −5 meta-iotqa/lib/oeqa/runtime/bluetooth/comm_bt_command_mnode.py
+5 −5 meta-iotqa/lib/oeqa/runtime/ethernet/comm_ethernet.py
+1 −1 meta-iotqa/lib/oeqa/runtime/iotivity/iotvt_integration.py
+1 −1 meta-iotqa/lib/oeqa/runtime/iotivity/iotvt_integration_mnode.py
+4 −4 meta-iotqa/lib/oeqa/runtime/security/firewall_rules.py
+15 −8 meta-iotqa/lib/oeqa/runtime/sensor/EnvirSetup.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_bma180.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_bma222e.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_bma250.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_bma255.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_lis2dh.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_lis3dh.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_accel_mma7455.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_color_isl29125.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_color_tcs3414cs.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_color_tcs34725.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_gyro_l3g4200.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_gyro_lsm330dlc.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_humidity_si7021.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_light_bh1750.py
+3 −3 meta-iotqa/lib/oeqa/runtime/sensor/test_light_tsl2561.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_light_vcnl4000.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_magnet_ak8975.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_magnet_hmc5883.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_magnet_hmc5983.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_magnet_lsm303.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_magnet_mag3110.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_pressure_bmp280.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_pressure_lps331ap.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_pressure_mpl115.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_pressure_mpl3115.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_sensor_with_high_cpu_consumption.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_temperature_bmp280.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_temperature_lps331ap.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_temperature_mpl115.py
+2 −2 meta-iotqa/lib/oeqa/runtime/sensor/test_temperature_mpl3115.py
+1 −1 meta-iotqa/lib/oeqa/runtime/sensor/test_temperature_tmp006.py
+3 −3 meta-iotqa/lib/oeqa/runtime/wifi/wifi.py
+1 −0 meta-ostro-bsp/recipes-kernel/linux-yocto/linux-yocto/sensors.cfg
+1 −0 meta-ostro/classes/image-dsk.bbclass
+1 −1 meta-ostro/conf/layer.conf
+10 −1 meta-ostro/conf/local.conf.sample
+3 −0 meta-ostro/recipes-image/images/files/ima_policy_ostro
+3 −3 meta-soletta/recipes-soletta/dev-app/soletta-dev-app_git.bb
+3 −2 meta-soletta/recipes-soletta/soletta/soletta_git.bb

0 comments on commit e3927c9

Please sign in to comment.