Andrew Webb
Forum Replies Created
-
AuthorPosts
-
Andrew WebbParticipant
OK I found it, you had to scp the python-image not corecdp-base-image.
Thanks
Andrew
Andrew WebbParticipantI managed to transfer the get the bitbake netatalk to work and flashed it to the unit but it seemed to clear the unit and netatalk was not installed. It also seemed to remove python so I tried to setup a bitbake recipe to reinstall it
require recipes/images/corecdp-base-image.bb
IMAGE_INSTALL += “python”
export IMAGE_BASENAME = “python-image”bitbake python seemed to work.
I reflashed this using:
mkdir /var/volatile/flash-upgrade
cd ${OETREE}/build/tmp/deploy/eglibc/images/mtcdp
scp uImage-mtcdp.bin root@192.168.2.1:/var/volatile/flash-upgrade/uImage.bin
scp corecdp-base-image-mtcdp.jffs2 root@192.168.2.1:/var/volatile/flash-upgrade/rootfs.jffs2It seemed to work but still no python.
Any ideas?
Andrew
Andrew WebbParticipantIf I follow the apt-get example above and name my file corecdp-apt-image.bb then it complains that nothing provides ‘apt-image’.
If I follow the naming convention shown for the asterisk install on the creating a custom image page and name the file ‘apt-image.bb’ I get further.
There is a discrepancy between the folder you mentioned and the one named on the
It goes through a whole load of scripts but at the end it says in the custom image page. I have tried both.It goes through several pages of the install script but then gets to this point:
Error: ‘/home/andrew/corecdp-2.2.2/openembedded/recipes/dpkg/dpkg_1.14.29.bb’ failed
Any thoughts. I’d be interested to understand why you recommend against apt-get?
I’m ultimately trying to install the netatalk image but that doesn’t work either for easier access from my Mac. My feeling is that apt-get would be an easier way of installing this.
Thanks
Andrew
Andrew WebbParticipantJesse,
Extracting the tar ball in linux fixed the problem.
Thanks for all your help.
Andrew
Andrew WebbParticipantAaaaarrrrrrrrrrrrrrggggggggggggggggghhhhhhhhhhhhhhhhh!!!!
I’ve installed Ubuntu 10.04.
I created a brand new virtual machine in Parallels
I redownloaded the corecdp-2.2.2 image
I expanded the tar file (on the Mac as Linux refused to see the file)
cd corecdp-2.2.2
sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
sudo apt-get install python-psyco
sudo dpkg-reconfigure dash
source env-oe.sh
bitbake corecdp-base-imageIts the same problem as last night:
NOTE: package quilt-native-0.48-r7.1: task do_configure: Failed
ERROR: Function ‘do_configure’ failed (see /media/psf/Home/Documents/Temporary/corecdp-2.2.2/build/tmp/work/x86_64-linux/quilt-native-0.48-r7.1/temp/log.do_configure.3320 for further information)
ERROR: Task 956 (/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_configure) failed with exit code ’1′
Waiting for 1 active tasks to finish:
0: unifdef-native-2.6-0 do_unpack (pid 3317)
NOTE: package unifdef-native-2.6-0: task do_unpack: Succeeded
ERROR: ‘/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb’ failedAre you trying to break me? 🙂
Thanks
Andrew
Andrew WebbParticipantThank you for your help so far. I am making progress but very slowly.
Build Configuration:
BB_VERSION = “1.12.0”
METADATA_BRANCH = “<unknown>”
METADATA_REVISION = “56a79a3”
TARGET_ARCH = “arm”
TARGET_OS = “linux-gnueabi”
MACHINE = “mtcdp”
DISTRO = “corecdp”
DISTRO_VERSION = “2.2.2”
TARGET_FPU = “soft”NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing RunQueue Tasks
NOTE: Running task 1 of 2424 (ID: 955, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_setscene)
NOTE: Running task 2 of 2424 (ID: 1821, virtual:native:/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/unifdef/unifdef_2.6.bb, do_setscene)
NOTE: package quilt-native-0.48-r7.1: task do_setscene: Started
NOTE: package unifdef-native-2.6-0: task do_setscene: Started
NOTE: package quilt-native-0.48-r7.1: task do_setscene: Succeeded
NOTE: Running task 3 of 2424 (ID: 953, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_fetch)
NOTE: package unifdef-native-2.6-0: task do_setscene: Succeeded
NOTE: Running task 4 of 2424 (ID: 1819, virtual:native:/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/unifdef/unifdef_2.6.bb, do_fetch)
NOTE: package quilt-native-0.48-r7.1: task do_fetch: Started
NOTE: package quilt-native-0.48-r7.1: task do_fetch: Succeeded
NOTE: package unifdef-native-2.6-0: task do_fetch: Started
NOTE: package unifdef-native-2.6-0: task do_fetch: Succeeded
NOTE: Running task 5 of 2424 (ID: 945, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_unpack)
NOTE: Running task 6 of 2424 (ID: 960, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_distribute_sources)
NOTE: package quilt-native-0.48-r7.1: task do_unpack: Started
NOTE: package quilt-native-0.48-r7.1: task do_distribute_sources: Started
NOTE: package quilt-native-0.48-r7.1: task do_unpack: Succeeded
NOTE: Running task 7 of 2424 (ID: 946, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_patch)
NOTE: package quilt-native-0.48-r7.1: task do_distribute_sources: Succeeded
NOTE: package quilt-native-0.48-r7.1: task do_patch: Started
NOTE: Running task 8 of 2424 (ID: 1811, virtual:native:/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/unifdef/unifdef_2.6.bb, do_unpack)
NOTE: package quilt-native-0.48-r7.1: task do_patch: Succeeded
NOTE: Running task 9 of 2424 (ID: 956, /media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_configure)
NOTE: package unifdef-native-2.6-0: task do_unpack: Started
NOTE: package quilt-native-0.48-r7.1: task do_configure: Started
ERROR: Logfile of failure stored in: /media/psf/Home/Documents/Temporary/corecdp-2.2.2/build/tmp/work/x86_64-linux/quilt-native-0.48-r7.1/temp/log.do_configure.3320
Log data follows:
| + do_configure
| + oe_runconf
| + ‘[‘ -x /media/psf/Home/Documents/Temporary/corecdp-2.2.2/build/tmp/work/x86_64-linux/quilt-native-0.48-r7.1/quilt-0.48/configure ‘]’
| + oefatal ‘no configure script found’
| + echo FATAL: ‘no configure script found’
| FATAL: no configure script found
| + exit 1
NOTE: package quilt-native-0.48-r7.1: task do_configure: Failed
ERROR: Function ‘do_configure’ failed (see /media/psf/Home/Documents/Temporary/corecdp-2.2.2/build/tmp/work/x86_64-linux/quilt-native-0.48-r7.1/temp/log.do_configure.3320 for further information)
ERROR: Task 956 (/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb, do_configure) failed with exit code ‘1’
Waiting for 1 active tasks to finish:
0: unifdef-native-2.6-0 do_unpack (pid 3317)
NOTE: package unifdef-native-2.6-0: task do_unpack: Succeeded
ERROR: ‘/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb’ failedThis is as far as it gets. Any ideas?
I have removed the build/tmp folder and tried again. I’ve rebooted.
/media/psf/Home/Documents/Temporary/corecdp-2.2.2/openembedded/recipes/quilt/quilt-native_0.48.bb
The quilt-native_0.48.bb file is there.
Thanks
Andrew
Andrew WebbParticipantI need to be able to install more software on to the device but without apt-get installed on the machine I’m stumped. The documentation included with the device seems to indicate that it should be there.
whereis apt-get does not locate it.
Internet searches on the subject draw a blank.
Any help would be welcome.
Thanks
Andrew
-
AuthorPosts