Skip to content

Commit

Permalink
Merge pull request #86 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Fix eSDK generation
  • Loading branch information
cbrake authored Dec 20, 2018
2 parents d391f5c + e32e383 commit 767fcef
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
27 changes: 19 additions & 8 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [ -z "${MACHINE}" ]; then
fi
export MACHINE
echo "Setting MACHINE=$MACHINE"

if [ -z "${MEDIA}" ]; then
# set the location of the automounted location for removable storage
# newer gnome systems
Expand Down Expand Up @@ -100,8 +101,16 @@ export PATH="$(perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, $ENV
# Make sure Bitbake doesn't filter out the following variables from our
# environment.
#--------------------------------------------------------------------------
export BB_ENV_EXTRAWHITE="MACHINE DISTRO TCLIBC TCMODE GIT_PROXY_COMMAND http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS OE_BASE SVS_VERSION"
BB_ENV_EXTRAWHITE_OE="MACHINE DISTRO TCMODE TCLIBC HTTP_PROXY http_proxy \
HTTPS_PROXY https_proxy FTP_PROXY ftp_proxy FTPS_PROXY ftps_proxy ALL_PROXY \
all_proxy NO_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY \
SDKMACHINE BB_NUMBER_THREADS BB_NO_NETWORK PARALLEL_MAKE GIT_PROXY_COMMAND \
SOCKS5_PASSWD SOCKS5_USER SCREENDIR STAMPS_DIR BBPATH_EXTRA BB_SETSCENE_ENFORCE \
OE_BASE"

BB_ENV_EXTRAWHITE="$(echo $BB_ENV_EXTRAWHITE $BB_ENV_EXTRAWHITE_OE | tr ' ' '\n' | LC_ALL=C sort --unique | tr '\n' ' ')"

export BB_ENV_EXTRAWHITE
#--------------------------------------------------------------------------
# Specify proxy information
#--------------------------------------------------------------------------
Expand Down Expand Up @@ -159,14 +168,16 @@ else
echo "export SCRIPTS_DISTRO_DIRNAME=\"${DISTRO_DIRNAME}\"" >>${YOE_ENV_FILE}

echo "${YOE_ENV_FILE} created"
fi # if -e ${YOE_ENV_FILE}

#--------------------------------------------------------------------------
# Write out the OE bitbake configuration file.
#--------------------------------------------------------------------------
mkdir -p ${OE_BUILD_DIR}/conf
mkdir -p ${OE_BUILD_DIR}/conf

AUTO_CONF=${OE_BUILD_DIR}/conf/auto.conf
cat >$AUTO_CONF <<_EOF
AUTO_CONF=${OE_BUILD_DIR}/conf/auto.conf
rm -f $AUTO_CONF
cat >$AUTO_CONF <<_EOF
# This is an automatically generated file, please do not edit.
ACONF_VERSION = "1"
Expand All @@ -182,11 +193,11 @@ TMPDIR = "${OE_BUILD_DIR}/build/tmp"
# Go through the Firewall
#HTTP_PROXY = "http://${PROXYHOST}:${PROXYPORT}/"
MACHINE ?= "$MACHINE"
_EOF

echo "${AUTO_CONF} has been updated"
echo "${AUTO_CONF} has been updated"

fi # if -e ${YOE_ENV_FILE}

###############################################################################
# UPDATE_ALL() - Make sure everything is up to date
Expand Down Expand Up @@ -368,12 +379,12 @@ yoe_console() {

yoe_build_all() {
# build images for all routinely tested platforms
MACHINES="beagleboard beaglebone overo wandboard-dual imx6ul-var-dart"
MACHINES="raspberrypi3 beaglebone"
for m in $MACHINES; do
echo "=========================="
echo "Building $m ....."
export MACHINE=$m
if ! bitbake systemd-image; then
if ! bitbake yoe-simple-image; then
return
fi
done
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 48 files
+0 −25 meta-gnome/recipes-support/usermode/usermode/0001-Include-sys-sysmacros.h-for-major-minor.patch
+0 −28 meta-gnome/recipes-support/usermode/usermode/0001-Missing-n-in-translated-string.patch
+2 −4 meta-gnome/recipes-support/usermode/usermode_1.113.bb
+49 −0 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Define-ulocked_-fgets-fread-fwrite-aliases.patch
+1 −0 meta-initramfs/recipes-devtools/klibc/klibc.inc
+163 −0 meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch
+8 −2 meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
+39 −0 meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt
+51 −0 meta-networking/recipes-connectivity/samba/samba/cmocka-uintptr_t.patch
+1 −0 meta-networking/recipes-connectivity/samba/samba_4.8.4.bb
+2 −0 meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
+4 −4 meta-networking/recipes-support/geoip/geoip_1.6.12.bb
+5 −3 meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
+1 −0 meta-oe/recipes-bsp/efibootmgr/efibootmgr_17.bb
+31 −0 meta-oe/recipes-bsp/efibootmgr/files/0001-remove-extra-decl.patch
+1 −1 meta-oe/recipes-bsp/efivar/efivar_37.bb
+30 −0 meta-oe/recipes-connectivity/modemmanager/modemmanager/0001-Do-not-set-Wno-unused-but-set-variable.patch
+2 −0 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
+0 −194 meta-oe/recipes-dbs/rocksdb/rocksdb/0001-Fix-GitHub-issue-3716-gcc-8-warnings.patch
+3 −4 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb
+0 −26 meta-oe/recipes-devtools/flatbuffers/files/0001-correct-version-for-so-lib.patch
+0 −113 meta-oe/recipes-devtools/flatbuffers/files/0001-flatbuffers-Move-EndianSwap-template-to-flatbuffers-.patch
+0 −30 meta-oe/recipes-devtools/flatbuffers/files/0002-use-__builtin_bswap16-when-building-with-clang.patch
+5 −8 meta-oe/recipes-devtools/flatbuffers/flatbuffers_1.10.0.bb
+9 −9 meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch
+31 −0 meta-oe/recipes-extended/collectd/collectd/0006-libcollectdclient-Fix-string-overflow-errors.patch
+3 −2 meta-oe/recipes-extended/collectd/collectd_5.8.1.bb
+1 −1 meta-oe/recipes-extended/libreport/libreport_2.9.7.bb
+1 −1 meta-oe/recipes-support/bdwgc/bdwgc_7.6.10.bb
+1 −1 meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb
+0 −88 meta-oe/recipes-support/gnulib/gnulib/CVE-2018-17942.patch
+5 −5 meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb
+0 −3 meta-oe/recipes-support/lvm2/lvm2.inc
+0 −73 meta-oe/recipes-support/opensc/opensc/0001-Fixed-gcc-8-compilation-errors-1353.patch
+34 −0 meta-oe/recipes-support/opensc/opensc/0001-Remove-redundant-logging.patch
+8 −11 meta-oe/recipes-support/opensc/opensc_0.19.0.bb
+0 −46 meta-oe/recipes-test/catch2/catch2/0001-Fix-convert-from-char-on-ARM-build.patch
+36 −0 meta-oe/recipes-test/catch2/catch2/0001-Remove-redundant-move.patch
+9 −7 meta-oe/recipes-test/catch2/catch2_2.5.0.bb
+0 −106 meta-oe/recipes-test/gtest/gtest/Add-pkg-config-support.patch
+3 −4 meta-oe/recipes-test/gtest/gtest_1.8.1.bb
+1 −1 meta-python/recipes-extended/python-blivet/python3-blivet_3.1.2.bb
+1 −1 meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb
+0 −2 meta-python/recipes-extended/python-pyparted/python-pyparted_3.11.1.bb
+0 −2 meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.1.bb
+2 −2 meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb
+0 −6 meta-webserver/recipes-httpd/nginx/nginx_1.15.2.bb
+6 −0 meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
2 changes: 1 addition & 1 deletion sources/meta-qt5
Submodule meta-qt5 updated 104 files
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/openembedded-core

0 comments on commit 767fcef

Please sign in to comment.