一、~/.rpmmacros文件内容%_prefix/opt%_topdir%(echo$HOME)/rpmbuild%_smp_mflags-j3#%__arch_install_post/usr/lib/rpm/check-rpaths/usr/lib/rpm/check-buildroot#Buildrootpath,where%installinstallsthepackageduringbuild.%buildroot%{_buildrootdir}/%{name}-%{version}..
分类:
其他好文 时间:
2015-05-12 19:00:50
阅读次数:
316
? images/ where all the images (kernel image, bootloader and root filesystem images) are stored. These are the files you needto put on your target sys...
分类:
其他好文 时间:
2015-05-08 12:51:52
阅读次数:
150
(文件系统搭建,强烈建议直接用buildroot,官网上有使用教程非常详细buildroot官网)
文件系统通常要包含很多第三方软件,比如busybox,tslib,qt,vim,交叉编译工具等,为了避免繁杂的移植工作。buildroot应运而生。通过menuconfig配置我们需要的功能,不需要的功能去掉,再执行make指令编译,buildroot就会自动从指定的服务器上下载源码包,自动编译...
分类:
系统相关 时间:
2015-05-01 23:55:33
阅读次数:
537
原创作品,转载请注明出处copyright:weishusheng 2015.3.18 email:642613208@qq.comtel:13657214139平台:Linux version 2.6.32-279.el6.x86_64交叉编译器路径:/opt/buildroot-2012.08....
分类:
其他好文 时间:
2015-03-18 23:00:39
阅读次数:
4432
对于当前不在OpenWRT repository中的软件,如果是用源码形式发布的,那么可以用OpenWRT Buildroot进行交叉编译。首先编译好Buildroot(一般编译过一次固件,就已经编译好了)找到目录staging_dir/toolchain-architecture_gcc-comp...
分类:
其他好文 时间:
2015-03-05 00:08:41
阅读次数:
165
{相关信息}在之前的日志《sama5d3 xplained 挂载NFS系统》中遇到了开发板不能挂载主机NFS系统问题。今天通过重新编译文件系统来解决此问题。{编译步骤}1. 获取源码并切换至最新分支$ git clone git://github.com/linux4sam/buildroot-at...
分类:
其他好文 时间:
2015-02-13 17:53:50
阅读次数:
485
http://wiki.qemu.org/Manualhttp://qemu.weilnetz.de/qemu-doc.htmlhttp://www.linuxcertif.com/man/1/qemu-system-i386/http://www.osadl.org/Use-BuildRoot-t...
分类:
其他好文 时间:
2015-02-01 09:31:37
阅读次数:
321
使用buildroot来编译文件系统
2015-1-9
用buildroot来制作文件系统很方便,编译出来的文件系统是直接可用的,不用添加脚本等麻烦的工作,很多的库和app都可以
直接添加到文件系统里边,如常用的udhcpc,tftp等.本文以以ZYNQ 7010为例,制作一个ramdisk的文件系统,在z-turn开发
板上运行.
1. 到buildroot目录下执行...
分类:
其他好文 时间:
2015-01-15 10:58:03
阅读次数:
333
用buildroot来制作文件系统很方便,编译出来的文件系统是直接可用的,不用添加脚本等麻烦的工作,很多的库和app都可以
直接添加到文件系统里边,如常用的udhcpc,tftp等.本文以以ZYNQ 7010为例,制作一个ramdisk的文件系统,在z-turn开发
板上运行.
1. 到buildroot目录下执行make ARCH=arm menuconfig
Target...
分类:
其他好文 时间:
2015-01-09 19:23:51
阅读次数:
352
注意要确定安装了jdk)第一步: cd lichee; ./build.sh -p sun5i_elite -k 3.0 (apt-get install uboot-mkimage需要安装mkimage工具)1)打开build.sh脚本发现脚本中只有“buildroot/scripts/commo...
分类:
移动开发 时间:
2014-12-22 12:29:38
阅读次数:
1294