How to enable SQLITE3 ,PAM & NET-SNMP packages in T1040rdb

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to enable SQLITE3 ,PAM & NET-SNMP packages in T1040rdb

723件の閲覧回数
Suraj_Prakash
Contributor II

Hi,

       I want to have the additional software features on the T1040rdb which are mentioned below:

         1. SQLITE3
         2. PAM
         3. NET-SNMP

Please suggest how to enable those features.

 

0 件の賞賛
返信
1 返信

713件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

I assume that your are using QorIQ SDK 2.0 release, recipes for packages 

sqlite3, libpam, net-snmp have already been integrated into this release, you could use them directly.

First please copy the attached tar ball in folder "downloads".

Then add “sqlite3”, “libpam” and "net-snmp" in IMAGE_INSTALL_append in  sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb.

IMAGE_INSTALL_append = " \
packagegroup-fsl-tools-core \
packagegroup-fsl-benchmark-core \
packagegroup-fsl-networking-core \
glibc-locale \
glibc-utils \
util-linux-agetty \
mesa \
ptpd \
python-paramiko \
libcap \
wireguard-module \
sqlite3 \
libpam \
net-snmp \
"

Then rebuild rootfs filesystem with command "bitbake fsl-image-core".

0 件の賞賛
返信