Embedded Linux development with Yocto project :: develop fascinating Linux-based projects using the groundbreaking Yocto project tools /
A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this b...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
©2014.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems. |
Beschreibung: | 1 online resource |
Bibliographie: | Includes bibliographical references. |
ISBN: | 9781783282340 1783282347 1306947804 9781306947800 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn883893521 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 140718s2014 enk ob 001 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d EBLCP |d N$T |d E7B |d UMI |d MHW |d DEBSZ |d OCLCQ |d DEBBG |d COO |d YDXCP |d OCLCF |d OCLCQ |d TEFOD |d GBVCP |d OCLCQ |d AGLDB |d OCLCQ |d ICA |d K6U |d OCLCQ |d CCO |d PIFAG |d FVL |d ZCU |d MERUC |d OCLCQ |d U3W |d REB |d D6H |d STF |d VTS |d CEF |d ICG |d NLE |d INT |d VT2 |d UKMGB |d OCLCQ |d WYU |d OCLCO |d G3B |d TKN |d OCLCQ |d UAB |d DKC |d AU@ |d OCLCQ |d M8D |d UKAHL |d HS0 |d OCLCQ |d OCLCA |d OCLCO |d QGK |d OCLCQ |d INARC |d OCLCQ |d OCLCO |d OCLCL |d UEJ |d OCLCQ | ||
016 | 7 | |a 018006485 |2 Uk | |
019 | |a 885469696 |a 887734816 |a 1259072969 | ||
020 | |a 9781783282340 |q (electronic bk.) | ||
020 | |a 1783282347 |q (electronic bk.) | ||
020 | |a 1306947804 |q (electronic bk.) | ||
020 | |a 9781306947800 |q (electronic bk.) | ||
020 | |z 1783282339 | ||
020 | |z 9781783282333 | ||
035 | |a (OCoLC)883893521 |z (OCoLC)885469696 |z (OCoLC)887734816 |z (OCoLC)1259072969 | ||
037 | |a CL0500000463 |b Safari Books Online | ||
037 | |a 4D71A3B8-6A6D-43DF-9FAC-74DFE8D0C1D9 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.76.D49 | |
072 | 7 | |a COM |x 046090 |2 bisacsh | |
072 | 7 | |a COM |x 088000 |2 bisacsh | |
072 | 7 | |a COM |x 056000 |2 bisacsh | |
082 | 7 | |a 005.43 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Salvador, Otavio. | |
245 | 1 | 0 | |a Embedded Linux development with Yocto project : |b develop fascinating Linux-based projects using the groundbreaking Yocto project tools / |c Otavio Salvador, Daiane Angolini. |
260 | |a Birmingham : |b Packt Publishing, |c ©2014. | ||
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Community experience distilled | |
504 | |a Includes bibliographical references. | ||
588 | 0 | |a Print version record. | |
520 | |a A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting the Yocto Project; What is the Yocto Project?; Delineating the Yocto Project; Understanding Poky; Using BitBake; OpenEmbedded-Core; Metadata; The alliance of OpenEmbedded Project and Yocto Project; Summary; Chapter 2: Baking Our Poky-based System; Configuring a host system; Installing Poky on Debian; Installing Poky on Fedora; Downloading the Poky source code; Preparing the build environment; Knowing the local.conf file; Building a target image | |
505 | 8 | |a Running images in QEMUSummary; Chapter 3: Using Hob to Bake an Image; Building an image using Hob; Customizing an image with Hob; Summary; Chapter 4: Grasping the BitBake Tool; Understanding the BitBake tool; Exploring metadata; Parsing metadata; Dependencies; Preferring and providing recipes; Fetching the source code; Remote file downloads; Git repositories; Other repositories; Optimizing the source code download; Disabling network access; Understanding BitBake's tasks; Extending tasks; Generating a root filesystem image; Summary; Chapter 5: Detailing the Temporary Build Directory | |
505 | 8 | |a Detailing the build directoryConstructing the build directory; Exploring the temporary build directory; Understanding the work directory; Understanding the sysroot directories; Summary; Chapter 6: Assimilating Packaging Support; Using supported package formats; List of supported package formats; Choosing a package format; Running code during package installation; Understanding shared state cache; Explaining package versioning; Package feeds; Using package feeds; Summary; Chapter 7: Diving into BitBake Metadata; Using metadata; Working with metadata; The basic variable setting | |
505 | 8 | |a Variable expansionSetting a default value using?=; Setting a default value using??=; Immediate variable expansion; Appending and prepending; Conditional metadata set; Conditional appending; File inclusion; Python variable expansion; Defining executable metadata; Defining Python functions in the global namespace; The inheritance system; Summary; Chapter 8: Developing with the Yocto Project; Deciphering the software development kit; Working with the Poky SDK; Using an image-based SDK; Generic SDK -- meta-toolchain; Using a SDK; Developing applications on the target; Integrating with Eclipse | |
546 | |a English. | ||
650 | 0 | |a Linux device drivers (Computer programs) |0 http://id.loc.gov/authorities/subjects/sh98002271 | |
650 | 6 | |a Pilotes de périphérique pour Linux (Logiciels) | |
650 | 7 | |a COMPUTERS |x Operating Systems |x Virtualization. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x System Administration |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Utilities. |2 bisacsh | |
650 | 7 | |a Linux device drivers (Computer programs) |2 fast | |
650 | 7 | |a Eingebettetes System |2 gnd |0 http://d-nb.info/gnd/4396978-1 | |
650 | 7 | |a LINUX |2 gnd | |
700 | 1 | |a Angolini, Daiane. | |
758 | |i has work: |a Embedded Linux development with Yocto Project (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGvh9Fvrv7j7k3W6tBwX3P |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Salvador, Otavio. |t Embedded Linux Development with Yocto Project. |d Packt Publishing 2014 |z 9781783282333 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=810979 |3 Volltext |
938 | |a Internet Archive |b INAR |n embeddedlinuxdev0000salv | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH26943205 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1644009 | ||
938 | |a ebrary |b EBRY |n ebr10895031 | ||
938 | |a EBSCOhost |b EBSC |n 810979 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis28629913 | ||
938 | |a YBP Library Services |b YANK |n 11970315 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn883893521 |
---|---|
_version_ | 1816882278899384320 |
adam_text | |
any_adam_object | |
author | Salvador, Otavio |
author2 | Angolini, Daiane |
author2_role | |
author2_variant | d a da |
author_facet | Salvador, Otavio Angolini, Daiane |
author_role | |
author_sort | Salvador, Otavio |
author_variant | o s os |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.D49 |
callnumber-search | QA76.76.D49 |
callnumber-sort | QA 276.76 D49 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting the Yocto Project; What is the Yocto Project?; Delineating the Yocto Project; Understanding Poky; Using BitBake; OpenEmbedded-Core; Metadata; The alliance of OpenEmbedded Project and Yocto Project; Summary; Chapter 2: Baking Our Poky-based System; Configuring a host system; Installing Poky on Debian; Installing Poky on Fedora; Downloading the Poky source code; Preparing the build environment; Knowing the local.conf file; Building a target image Running images in QEMUSummary; Chapter 3: Using Hob to Bake an Image; Building an image using Hob; Customizing an image with Hob; Summary; Chapter 4: Grasping the BitBake Tool; Understanding the BitBake tool; Exploring metadata; Parsing metadata; Dependencies; Preferring and providing recipes; Fetching the source code; Remote file downloads; Git repositories; Other repositories; Optimizing the source code download; Disabling network access; Understanding BitBake's tasks; Extending tasks; Generating a root filesystem image; Summary; Chapter 5: Detailing the Temporary Build Directory Detailing the build directoryConstructing the build directory; Exploring the temporary build directory; Understanding the work directory; Understanding the sysroot directories; Summary; Chapter 6: Assimilating Packaging Support; Using supported package formats; List of supported package formats; Choosing a package format; Running code during package installation; Understanding shared state cache; Explaining package versioning; Package feeds; Using package feeds; Summary; Chapter 7: Diving into BitBake Metadata; Using metadata; Working with metadata; The basic variable setting Variable expansionSetting a default value using?=; Setting a default value using??=; Immediate variable expansion; Appending and prepending; Conditional metadata set; Conditional appending; File inclusion; Python variable expansion; Defining executable metadata; Defining Python functions in the global namespace; The inheritance system; Summary; Chapter 8: Developing with the Yocto Project; Deciphering the software development kit; Working with the Poky SDK; Using an image-based SDK; Generic SDK -- meta-toolchain; Using a SDK; Developing applications on the target; Integrating with Eclipse |
ctrlnum | (OCoLC)883893521 |
dewey-full | 005.43 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.43 |
dewey-search | 005.43 |
dewey-sort | 15.43 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06352cam a2200757 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn883893521</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">140718s2014 enk ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">IDEBK</subfield><subfield code="d">EBLCP</subfield><subfield code="d">N$T</subfield><subfield code="d">E7B</subfield><subfield code="d">UMI</subfield><subfield code="d">MHW</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">COO</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">TEFOD</subfield><subfield code="d">GBVCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">ICA</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CCO</subfield><subfield code="d">PIFAG</subfield><subfield code="d">FVL</subfield><subfield code="d">ZCU</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">REB</subfield><subfield code="d">D6H</subfield><subfield code="d">STF</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">ICG</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">WYU</subfield><subfield code="d">OCLCO</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UAB</subfield><subfield code="d">DKC</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">M8D</subfield><subfield code="d">UKAHL</subfield><subfield code="d">HS0</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCA</subfield><subfield code="d">OCLCO</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">INARC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">UEJ</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006485</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">885469696</subfield><subfield code="a">887734816</subfield><subfield code="a">1259072969</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783282340</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783282347</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1306947804</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781306947800</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783282339</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783282333</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)883893521</subfield><subfield code="z">(OCoLC)885469696</subfield><subfield code="z">(OCoLC)887734816</subfield><subfield code="z">(OCoLC)1259072969</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000463</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">4D71A3B8-6A6D-43DF-9FAC-74DFE8D0C1D9</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.D49</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">046090</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">088000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">056000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.43</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Salvador, Otavio.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Embedded Linux development with Yocto project :</subfield><subfield code="b">develop fascinating Linux-based projects using the groundbreaking Yocto project tools /</subfield><subfield code="c">Otavio Salvador, Daiane Angolini.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">©2014.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting the Yocto Project; What is the Yocto Project?; Delineating the Yocto Project; Understanding Poky; Using BitBake; OpenEmbedded-Core; Metadata; The alliance of OpenEmbedded Project and Yocto Project; Summary; Chapter 2: Baking Our Poky-based System; Configuring a host system; Installing Poky on Debian; Installing Poky on Fedora; Downloading the Poky source code; Preparing the build environment; Knowing the local.conf file; Building a target image</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Running images in QEMUSummary; Chapter 3: Using Hob to Bake an Image; Building an image using Hob; Customizing an image with Hob; Summary; Chapter 4: Grasping the BitBake Tool; Understanding the BitBake tool; Exploring metadata; Parsing metadata; Dependencies; Preferring and providing recipes; Fetching the source code; Remote file downloads; Git repositories; Other repositories; Optimizing the source code download; Disabling network access; Understanding BitBake's tasks; Extending tasks; Generating a root filesystem image; Summary; Chapter 5: Detailing the Temporary Build Directory</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Detailing the build directoryConstructing the build directory; Exploring the temporary build directory; Understanding the work directory; Understanding the sysroot directories; Summary; Chapter 6: Assimilating Packaging Support; Using supported package formats; List of supported package formats; Choosing a package format; Running code during package installation; Understanding shared state cache; Explaining package versioning; Package feeds; Using package feeds; Summary; Chapter 7: Diving into BitBake Metadata; Using metadata; Working with metadata; The basic variable setting</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Variable expansionSetting a default value using?=; Setting a default value using??=; Immediate variable expansion; Appending and prepending; Conditional metadata set; Conditional appending; File inclusion; Python variable expansion; Defining executable metadata; Defining Python functions in the global namespace; The inheritance system; Summary; Chapter 8: Developing with the Yocto Project; Deciphering the software development kit; Working with the Poky SDK; Using an image-based SDK; Generic SDK -- meta-toolchain; Using a SDK; Developing applications on the target; Integrating with Eclipse</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Linux device drivers (Computer programs)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh98002271</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Pilotes de périphérique pour Linux (Logiciels)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Operating Systems</subfield><subfield code="x">Virtualization.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">System Administration</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Utilities.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Linux device drivers (Computer programs)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Eingebettetes System</subfield><subfield code="2">gnd</subfield><subfield code="0">http://d-nb.info/gnd/4396978-1</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">LINUX</subfield><subfield code="2">gnd</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Angolini, Daiane.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Embedded Linux development with Yocto Project (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGvh9Fvrv7j7k3W6tBwX3P</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Salvador, Otavio.</subfield><subfield code="t">Embedded Linux Development with Yocto Project.</subfield><subfield code="d">Packt Publishing 2014</subfield><subfield code="z">9781783282333</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=810979</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Internet Archive</subfield><subfield code="b">INAR</subfield><subfield code="n">embeddedlinuxdev0000salv</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH26943205</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1644009</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10895031</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">810979</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis28629913</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">11970315</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn883893521 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:26:05Z |
institution | BVB |
isbn | 9781783282340 1783282347 1306947804 9781306947800 |
language | English |
oclc_num | 883893521 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Salvador, Otavio. Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / Otavio Salvador, Daiane Angolini. Birmingham : Packt Publishing, ©2014. 1 online resource text txt rdacontent computer c rdamedia online resource cr rdacarrier Community experience distilled Includes bibliographical references. Print version record. A practical tutorial guide which introduces you to the basics of Yocto Project, and also helps you with its real hardware use to boost your Embedded Linux-based project. If you are an embedded systems enthusiast and willing to learn about compelling features offered by the Yocto Project, then this book is for you. With prior experience in the embedded Linux domain, you can make the most of this book to efficiently create custom Linux-based systems. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting the Yocto Project; What is the Yocto Project?; Delineating the Yocto Project; Understanding Poky; Using BitBake; OpenEmbedded-Core; Metadata; The alliance of OpenEmbedded Project and Yocto Project; Summary; Chapter 2: Baking Our Poky-based System; Configuring a host system; Installing Poky on Debian; Installing Poky on Fedora; Downloading the Poky source code; Preparing the build environment; Knowing the local.conf file; Building a target image Running images in QEMUSummary; Chapter 3: Using Hob to Bake an Image; Building an image using Hob; Customizing an image with Hob; Summary; Chapter 4: Grasping the BitBake Tool; Understanding the BitBake tool; Exploring metadata; Parsing metadata; Dependencies; Preferring and providing recipes; Fetching the source code; Remote file downloads; Git repositories; Other repositories; Optimizing the source code download; Disabling network access; Understanding BitBake's tasks; Extending tasks; Generating a root filesystem image; Summary; Chapter 5: Detailing the Temporary Build Directory Detailing the build directoryConstructing the build directory; Exploring the temporary build directory; Understanding the work directory; Understanding the sysroot directories; Summary; Chapter 6: Assimilating Packaging Support; Using supported package formats; List of supported package formats; Choosing a package format; Running code during package installation; Understanding shared state cache; Explaining package versioning; Package feeds; Using package feeds; Summary; Chapter 7: Diving into BitBake Metadata; Using metadata; Working with metadata; The basic variable setting Variable expansionSetting a default value using?=; Setting a default value using??=; Immediate variable expansion; Appending and prepending; Conditional metadata set; Conditional appending; File inclusion; Python variable expansion; Defining executable metadata; Defining Python functions in the global namespace; The inheritance system; Summary; Chapter 8: Developing with the Yocto Project; Deciphering the software development kit; Working with the Poky SDK; Using an image-based SDK; Generic SDK -- meta-toolchain; Using a SDK; Developing applications on the target; Integrating with Eclipse English. Linux device drivers (Computer programs) http://id.loc.gov/authorities/subjects/sh98002271 Pilotes de périphérique pour Linux (Logiciels) COMPUTERS Operating Systems Virtualization. bisacsh COMPUTERS System Administration General. bisacsh COMPUTERS Utilities. bisacsh Linux device drivers (Computer programs) fast Eingebettetes System gnd http://d-nb.info/gnd/4396978-1 LINUX gnd Angolini, Daiane. has work: Embedded Linux development with Yocto Project (Text) https://id.oclc.org/worldcat/entity/E39PCGvh9Fvrv7j7k3W6tBwX3P https://id.oclc.org/worldcat/ontology/hasWork Print version: Salvador, Otavio. Embedded Linux Development with Yocto Project. Packt Publishing 2014 9781783282333 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=810979 Volltext |
spellingShingle | Salvador, Otavio Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / Community experience distilled. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Meeting the Yocto Project; What is the Yocto Project?; Delineating the Yocto Project; Understanding Poky; Using BitBake; OpenEmbedded-Core; Metadata; The alliance of OpenEmbedded Project and Yocto Project; Summary; Chapter 2: Baking Our Poky-based System; Configuring a host system; Installing Poky on Debian; Installing Poky on Fedora; Downloading the Poky source code; Preparing the build environment; Knowing the local.conf file; Building a target image Running images in QEMUSummary; Chapter 3: Using Hob to Bake an Image; Building an image using Hob; Customizing an image with Hob; Summary; Chapter 4: Grasping the BitBake Tool; Understanding the BitBake tool; Exploring metadata; Parsing metadata; Dependencies; Preferring and providing recipes; Fetching the source code; Remote file downloads; Git repositories; Other repositories; Optimizing the source code download; Disabling network access; Understanding BitBake's tasks; Extending tasks; Generating a root filesystem image; Summary; Chapter 5: Detailing the Temporary Build Directory Detailing the build directoryConstructing the build directory; Exploring the temporary build directory; Understanding the work directory; Understanding the sysroot directories; Summary; Chapter 6: Assimilating Packaging Support; Using supported package formats; List of supported package formats; Choosing a package format; Running code during package installation; Understanding shared state cache; Explaining package versioning; Package feeds; Using package feeds; Summary; Chapter 7: Diving into BitBake Metadata; Using metadata; Working with metadata; The basic variable setting Variable expansionSetting a default value using?=; Setting a default value using??=; Immediate variable expansion; Appending and prepending; Conditional metadata set; Conditional appending; File inclusion; Python variable expansion; Defining executable metadata; Defining Python functions in the global namespace; The inheritance system; Summary; Chapter 8: Developing with the Yocto Project; Deciphering the software development kit; Working with the Poky SDK; Using an image-based SDK; Generic SDK -- meta-toolchain; Using a SDK; Developing applications on the target; Integrating with Eclipse Linux device drivers (Computer programs) http://id.loc.gov/authorities/subjects/sh98002271 Pilotes de périphérique pour Linux (Logiciels) COMPUTERS Operating Systems Virtualization. bisacsh COMPUTERS System Administration General. bisacsh COMPUTERS Utilities. bisacsh Linux device drivers (Computer programs) fast Eingebettetes System gnd http://d-nb.info/gnd/4396978-1 LINUX gnd |
subject_GND | http://id.loc.gov/authorities/subjects/sh98002271 http://d-nb.info/gnd/4396978-1 |
title | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / |
title_auth | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / |
title_exact_search | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / |
title_full | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / Otavio Salvador, Daiane Angolini. |
title_fullStr | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / Otavio Salvador, Daiane Angolini. |
title_full_unstemmed | Embedded Linux development with Yocto project : develop fascinating Linux-based projects using the groundbreaking Yocto project tools / Otavio Salvador, Daiane Angolini. |
title_short | Embedded Linux development with Yocto project : |
title_sort | embedded linux development with yocto project develop fascinating linux based projects using the groundbreaking yocto project tools |
title_sub | develop fascinating Linux-based projects using the groundbreaking Yocto project tools / |
topic | Linux device drivers (Computer programs) http://id.loc.gov/authorities/subjects/sh98002271 Pilotes de périphérique pour Linux (Logiciels) COMPUTERS Operating Systems Virtualization. bisacsh COMPUTERS System Administration General. bisacsh COMPUTERS Utilities. bisacsh Linux device drivers (Computer programs) fast Eingebettetes System gnd http://d-nb.info/gnd/4396978-1 LINUX gnd |
topic_facet | Linux device drivers (Computer programs) Pilotes de périphérique pour Linux (Logiciels) COMPUTERS Operating Systems Virtualization. COMPUTERS System Administration General. COMPUTERS Utilities. Eingebettetes System LINUX |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=810979 |
work_keys_str_mv | AT salvadorotavio embeddedlinuxdevelopmentwithyoctoprojectdevelopfascinatinglinuxbasedprojectsusingthegroundbreakingyoctoprojecttools AT angolinidaiane embeddedlinuxdevelopmentwithyoctoprojectdevelopfascinatinglinuxbasedprojectsusingthegroundbreakingyoctoprojecttools |