Actions
Qmpfw » Historial » Revisió 3
« Anterior |
Revisió 3/19
(diferencies)
| Següent »
Pau Escrich, 07-10-2011 13:50
Qmpfw¶
Qmpfw is a tool for developers to create a development enviroment for qMp.
Basically it consists in one Makefile, so it is called using `make` command.
Directory structure¶
There are several directories. This is the functionallity for each of them:- build: here you will have all needed sources
- build/configs: if you do some change in config file using `menuconfig` option, the new config is placed here (and also in destination target)
- dl: download folder for OpenWRT packages
- configs: config files for each kind of hardware. These are the default ones provided by qmpfw
Command options¶
To compile a qMp image from scratch, you need to specify the target (next example with target=rspro):
- make T=rspro build
This command will run all necessary commands to compile the image. After the compilation you can see the OpenWRT code in directory: build/[target]
- make V=99 J=2 T=rspro build
- make list_targets
To update targets (this will update qmp and eigennet feeds, not openwrt source):
- make update
This will update all targets
- make T=rspro update
This will update only rspro target
- make T=rspro menuconfig
After that, the new config file will be applied to destination target and also it will by copied inside build/configs directory
- make T=rspro kernel_menuconfig
TODO: copy kernel config file in build/configs directory
- make T=rspro clean
- make clean
- make config
TODO: This feature is missing
Actualitzat per Pau Escrich fa més de 13 anys · 3 revisions