Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Yocto for Raspberry Pi

You're reading from   Yocto for Raspberry Pi Create unique and amazing projects by using the powerful combination of Yocto and Raspberry Pi

Arrow left icon
Product type Paperback
Published in Jun 2016
Publisher Packt
ISBN-13 9781785281952
Length 214 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (2):
Arrow left icon
 Pierre-Jean Pierre-Jean
Author Profile Icon Pierre-Jean
Pierre-Jean
 Mabäcker Mabäcker
Author Profile Icon Mabäcker
Mabäcker
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Yocto for Raspberry Pi
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Meeting the Yocto Project FREE CHAPTER 2. Building our First Poky Image for the Raspberry Pi 3. Mastering Baking with Hob and Toaster 4. Understanding BitBake 5. Creating, Developing, and Deploying on the Raspberry Pi 6. Working with External Layers 7. Deploying a Custom Layer on the Raspberry Pi 8. Diving into the Raspberry Pi's Peripherals and Yocto Recipes 9. Making a Media Hub on the Raspberry Pi 10. Playing with an LCD Touchscreen and the Linux Kernel 11. Contributing to the Raspberry Pi BSP Layer 12. Home Automation Project - Booting a Custom Image

IPK packages


With IPK packages, it is possible to use (after copy the package to the target) OPKG utilities to install the package on the Raspberry Pi.

Installing manually

To manually install an IPK package, use this command:

$ opkg install package_name.ipk

Installing automatically

For the management of IPK packages, it is easy to create a package repository on our development workstation.

The first step is to add to conf/local.conf the following variable:

FEED_DEPLOYDIR_BASE_URI = http://<server-ip>:9999/ http://<server- ip>:9999/

Thus, our image will include all references to our package repository on our web server based on busybox (httpd), which is listening on port 9999.

The second step is to create the package index on our repository:

$ source oe-init-build-env rpi-build
$ bitbake package-index

Apart from this, just create a web server listening on port 9999. The base directory will be the one where IPK packages are built. To make it easier to use the utility to connect busybox...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images