Thanks, that got me going! Here's what I ended up doing:
- Made a clone of build_t1040rdb_release/tmp/work/t1040rdb-fs-linux/linux-qoriq-sdk/3.12-r0/git
- added my driver source to that tree - updated the kernel config, etc...
- from there:
$ bitbake meta-toolchain
$ tmp/deply/sdk/fsl-networking-eglibc-x86_64-ppce5500-toolchain-QorIQ-SDK-V1.7.sh
$ source /opt/fsl-networking/QorIQ-SDK-V1.7/site-config-ppce5500-fsl-linux
In the kernel source tree I did this:
$ make menuconfig
$ make
$ make image
To get the make image step running I had to install the u-boot tools:
$ sudo apt-get install u-boot-tools
Thanks again! Jake