Re: [yocto] do_deploy[sstate-inputdirs]

2012-08-10 Thread Robert P. J. Day
On Fri, 10 Aug 2012, Robert P. J. Day wrote: > On Fri, 10 Aug 2012, Jim Rucker wrote: > > > I've been trying to figure out why I've had such trouble getting my > > tmp/deploy/uImage files to > > update after performing a "bitbake -f -c compile virtual/kernel", and I've > > come across something

Re: [yocto] do_deploy[sstate-inputdirs]

2012-08-10 Thread Robert P. J. Day
On Fri, 10 Aug 2012, Jim Rucker wrote: > I've been trying to figure out why I've had such trouble getting my > tmp/deploy/uImage files to > update after performing a "bitbake -f -c compile virtual/kernel", and I've > come across something I I > don't understand. In deploy.bbclass, we have: > do_

[yocto] do_deploy[sstate-inputdirs]

2012-08-10 Thread Jim Rucker
I've been trying to figure out why I've had such trouble getting my tmp/deploy/uImage files to update after performing a "bitbake -f -c compile virtual/kernel", and I've come across something I I don't understand. In deploy.bbclass, we have: *do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"* However,