免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2090 | 回复: 0
打印 上一主题 下一主题

[OpenEmbedded] 如此简单运行FreeDoom [复制链接]

论坛徽章:
1
双子座
日期:2014-08-29 17:15:03
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-01-11 15:12 |只看该作者 |倒序浏览
图片如下

下面是环境设置脚本:
env.sh:
  1. #!/bin/sh
  2. # if do not unset this, you may meet configure error when configure glibc
  3. # it says this can not contains current directory
  4. unset LD_LIBRARY_PATH
  5. export OEDIR=$PWD
  6. export LOCALDIR=$PWD/dirk
  7. # export the bb file paths
  8. export BBPATH=$OEDIR/build:$OEDIR/openembedded:$LOCALDIR
复制代码
下面是我的Image文件:
cch@srdgame:~/embedded/dev$ vi dirk/packages/images/dirk-image.bb
  1. #Dirk X11 image
  2. ANGSTROM_EXTRA_INSTALL ?= ""
  3. XSERVER ?= "xserver-kdrive-fbdev"
  4. export IMAGE_BASENAME = "dirk-image"
  5. DEPENDS = "task-base"
  6. IMAGE_INSTALL = "\
  7.     ${XSERVER} \
  8.     task-base-extended \
  9.     angstrom-x11-base-depends \
  10.     angstrom-gpe-task-base \
  11.     angstrom-gpe-task-settings \
  12.     jamvm \
  13.     prboom \
  14.     ${ANGSTROM_EXTRA_INSTALL}"
  15. IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
  16. #zap root password for release images
  17. ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
  18. inherit image
复制代码
本地配置文件:
vi ./build/conf/local.conf
  1. #
  2. # OpenEmbedded local configuration file (sample)
  3. #
  4. # Please visit the Wiki at [url]http://openembedded.org/[/url] for more info.
  5. #
  6. #
  7. # Be SURE to read this file in its entirety and the GettingStarted page on the
  8. # wiki before proceeding.
  9. #
  10. # Once you have done that, remove the line at the end of this
  11. # file and build away.
  12. #
  13. # WARNING: lines starting with a space (' ') will result in parse failures.
  14. # Remove '# ' from commented lines to activate them.
  15. #
  16. # NOTE: Do NOT use $HOME in your paths, BitBake does NOT expand ~ for you.  If you
  17. # must have paths relative to your homedir use ${HOME} (note the {}'s there
  18. # you MUST have them for the variable expansion to be done by BitBake).  Your
  19. # paths should all be absolute paths (They should all start with a / after
  20. # expansion.  Stuff like starting with ${HOME} or ${TOPDIR} is ok).
  21. # Use this to specify where BitBake should place the downloaded sources into
  22. DL_DIR = "${OEDIR}/sources"
  23. # Delete the line below. Then specify which .bb files to consider for
  24. # your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb"
  25. BBFILES := "${OEDIR}/openembedded/packages/*/*.bb ${LOCALDIR}/packages/*/*.bb"
  26. # My local bb files.
  27. BBFILE_COLLECTIONS = "upstream local"
  28. BBFILE_PATTERN_upstream = "^${OEDIR}/openembedded/packages/"
  29. BBFILE_PATTERN_local = "^${OEDIR}/packages"
  30. BBFILE_PRIORITY_upstream = "5"
  31. BBFILE_PRIORITY_local = "10"
  32. # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
  33. # This is a regulary expression, so be sure to get your parenthesis balanced.
  34. BBMASK = ""
  35. # Uncomment this if you want to use a prebuilt toolchain. You will need to
  36. # provide packages for toolchain and additional libraries yourself. You also
  37. # have to set PATH in your environment to make sure BitBake finds additional binaries.
  38. # ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
  39. # Uncomment this if you're building for an arch that uses emulated locale
  40. # generation under qemu (mainly arm glibc) and have an external gcc 3.x compiler
  41. # that OE recognises. This will mean the gcc-native build is skipped, speeding
  42. # builds up.
  43. ASSUME_PROVIDED += "gcc3-native"
  44. # Uncomment this if you are building Linux 2.4 Embedix kernels.
  45. # i.e. openzaurus-sa-2.4.18 and openzaurus-pxa-2.4.18 - and don't forget
  46. # to rename the binaries as instructed in the Wiki.
  47. # Most users do not need this anymore thankfully!
  48. # ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
  49. # Select between multiple alternative providers, if more than one is eligible.
  50. PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
  51. PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
  52. PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
  53. PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
  54. PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
  55. PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
  56. # Uncomment this to specify where BitBake should create its temporary files.
  57. # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
  58. # disk space, so make sure to free enough space. The default TMPDIR is
  59. # /tmp
  60. # Don't use symlinks in in the path to avoid problems
  61. TMPDIR = "${OEDIR}/tmp"
  62. # Uncomment this to specify a machine to build for. See the conf directory
  63. # for machines currently known to OpenEmbedded. This will automatically take care
  64. # of TARGET_ARCH
  65. MACHINE = "qemuarm"
  66. # Use this to specify the target architecture. Note that this is only
  67. # needed when building for a machine not known to OpenEmbedded. Better use
  68. # the MACHINE attribute (see above)
  69. # TARGET_ARCH = "qemuarm"
  70. # Use this to specify the target operating system.  The default is "linux",
  71. # for a normal linux system with glibc. Set this to "linux-uclibc" if you want
  72. # to build a uclibc based system.
  73. # Normally the DISTRO of your choosing will take care of this
  74. # TARGET_OS = "linux"
  75. # TARGET_OS = "linux-uclibc"
  76. # Uncomment this to select a distribution policy. See the conf directory
  77. # for distributions currently known to OpenEmbedded.
  78. # Although it no longer contain version number in the (file-)name
  79. # openzaurus-unstable is a so called "versioned"  distro, i.e. they
  80. # explicitely select specific versions of various packages.
  81. # Stay away from unversioned distros unless you really know what you are doing
  82. DISTRO = "angstrom-2008.1"
  83. # So far, angstrom.conf sets ENABLE_BINARY_LOCALE_GENERATION
  84. # to generate binary locale packages at build time using qemu-native and
  85. # thereby guarantee i18n support on all devices. If your build breaks on
  86. # qemu-native consider disabling ENABLE_BINARY_LOCALE_GENERATION (note that
  87. # this breaks i18n on devices with less than 128MB RAM) or installing
  88. # a working third-party qemu (e.g. provided by your distribution) and
  89. # adding qemu-native to ASSUME_PROVIDED. Caveat emptor, since third-party
  90. # qemus lack patches needed to work with various OE targets.
  91. # ENABLE_BINARY_LOCALE_GENERATION = "0"
  92. #ASSUME_PROVIDED += "qemu-native"
  93. # If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
  94. # generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
  95. # time-savior for developmental builds. Format: list of locale.encoding pairs
  96. # with spaces as separators.
  97. # GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
  98. # Uncomment this to select a particular major kernel version if the MACHINE setting
  99. # supports more than one major kernel version. Currently this is suported by the
  100. # following MACHINE types: poodle, tosa and simpad.
  101. # MACHINE_KERNEL_VERSION = "2.6"
  102. # Uncomment one of these to build packages during the build process.
  103. # This is done automatically if you set DISTRO (see above)
  104. # INHERIT = "package_ipk"
  105. # INHERIT = "package_tar"
  106. # Add the required image file system types below. Valid are
  107. # jffs2, tar(.gz|bz2), cpio(.gz), cramfs, ext2(.gz), ext3(.gz)
  108. # squashfs, squashfs-lzma
  109. IMAGE_FSTYPES = "ext2"
  110. # Uncomment this to disable the parse cache (not recommended).
  111. # CACHE = ""
  112. # Uncomment this if you want BitBake to emit debugging output
  113. # BBDEBUG = "yes"
  114. # Uncomment these two if you want BitBake to build images useful for debugging.
  115. # Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined.
  116. # Also note that OE now produces -dbg packages which contain debugging symbols.
  117. # DEBUG_BUILD = "1"
  118. # INHIBIT_PACKAGE_STRIP = "1"
  119. # Uncomment these to build a package such that you can use gprof to profile it.
  120. # NOTE: This will only work with 'linux' targets, not
  121. # 'linux-uclibc', as uClibc doesn't provide the necessary
  122. # object files.  Also, don't build glibc itself with these
  123. # flags, or it'll fail to build.
  124. #
  125. # PROFILE_OPTIMIZATION = "-pg"
  126. # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
  127. # LDFLAGS =+ "-pg"
  128. # Uncomment this to enable parallel make.
  129. # This allows make to spawn mutliple processes to take advantage of multiple
  130. # processors. Useful on SMP machines. This may break some packages - we're
  131. # in the process of marking these so let us know if you find any.
  132. # PARALLEL_MAKE = "-j 4"
  133. # Uncomment this if you want BitBake to emit the log if a build fails.
  134. BBINCLUDELOGS = "yes"
  135. # Specifies a location to search for pre-generated tarballs when fetching
  136. # a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
  137. #CVS_TARBALL_STASH = ""
  138. # Uncomment this if you want to install shared libraries directly under their SONAME,
  139. # rather than installing as the full version and symlinking to the SONAME.
  140. # PACKAGE_SNAP_LIB_SYMLINKS = "1"
  141. # EDIT THIS FILE and then remove the line below before using!
复制代码
具体如何使用OpenEmbedded构建你自己的潜入式操作系统,请参看OE的官方Wiki.  我就不多废话了。
另附根据我的配置文件构建的系统的启动后的桌面(主要是GPE的)


               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/84408/showart_1791915.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP