Last active
June 25, 2017 04:59
-
-
Save akilawickey/37b04f60ed83e1e22427a7df8f1aa865 to your computer and use it in GitHub Desktop.
zebkit packages inside gdp and building process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the steps how to include zebkit recipes to gdp and build a target to run the zebra | |
https://github.com/GENIVI/genivi-dev-platform.git | |
cd genivi-dev-platform | |
source init.sh qemux86-64 | |
cd ../meta-genivi-dev/meta-genivi-dev/ | |
wget https://github.com/akilawickey/meta-genivi-dev/commit/94f5427aaffea0a141547697b1da203463545353.patch | |
git am -i *.patch | |
#Edit the genivi-dev-platform.bb using nano | |
nano recipes-dev-platform/images/genivi-dev-platform.bb | |
#open it and add this line to bottem | |
IMAGE_INSTALL_append = " zebkit" | |
cd ../../gdp-src-build | |
bitbake genivi-dev-platform |
I cant understand (you can add zebkit by editing your local conf) part
Got the way which how the local.conf works and fixed it thank you rzr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not needed
ok
then you just add recipe in any layer:
https://github.com/TizenTeam/meta-genivi-dev/commit/0bdcda664365a04f65a206dc78eb5c4986e4f454.patch
you can add zebkit by editing your local conf
see this page as template:
https://www.slideshare.net/SamsungOSG/iotivity-for-automotive-metaocfautomotive-tutorial/16