io2015-codelabs
io2015-codelabs copied to clipboard
Brillo codelab make fails
trafficstars
I have fetched the latest BDK from googlesource master and was working through this codelab. I have the BDK in ~/brillo and have products in ~/products. Building after step 2 gives the following error:
Output will be placed in /home/osterloh/products/homeCloud/out
Building a shadow BDK v10.0.0 . . .
including device/generic/brillo/vendorsetup.sh
including device/generic/brillo/brilloemulator_arm64/base_product/devicesetup.sh
including device/generic/brillo/brilloemulator_arm/base_product/devicesetup.sh
including device/generic/brillo/brilloemulator_x86_64/base_product/devicesetup.sh
including device/generic/brillo/brilloemulator_x86/base_product/devicesetup.sh
including device/qcom/dragonboard/base_product/devicesetup.sh
including device/generic/mini-emulator-arm64/vendorsetup.sh
including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
including device/generic/mini-emulator-x86_64/vendorsetup.sh
including device/generic/mini-emulator-x86/vendorsetup.sh
including product/google/common/brillo_gpios/vendorsetup.sh
including product/google/common/brillo_i2c/vendorsetup.sh
including product/google/common/brillo_leds/vendorsetup.sh
product/novendor/homeCloud/homeCloud.mk:22: *** Required configuration file config/3rd-party-packages is empty or missing.. Stop.
** Don't have a product spec for: 'homeCloud'
** Do you have the right repo manifest?
There is a new line added to the project make file which I have commented out and now it builds
# Include any configured 3rd party packages.
#PRODUCT_3RD_PARTY_PACKAGES += $(call cfgtree-get,3rd-party-packages)