linux - Unable To Add Package To Buidroot -
linux - Unable To Add Package To Buidroot -
i'm trying add together bundle buildroot, i'm not having much success. bundle i'm trying add together autotools
bundle called scew
. i've followed buildroot guidelines adding packages, , although bundle listed when make menuconfig
run, when run create bundle missing final rootfs.tar
.
i've copied on simple .mk
file that's used install which
, , changed variable names , url accordingly. here re-create of scew.mk
:
scew_version = 1.1.3 scew_site = http://savannah.nongnu.org/download/scew/ scew_license = gplv3 scew_license_files = copying $(eval $(autotools-package))
in same directory have config.in
, looks like:
config br2_package_scew bool "scew" help google scew
i've added next lines package/config.in
:
menu "my packages" menu "packages wrote" source "package/mypackages/packagesiwrote/hello/config.in" source "package/mypackages/packagesiwrote/helloworld/config.in" endmenu menu "external packages" source "package/mypackages/external-packages/scew/config.in" endmenu endmenu
this part seems work, packages listed , can selected. hello , helloworld packages copies guide adding packages, taken website (written in french):adding hello world.
the hello world packages not work. i'd glad of advice @ all, seems i'm going around in circles on one, , can't see i'm doing wrong.
linux embedded buildroot
Comments
Post a Comment