
yocto
windtakers
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
yocto layers
4.1. Understanding and Creating LayersThe Yocto Project build system supports organizing metadata into multiple layers. Layers allow you to isolate different types of customizations from each othe原创 2013-04-08 13:17:47 · 3405 阅读 · 0 评论 -
yocto 编译流程分析
git clone 一份poky 的工程到本地。source poky/oe-init-build-env your_build_path看下 oe-init-build-env 这个shell 脚本都干了些什么:if [ -z "$ZSH_NAME" ] && [ "x$0" = "x./oe-init-build-env" ]; then echo "Error: Thi原创 2013-04-09 17:16:27 · 29427 阅读 · 3 评论 -
python setattr 函数
setattr(object,name, value)This is the counterpart of getattr(). The arguments are an object, astring and an arbitrary value. The string may name an existing attribute or anew attribute. The fun原创 2013-04-12 17:00:33 · 1936 阅读 · 0 评论 -
yocto project
学习yocto project 最好的文档,yocto project 官网上的Guide 文档:https://www.yoctoproject.org/documentation/archived?keys=&field_version_tid=AllThe Yocto Project Quick Starthttp://www.yoctoproject.org/docs/1.2/原创 2013-04-07 21:49:37 · 5008 阅读 · 0 评论 -
bitbake 重要的函数
def parseConfigurationFiles(self, prefiles, postfiles): data = self.configuration.data bb.parse.init_parser(data) # Parse files for loading *before* bitbake.conf and any inclu原创 2013-04-11 10:23:38 · 2370 阅读 · 0 评论 -
yocto QEMU
yocto 使用pre-built binaries 运行QEMU 仿真器的方法,今天用poky-eglibc-i686-powerpc-toolchain-gmae-1.2.tar.bz2 + vmlinux-qemuppc.bin + core-image-minimal-qemuppc.ext3 亲测可用:Using Pre-Built Binaries and QEMUIf原创 2013-04-08 10:29:57 · 2939 阅读 · 0 评论 -
yocto project glossary
Appendix F. Reference: Variables GlossaryTable of ContentsGlossaryThis section lists common variables used in the Yocto Project and gives an overview of their function and contents.原创 2013-04-08 16:15:26 · 4896 阅读 · 0 评论 -
yocto project .bbclass files
Appendix C. Reference: ClassesTable of ContentsC.1. The base class -base.bbclassC.2. Autotooled Packages -autotools.bbclassC.3. Alternatives -update-alternatives.bbclassC.4. Initscripts -原创 2013-04-08 16:12:29 · 5904 阅读 · 0 评论 -
yocto project terms & 深入理解 BitBake
Yocto Project TermsFollowing is a list of terms and definitions users new to the Yocto Project development environment might find helpful. While some of these terms are universal, the list includes原创 2013-04-08 12:50:32 · 7538 阅读 · 0 评论 -
yocto project directory structure
A.1. Top level core componentsA.1.1. bitbake/The Yocto Project includes a copy of BitBake for ease of use. The copy usually matches the current stable BitBake release from the BitBak原创 2013-04-08 16:06:09 · 2278 阅读 · 0 评论 -
yocto quilt & git workflow for format patch
4.5.2. Using a Quilt WorkflowQuilt is a powerful tool that allows you to capture source code changes without having a clean source tree. This section outlines the typical workflow you can use to mod原创 2013-04-08 13:56:11 · 2395 阅读 · 0 评论 -
yocto: adding a package
4.3. Adding a PackageTo add a package into the Yocto Project you need to write a recipe for it. Writing a recipe means creating a.bb file that sets some variables. For information on variables tha原创 2013-04-08 13:32:35 · 5353 阅读 · 0 评论 -
yocto customizing images
4.2. Customizing ImagesYou can customize Yocto Project images to satisfy particular requirements. This section describes several methods and provides guidelines for each.4.2.1. Customizi原创 2013-04-08 13:23:29 · 2889 阅读 · 0 评论 -
yocto linux kernel config
http://www.yoctoproject.org/docs/1.2/dev-manual/dev-manual.html#changing-the-config-smp-configuration-using-menuconfighttp://www.yoctoproject.org/docs/1.2/bsp-guide/bsp-guide.html#bsp-filelayout-ker原创 2013-04-16 22:14:21 · 3421 阅读 · 0 评论