SlideShare a Scribd company logo
Yocto usage for Graphics SDK on AM335x
Terminologies
• BitBake is a build engine that follows recipes
in a specific format in order to perform sets of
tasks. BitBake is a core component of the
Yocto Project.
• A Python framework
What is the goal ?
• IMAGE
– Defines
• Create boot image (Uboot, MLO, env)
• Create filesystem with some specific functionality (ex, SGX)
• MACHINE
– For a specific platform
• Targeting what distribution
– Poky ?
– Arago ?
– Angstrom ?
Yocto umbrella
• http://git.yoctoproject.org/cgit/cgit.cgi/
• TI package is building a “Yocto-compatible”
Arago framework
TI Setup
• git clone git://arago-
project.org/git/projects/oe-layersetup.git
• Usual git proxy setup
– vi ~/proxy-config
• exec /usr/bin/corkscrew <your proxy> 80 $*
– git config --global core.gitProxy ~/proxy-config
Basic build
• cd arago
• ./oe-layertool-setup.sh -f configs/amsdk/amsdk-
05.07.00.00-config.txt (#only if you want to be on
latest bitbake tree, otherwise skip this step)
• cd build
• . conf/setenv
• export PATH=/opt/toolchain/arago-
07262012_2011_09/arago-2011.09/armv7a/bin:$PATH
• vi conf/local.conf (to edit #of threads/parallel)
• MACHINE=am335x-evm bitbake tisdk-rootfs-image
Typical steps to add functionality
• Ex, Qt5
• specify sub-packages of qt5
– conf/local.conf
• IMAGE_INSTALL_append = " qtbase qtbase-tools qtbase-
plugins qtbase-fonts“
• Specify qt5 layer (meta-qt5 downloaded from
separate git)
– conf/bblayers.conf
• /home1/prabu/arago1/arago/sources/meta-qt5
• MACHINE=am335x-evm
• bitbake tisdk-rootfs-image
Example – Graphics package – How to
include in MACHINE IMAGE
• Specify version of Graphics SDK that goes into
AM-SDK image
– sources/meta-arago/meta-arago-
distro/conf/distro/arago.conf
• Ex 4.09.00.01
• Specify sub-packages of Graphics SDK
– sources/meta-arago/meta-arago-distro/recipes-
core/packagegroups/packagegroup-arago-tisdk-
graphics.bb
• Ex, which demos
Temporary outputs (Yocto base)
• In-work packages are stored at,
– poky/build/tmp/work/beaglebone-poky-linux-
gnueabi/
– For example, libgles-omap3-4.09.00.01-
r35/packages-split
Example - Graphics SDK Package
Definition
• User space binary
– sources/meta-ti/recipes-graphics/libgles
• libgles-omap3_4.09.00.01.bb
• Kernel module
– sources/meta-ti/recipes-bsp/powervr-drivers
• omap3-sgx-modules_4.09.00.01.bb
Commands in .bb file
• do_configure()
• do_compile()
• do_install()
Further reference
• http://www.yoctoproject.org/docs/1.4/ref-
manual/ref-manual.html
• https://wiki.yoctoproject.org/wiki/How_do_I
Ad

More Related Content

What's hot (20)

Starting with Git & GitHub
Starting with Git & GitHubStarting with Git & GitHub
Starting with Git & GitHub
Nicolás Tourné
 
Git Pull Requests
Git Pull RequestsGit Pull Requests
Git Pull Requests
Callon Campbell
 
Tutoriel GIT
Tutoriel GITTutoriel GIT
Tutoriel GIT
Francois ANDRE
 
A practical guide to buildroot
A practical guide to buildrootA practical guide to buildroot
A practical guide to buildroot
Emertxe Information Technologies Pvt Ltd
 
GIT | Distributed Version Control System
GIT | Distributed Version Control SystemGIT | Distributed Version Control System
GIT | Distributed Version Control System
Mohammad Imam Hossain
 
Developer Student Clubs NUK - Flutter for Beginners
Developer Student Clubs NUK - Flutter for BeginnersDeveloper Student Clubs NUK - Flutter for Beginners
Developer Student Clubs NUK - Flutter for Beginners
Jiaxuan Lin
 
Yocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution MakerYocto - Embedded Linux Distribution Maker
Yocto - Embedded Linux Distribution Maker
Sherif Mousa
 
Git101
Git101Git101
Git101
Jason Noble
 
Python modules
Python modulesPython modules
Python modules
Shanmugapriya Dineshbabu
 
Git and Github
Git and GithubGit and Github
Git and Github
Wen-Tien Chang
 
Source Code management System
Source Code management SystemSource Code management System
Source Code management System
Karthikeyan Annamalai
 
Effective Linux Development Using PetaLinux Tools 2017.4
Effective Linux Development Using PetaLinux Tools 2017.4Effective Linux Development Using PetaLinux Tools 2017.4
Effective Linux Development Using PetaLinux Tools 2017.4
Zach Pfeffer
 
Basic Linux Internals
Basic Linux InternalsBasic Linux Internals
Basic Linux Internals
mukul bhardwaj
 
PythonOOP
PythonOOPPythonOOP
PythonOOP
Veera Pendyala
 
Git One Day Training Notes
Git One Day Training NotesGit One Day Training Notes
Git One Day Training Notes
glen_a_smith
 
Version control system
Version control systemVersion control system
Version control system
Andrew Liu
 
Static partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-VStatic partitioning virtualization on RISC-V
Static partitioning virtualization on RISC-V
RISC-V International
 
Exceptions in python
Exceptions in pythonExceptions in python
Exceptions in python
baabtra.com - No. 1 supplier of quality freshers
 
GIT AND GITHUB (1).pptx
GIT AND GITHUB (1).pptxGIT AND GITHUB (1).pptx
GIT AND GITHUB (1).pptx
GDSCCVRGUPoweredbyGo
 
Reverse Engineering of Rocket Chip
Reverse Engineering of Rocket ChipReverse Engineering of Rocket Chip
Reverse Engineering of Rocket Chip
RISC-V International
 

Similar to Yocto usage for Graphics SDK on AM335x (20)

Building Embedded Linux UDOONEO
Building Embedded Linux UDOONEOBuilding Embedded Linux UDOONEO
Building Embedded Linux UDOONEO
NEEVEE Technologies
 
An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018
ICS
 
Qt5 (minimal) on beaglebone, with Yocto
Qt5 (minimal) on beaglebone, with YoctoQt5 (minimal) on beaglebone, with Yocto
Qt5 (minimal) on beaglebone, with Yocto
Prabindh Sundareson
 
[Webinar] An Introduction to the Yocto Embedded Framework
[Webinar] An Introduction to the Yocto Embedded Framework[Webinar] An Introduction to the Yocto Embedded Framework
[Webinar] An Introduction to the Yocto Embedded Framework
ICS
 
The Yocto Project
The Yocto ProjectThe Yocto Project
The Yocto Project
rossburton
 
20150317 firefox os_studymtg_engver
20150317 firefox os_studymtg_engver20150317 firefox os_studymtg_engver
20150317 firefox os_studymtg_engver
Naoki Sekiguchi
 
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Mark Hamstra
 
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily JobLuca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
linuxlab_conf
 
yocto_scale_handout-with-notes
yocto_scale_handout-with-notesyocto_scale_handout-with-notes
yocto_scale_handout-with-notes
Steve Arnold
 
GitBucket: Git Centric Software Development Platform by Scala
GitBucket:  Git Centric Software Development Platform by ScalaGitBucket:  Git Centric Software Development Platform by Scala
GitBucket: Git Centric Software Development Platform by Scala
takezoe
 
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
melbats
 
Version control git day02
Version control   git day02Version control   git day02
Version control git day02
Gourav Varma
 
Yocto: Training in English
Yocto: Training in EnglishYocto: Training in English
Yocto: Training in English
Otavio Salvador
 
OSGi introduction
OSGi introductionOSGi introduction
OSGi introduction
Dario Bonino
 
Building Dojo in the Cloud
Building Dojo in the CloudBuilding Dojo in the Cloud
Building Dojo in the Cloud
James Thomas
 
Eclipse IDE Yocto Plugin
Eclipse IDE Yocto PluginEclipse IDE Yocto Plugin
Eclipse IDE Yocto Plugin
cudma
 
Embedded Linux BSP Training (Intro)
Embedded Linux BSP Training (Intro)Embedded Linux BSP Training (Intro)
Embedded Linux BSP Training (Intro)
RuggedBoardGroup
 
Build your own embedded linux distributions by yocto project
Build your own embedded linux distributions by yocto projectBuild your own embedded linux distributions by yocto project
Build your own embedded linux distributions by yocto project
Yen-Chin Lee
 
Autobuilder2 Yocto Project Summit Lyon 2019
Autobuilder2 Yocto Project Summit Lyon 2019Autobuilder2 Yocto Project Summit Lyon 2019
Autobuilder2 Yocto Project Summit Lyon 2019
Marco Cavallini
 
Git for Windows
Git for WindowsGit for Windows
Git for Windows
Ovidiu Dimulescu
 
An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018An Introduction to the Yocto Embedded Framework 2018
An Introduction to the Yocto Embedded Framework 2018
ICS
 
Qt5 (minimal) on beaglebone, with Yocto
Qt5 (minimal) on beaglebone, with YoctoQt5 (minimal) on beaglebone, with Yocto
Qt5 (minimal) on beaglebone, with Yocto
Prabindh Sundareson
 
[Webinar] An Introduction to the Yocto Embedded Framework
[Webinar] An Introduction to the Yocto Embedded Framework[Webinar] An Introduction to the Yocto Embedded Framework
[Webinar] An Introduction to the Yocto Embedded Framework
ICS
 
The Yocto Project
The Yocto ProjectThe Yocto Project
The Yocto Project
rossburton
 
20150317 firefox os_studymtg_engver
20150317 firefox os_studymtg_engver20150317 firefox os_studymtg_engver
20150317 firefox os_studymtg_engver
Naoki Sekiguchi
 
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Dev, Staging & Production Workflow with Gitify (at MODXpo 2015 in Munich)
Mark Hamstra
 
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily JobLuca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
Luca Ceresoli - Buildroot vs Yocto: Differences for Your Daily Job
linuxlab_conf
 
yocto_scale_handout-with-notes
yocto_scale_handout-with-notesyocto_scale_handout-with-notes
yocto_scale_handout-with-notes
Steve Arnold
 
GitBucket: Git Centric Software Development Platform by Scala
GitBucket:  Git Centric Software Development Platform by ScalaGitBucket:  Git Centric Software Development Platform by Scala
GitBucket: Git Centric Software Development Platform by Scala
takezoe
 
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
Eclipse Con US 2013 - Buildroot Eclipse Bundle : A powerful IDE for Embedded ...
melbats
 
Version control git day02
Version control   git day02Version control   git day02
Version control git day02
Gourav Varma
 
Yocto: Training in English
Yocto: Training in EnglishYocto: Training in English
Yocto: Training in English
Otavio Salvador
 
Building Dojo in the Cloud
Building Dojo in the CloudBuilding Dojo in the Cloud
Building Dojo in the Cloud
James Thomas
 
Eclipse IDE Yocto Plugin
Eclipse IDE Yocto PluginEclipse IDE Yocto Plugin
Eclipse IDE Yocto Plugin
cudma
 
Embedded Linux BSP Training (Intro)
Embedded Linux BSP Training (Intro)Embedded Linux BSP Training (Intro)
Embedded Linux BSP Training (Intro)
RuggedBoardGroup
 
Build your own embedded linux distributions by yocto project
Build your own embedded linux distributions by yocto projectBuild your own embedded linux distributions by yocto project
Build your own embedded linux distributions by yocto project
Yen-Chin Lee
 
Autobuilder2 Yocto Project Summit Lyon 2019
Autobuilder2 Yocto Project Summit Lyon 2019Autobuilder2 Yocto Project Summit Lyon 2019
Autobuilder2 Yocto Project Summit Lyon 2019
Marco Cavallini
 
Ad

More from Prabindh Sundareson (20)

Synthetic Data and Graphics Techniques in Robotics
Synthetic Data and Graphics Techniques in RoboticsSynthetic Data and Graphics Techniques in Robotics
Synthetic Data and Graphics Techniques in Robotics
Prabindh Sundareson
 
Work and Life
Work and Life Work and Life
Work and Life
Prabindh Sundareson
 
GPU Algorithms and trends 2018
GPU Algorithms and trends 2018GPU Algorithms and trends 2018
GPU Algorithms and trends 2018
Prabindh Sundareson
 
Machine learning in the Indian Context - IEEE talk at SRM Institute
Machine learning in the Indian Context - IEEE talk at SRM InstituteMachine learning in the Indian Context - IEEE talk at SRM Institute
Machine learning in the Indian Context - IEEE talk at SRM Institute
Prabindh Sundareson
 
Students Hackathon - 2017
Students Hackathon - 2017Students Hackathon - 2017
Students Hackathon - 2017
Prabindh Sundareson
 
ICCE Asia 2017 - Program Outline
ICCE Asia 2017 - Program OutlineICCE Asia 2017 - Program Outline
ICCE Asia 2017 - Program Outline
Prabindh Sundareson
 
Call for Papers - ICCE Asia 2017
Call for Papers - ICCE Asia 2017Call for Papers - ICCE Asia 2017
Call for Papers - ICCE Asia 2017
Prabindh Sundareson
 
Technology, Innovation - A Perspective
Technology, Innovation - A PerspectiveTechnology, Innovation - A Perspective
Technology, Innovation - A Perspective
Prabindh Sundareson
 
Open Shading Language (OSL)
Open Shading Language (OSL)Open Shading Language (OSL)
Open Shading Language (OSL)
Prabindh Sundareson
 
IEEE - Consumer Electronics Trends Opportunities (2015)
IEEE - Consumer Electronics Trends Opportunities (2015)IEEE - Consumer Electronics Trends Opportunities (2015)
IEEE - Consumer Electronics Trends Opportunities (2015)
Prabindh Sundareson
 
GFX part 8 - Three.js introduction and usage
GFX part 8 - Three.js introduction and usageGFX part 8 - Three.js introduction and usage
GFX part 8 - Three.js introduction and usage
Prabindh Sundareson
 
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
GFX Part 7 - Introduction to Rendering Targets in OpenGL ESGFX Part 7 - Introduction to Rendering Targets in OpenGL ES
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
Prabindh Sundareson
 
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ESGFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
Prabindh Sundareson
 
GFX Part 5 - Introduction to Object Transformations in OpenGL ES
GFX Part 5 - Introduction to Object Transformations in OpenGL ESGFX Part 5 - Introduction to Object Transformations in OpenGL ES
GFX Part 5 - Introduction to Object Transformations in OpenGL ES
Prabindh Sundareson
 
GFX Part 4 - Introduction to Texturing in OpenGL ES
GFX Part 4 - Introduction to Texturing in OpenGL ESGFX Part 4 - Introduction to Texturing in OpenGL ES
GFX Part 4 - Introduction to Texturing in OpenGL ES
Prabindh Sundareson
 
GFX Part 3 - Vertices and interactions in OpenGL
GFX Part 3 - Vertices and interactions in OpenGLGFX Part 3 - Vertices and interactions in OpenGL
GFX Part 3 - Vertices and interactions in OpenGL
Prabindh Sundareson
 
GFX Part 2 - Introduction to GPU Programming
GFX Part 2 - Introduction to GPU ProgrammingGFX Part 2 - Introduction to GPU Programming
GFX Part 2 - Introduction to GPU Programming
Prabindh Sundareson
 
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specificationsGFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
Prabindh Sundareson
 
John Carmack talk at SMU, April 2014 - Virtual Reality
John Carmack talk at SMU, April 2014 - Virtual RealityJohn Carmack talk at SMU, April 2014 - Virtual Reality
John Carmack talk at SMU, April 2014 - Virtual Reality
Prabindh Sundareson
 
GFX2014 OpenGL ES Quiz
GFX2014 OpenGL ES QuizGFX2014 OpenGL ES Quiz
GFX2014 OpenGL ES Quiz
Prabindh Sundareson
 
Synthetic Data and Graphics Techniques in Robotics
Synthetic Data and Graphics Techniques in RoboticsSynthetic Data and Graphics Techniques in Robotics
Synthetic Data and Graphics Techniques in Robotics
Prabindh Sundareson
 
Machine learning in the Indian Context - IEEE talk at SRM Institute
Machine learning in the Indian Context - IEEE talk at SRM InstituteMachine learning in the Indian Context - IEEE talk at SRM Institute
Machine learning in the Indian Context - IEEE talk at SRM Institute
Prabindh Sundareson
 
ICCE Asia 2017 - Program Outline
ICCE Asia 2017 - Program OutlineICCE Asia 2017 - Program Outline
ICCE Asia 2017 - Program Outline
Prabindh Sundareson
 
Call for Papers - ICCE Asia 2017
Call for Papers - ICCE Asia 2017Call for Papers - ICCE Asia 2017
Call for Papers - ICCE Asia 2017
Prabindh Sundareson
 
Technology, Innovation - A Perspective
Technology, Innovation - A PerspectiveTechnology, Innovation - A Perspective
Technology, Innovation - A Perspective
Prabindh Sundareson
 
IEEE - Consumer Electronics Trends Opportunities (2015)
IEEE - Consumer Electronics Trends Opportunities (2015)IEEE - Consumer Electronics Trends Opportunities (2015)
IEEE - Consumer Electronics Trends Opportunities (2015)
Prabindh Sundareson
 
GFX part 8 - Three.js introduction and usage
GFX part 8 - Three.js introduction and usageGFX part 8 - Three.js introduction and usage
GFX part 8 - Three.js introduction and usage
Prabindh Sundareson
 
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
GFX Part 7 - Introduction to Rendering Targets in OpenGL ESGFX Part 7 - Introduction to Rendering Targets in OpenGL ES
GFX Part 7 - Introduction to Rendering Targets in OpenGL ES
Prabindh Sundareson
 
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ESGFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
GFX Part 6 - Introduction to Vertex and Fragment Shaders in OpenGL ES
Prabindh Sundareson
 
GFX Part 5 - Introduction to Object Transformations in OpenGL ES
GFX Part 5 - Introduction to Object Transformations in OpenGL ESGFX Part 5 - Introduction to Object Transformations in OpenGL ES
GFX Part 5 - Introduction to Object Transformations in OpenGL ES
Prabindh Sundareson
 
GFX Part 4 - Introduction to Texturing in OpenGL ES
GFX Part 4 - Introduction to Texturing in OpenGL ESGFX Part 4 - Introduction to Texturing in OpenGL ES
GFX Part 4 - Introduction to Texturing in OpenGL ES
Prabindh Sundareson
 
GFX Part 3 - Vertices and interactions in OpenGL
GFX Part 3 - Vertices and interactions in OpenGLGFX Part 3 - Vertices and interactions in OpenGL
GFX Part 3 - Vertices and interactions in OpenGL
Prabindh Sundareson
 
GFX Part 2 - Introduction to GPU Programming
GFX Part 2 - Introduction to GPU ProgrammingGFX Part 2 - Introduction to GPU Programming
GFX Part 2 - Introduction to GPU Programming
Prabindh Sundareson
 
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specificationsGFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
GFX Part 1 - Introduction to GPU HW and OpenGL ES specifications
Prabindh Sundareson
 
John Carmack talk at SMU, April 2014 - Virtual Reality
John Carmack talk at SMU, April 2014 - Virtual RealityJohn Carmack talk at SMU, April 2014 - Virtual Reality
John Carmack talk at SMU, April 2014 - Virtual Reality
Prabindh Sundareson
 
Ad

Recently uploaded (20)

Listing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey - House Sales Statistics, March 2025.pdfListing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey
 
Hayat Flora Dijital Katalog - Listing Turkey
Hayat Flora Dijital Katalog - Listing TurkeyHayat Flora Dijital Katalog - Listing Turkey
Hayat Flora Dijital Katalog - Listing Turkey
Listing Turkey
 
March 2025 RPPI - Residential Property Price Index
March 2025 RPPI - Residential Property Price IndexMarch 2025 RPPI - Residential Property Price Index
March 2025 RPPI - Residential Property Price Index
Listing Turkey
 
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Yantram Animation Studio Corporation
 
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptxWhy-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Naugaon Gurgaon
 
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdfDholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Shivgan Infratech
 
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
Tesla Properties
 
Top 5 Solid Reasons to Invest in Dholera Today.pdf
Top 5 Solid Reasons to Invest in Dholera Today.pdfTop 5 Solid Reasons to Invest in Dholera Today.pdf
Top 5 Solid Reasons to Invest in Dholera Today.pdf
Shivgan Infratech
 
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptxRetaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Bricklayercleveland
 
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdfThomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill
 
Real-Time Data Feeds in Asset Management
Real-Time Data Feeds in Asset ManagementReal-Time Data Feeds in Asset Management
Real-Time Data Feeds in Asset Management
Leni Co
 
NLI 2025 - MAY - Istanbul Featured Portfolio
NLI 2025 - MAY - Istanbul Featured PortfolioNLI 2025 - MAY - Istanbul Featured Portfolio
NLI 2025 - MAY - Istanbul Featured Portfolio
Listing Turkey
 
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
Jose Ramirez Real Estate
 
5 Key Principles of Good Architectural Design
5 Key Principles of Good Architectural Design5 Key Principles of Good Architectural Design
5 Key Principles of Good Architectural Design
Buildaway Infra
 
Cold-Formed Steel Buyers Guide | Viking Manufacturing
Cold-Formed Steel Buyers Guide | Viking ManufacturingCold-Formed Steel Buyers Guide | Viking Manufacturing
Cold-Formed Steel Buyers Guide | Viking Manufacturing
MH Riad
 
masdarpresentation-2dddd10524064835.pptx
masdarpresentation-2dddd10524064835.pptxmasdarpresentation-2dddd10524064835.pptx
masdarpresentation-2dddd10524064835.pptx
KhaledMontasser4
 
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
REALTORS® Land Institute
 
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity roundMetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
JamalKhalid14
 
What if our cities could thrive sustainably?
What if our cities could thrive sustainably?What if our cities could thrive sustainably?
What if our cities could thrive sustainably?
Ali Ata
 
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna ExpresswayBook 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Ace AcreVille
 
Listing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey - House Sales Statistics, March 2025.pdfListing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey - House Sales Statistics, March 2025.pdf
Listing Turkey
 
Hayat Flora Dijital Katalog - Listing Turkey
Hayat Flora Dijital Katalog - Listing TurkeyHayat Flora Dijital Katalog - Listing Turkey
Hayat Flora Dijital Katalog - Listing Turkey
Listing Turkey
 
March 2025 RPPI - Residential Property Price Index
March 2025 RPPI - Residential Property Price IndexMarch 2025 RPPI - Residential Property Price Index
March 2025 RPPI - Residential Property Price Index
Listing Turkey
 
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Transforming Spaces: Premier 3D Exterior Rendering Services for Captivating O...
Yantram Animation Studio Corporation
 
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptxWhy-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Why-Kushal-Multi-Developers-Should-Be-Your-Next-Smart-Investment-Move (1).pptx
Naugaon Gurgaon
 
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdfDholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Dholera or Gurugram Discover Which City Holds the Key to Real Estate Success.pdf
Shivgan Infratech
 
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
SOBHA ORBIS In Dubai Motor City By Tesla Properties providing Top Apartments ...
Tesla Properties
 
Top 5 Solid Reasons to Invest in Dholera Today.pdf
Top 5 Solid Reasons to Invest in Dholera Today.pdfTop 5 Solid Reasons to Invest in Dholera Today.pdf
Top 5 Solid Reasons to Invest in Dholera Today.pdf
Shivgan Infratech
 
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptxRetaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Retaining Wall Repairs in Brisbane by Bricklayer Cleveland.pptx
Bricklayercleveland
 
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdfThomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill transformed ESI Construction into a nationwide leader.pdf
Thomas D. Hill
 
Real-Time Data Feeds in Asset Management
Real-Time Data Feeds in Asset ManagementReal-Time Data Feeds in Asset Management
Real-Time Data Feeds in Asset Management
Leni Co
 
NLI 2025 - MAY - Istanbul Featured Portfolio
NLI 2025 - MAY - Istanbul Featured PortfolioNLI 2025 - MAY - Istanbul Featured Portfolio
NLI 2025 - MAY - Istanbul Featured Portfolio
Listing Turkey
 
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
1031 Exchange Essentials: A Quick Guide for Real Estate Investors and Realtor...
Jose Ramirez Real Estate
 
5 Key Principles of Good Architectural Design
5 Key Principles of Good Architectural Design5 Key Principles of Good Architectural Design
5 Key Principles of Good Architectural Design
Buildaway Infra
 
Cold-Formed Steel Buyers Guide | Viking Manufacturing
Cold-Formed Steel Buyers Guide | Viking ManufacturingCold-Formed Steel Buyers Guide | Viking Manufacturing
Cold-Formed Steel Buyers Guide | Viking Manufacturing
MH Riad
 
masdarpresentation-2dddd10524064835.pptx
masdarpresentation-2dddd10524064835.pptxmasdarpresentation-2dddd10524064835.pptx
masdarpresentation-2dddd10524064835.pptx
KhaledMontasser4
 
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
2024 Land Market Survey Report from the REALTORS Land Institute and the Natio...
REALTORS® Land Institute
 
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity roundMetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
MetaProps Pitch Deck: Investment Pitch Deck / Seed equity round
JamalKhalid14
 
What if our cities could thrive sustainably?
What if our cities could thrive sustainably?What if our cities could thrive sustainably?
What if our cities could thrive sustainably?
Ali Ata
 
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna ExpresswayBook 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Book 8586 888 555 | ACE AcreVille Plots Sector 22A Yamuna Expressway
Ace AcreVille
 

Yocto usage for Graphics SDK on AM335x

  • 2. Terminologies • BitBake is a build engine that follows recipes in a specific format in order to perform sets of tasks. BitBake is a core component of the Yocto Project. • A Python framework
  • 3. What is the goal ? • IMAGE – Defines • Create boot image (Uboot, MLO, env) • Create filesystem with some specific functionality (ex, SGX) • MACHINE – For a specific platform • Targeting what distribution – Poky ? – Arago ? – Angstrom ?
  • 4. Yocto umbrella • http://git.yoctoproject.org/cgit/cgit.cgi/ • TI package is building a “Yocto-compatible” Arago framework
  • 5. TI Setup • git clone git://arago- project.org/git/projects/oe-layersetup.git • Usual git proxy setup – vi ~/proxy-config • exec /usr/bin/corkscrew <your proxy> 80 $* – git config --global core.gitProxy ~/proxy-config
  • 6. Basic build • cd arago • ./oe-layertool-setup.sh -f configs/amsdk/amsdk- 05.07.00.00-config.txt (#only if you want to be on latest bitbake tree, otherwise skip this step) • cd build • . conf/setenv • export PATH=/opt/toolchain/arago- 07262012_2011_09/arago-2011.09/armv7a/bin:$PATH • vi conf/local.conf (to edit #of threads/parallel) • MACHINE=am335x-evm bitbake tisdk-rootfs-image
  • 7. Typical steps to add functionality • Ex, Qt5 • specify sub-packages of qt5 – conf/local.conf • IMAGE_INSTALL_append = " qtbase qtbase-tools qtbase- plugins qtbase-fonts“ • Specify qt5 layer (meta-qt5 downloaded from separate git) – conf/bblayers.conf • /home1/prabu/arago1/arago/sources/meta-qt5 • MACHINE=am335x-evm • bitbake tisdk-rootfs-image
  • 8. Example – Graphics package – How to include in MACHINE IMAGE • Specify version of Graphics SDK that goes into AM-SDK image – sources/meta-arago/meta-arago- distro/conf/distro/arago.conf • Ex 4.09.00.01 • Specify sub-packages of Graphics SDK – sources/meta-arago/meta-arago-distro/recipes- core/packagegroups/packagegroup-arago-tisdk- graphics.bb • Ex, which demos
  • 9. Temporary outputs (Yocto base) • In-work packages are stored at, – poky/build/tmp/work/beaglebone-poky-linux- gnueabi/ – For example, libgles-omap3-4.09.00.01- r35/packages-split
  • 10. Example - Graphics SDK Package Definition • User space binary – sources/meta-ti/recipes-graphics/libgles • libgles-omap3_4.09.00.01.bb • Kernel module – sources/meta-ti/recipes-bsp/powervr-drivers • omap3-sgx-modules_4.09.00.01.bb
  • 11. Commands in .bb file • do_configure() • do_compile() • do_install()