Skip to content

Instantly share code, notes, and snippets.

@akilawickey
Last active June 25, 2017 04:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save akilawickey/37b04f60ed83e1e22427a7df8f1aa865 to your computer and use it in GitHub Desktop.
Save akilawickey/37b04f60ed83e1e22427a7df8f1aa865 to your computer and use it in GitHub Desktop.
zebkit packages inside gdp and building process
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
@rzr
Copy link

rzr commented Jun 20, 2017

  1. not needed

  2. ok

  3. 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

    1. see if package is in manifest

@akilawickey
Copy link
Author

I cant understand (you can add zebkit by editing your local conf) part

@akilawickey
Copy link
Author

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