[meta-ti] MODULES_IMAGE_BASE_NAME mismatch between meta-ti and oe-core
Robert P. J. Day
rpjday at crashcourse.ca
Wed Jan 9 07:48:02 PST 2013
just built images for beaglebone and noticed this in images/ dir:
-rw-rw-r-- 1 rpjday rpjday 7118258 Jan 9 10:13 modules--3.2.28-r0-beaglebone-20130109143542.tgz
lrwxrwxrwx 1 rpjday rpjday 32 Jan 9 10:13 modules-beaglebone.tgz -> modules-3.2.28-r0-beaglebone.tgz
note the obviously broken symlink, which has been set to link to a
name which does not exist. the problem is that meta-ti uses this:
MODULES_IMAGE_BASE_NAME = "modules-${PV}-${PR}-${MACHINE}"
while oe-core uses:
MODULE_TARBALL_BASE_NAME ?= "modules-${PE}-${PV}-${PR}-${MACHINE}-${DATETIME}.tgz"
or something like that. i'm off to the gym so can't dig deeper but i
suspect someone here will immediately have a solution.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the meta-ti
mailing list