Hi, I'm trying to generate an SDK to accompany a systemd-image, but I get an error (see below).
I have asked on OE-core and was told that I needed yocto 1.2+ version to get the generic "populate_sdk" task. So I switched from the master branch (of the setup-scripts repo) to angstrom-v2012.12-yocto1.3. That build stopped in a toolchain task, but I fixed it by bumping meta-linaro to HEAD. Now I can build systemd-image but not the SDK: bfo@i7pc:~/setup-scripts [git::angstrom-v2012.12-yocto1.3]$ \time bitbake systemd-image -c populate_sdk Loading cache: 100% |##################################################################################################################################################################################################################################| ETA: 00:00:00 Loaded 2922 entries from dependency cache. WARNING: No recipes available for: /home/bfo/setup-scripts/sources/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend Build Configuration: BB_VERSION = "1.16.0" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beaglebone" DISTRO = "angstrom" DISTRO_VERSION = "v2012.12" TUNE_FEATURES = "armv7a vfp neon cortexa8" TARGET_FPU = "vfp-neon" meta-angstrom = "angstrom-v2012.12-yocto1.3:ea2a8e78f1a12286b3a294363f1a595d685117a2" meta-oe meta-systemd meta-efl meta-gpe meta-gnome meta-xfce meta-initramfs toolchain-layer meta-multimedia meta-networking meta-webserver = "danny:f026e96295da101bb715858bc8705de7e4a33992" meta-kde = "master:316d9c27e72cfebc7618268f8766624ee3f5e18e" meta-opie = "master:6a3dff1e12e68c039828e93b8fd81cd334d421f6" meta-java = "master:75dee76c7cfbf1418e5c581f50bb57b3282013f7" meta-browser = "master:5d176cb405497e5c5823fa14dbae353a2e1e3730" meta-mono = "master:adf47f078dbf788a80ff1398a15a4fd5a334d320" meta-ti = "master:95e12712ddffcc7ec0789a8700137afe2e449445" meta-efikamx = "master:07f2a5c777b4f866985735303bc6d696592760a9" meta-nslu2 = "master:8948458fe3ec2b3c713b2a13a87123b64e22b0d9" meta-htc meta-nokia meta-openmoko meta-palm = "danny:d64d4f05af7a4db614aa9b6457416a5f6513f365" meta-handheld = "master:864975055d93ea7c29646b6e9efa11c6f8c0221d" meta-intel meta-sugarbay meta-crownbay meta-emenlow meta-fri2 meta-jasperforest meta-n450 = "danny:1a5ab65544830dd571a368b9d9f6ec782ffc94ac" meta-linaro = "master:02a6a819c86ac95c57526ad93a81a63ca6649b35" meta = "danny:8e057a58769000dfa16c77ba4555f6e169f0298b" NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: populate_sdk_image (see /home/bfo/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/beaglebone-angstrom-linux-gnueabi/systemd-image-1.0-r0/temp/log.do_populate_sdk.4679 for further information) [...] | Package netbase-dbg (5.0-r1) installed in root is up to date. | Collected errors: | * check_conflicts_for: The following packages conflict with openssh: | * check_conflicts_for: dropbear * | * opkg_install_cmd: Cannot install package openssh-dev. | * check_conflicts_for: The following packages conflict with openssh: | * check_conflicts_for: dropbear * | * opkg_install_cmd: Cannot install package openssh-dbg. | DEBUG: Python function do_populate_sdk finished | ERROR: Function failed: populate_sdk_image (see /home/bfo/setup-scripts/build/tmp-angstrom_v2012_05-eglibc/work/beaglebone-angstrom-linux-gnueabi/systemd-image-1.0-r0/temp/log.do_populate_sdk.4679 for further information) ERROR: Task 10 (/home/bfo/setup-scripts/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb, do_populate_sdk) failed with exit code '1' How to fix this error? And why does it only conflict when I do the "populate_sdk" task? I would have expected it to be a conflict when I built the systemd-image too, but it built just fine. I have grepped for "dropbear" and "openssh" in sources/meta-angstrom, but I haven't found anything yet. Best regards, Bjørn Forsman _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel