[yocto] meta-zynq-balister: Build output

Elvis Dowson elvis.dowson at gmail.com
Sat Oct 13 10:42:47 PDT 2012


Hi Philip,
		  I made the following changes to your repo, since it was giving a warning about apps-console-core being no longer valid, and yocto replacing it with splash.

diff --git a/conf/machine/zynq-zc702.conf b/conf/machine/zynq-zc702.conf
index 74a1271..d25093f 100644
--- a/conf/machine/zynq-zc702.conf
+++ b/conf/machine/zynq-zc702.conf
@@ -1,3 +1,8 @@
+#@TYPE: Machine
+#@Name: Xilinx ZC702 FPGA Development Platform for the Zynq-7020 processor.
+#@DESCRIPTION: Machine configuration for the Xilinx ZC702 FPGA Development Platform.
+
+#tune for the Zynq 7020 ARM Cortex A-9 CPU
 include conf/machine/include/tune-cortexa9.inc
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-zynq"
diff --git a/recipes-core/images/zc702-proto-image.bb b/recipes-core/images/zc702-proto-image.bb
index a6e4b11..02a6af2 100644
--- a/recipes-core/images/zc702-proto-image.bb
+++ b/recipes-core/images/zc702-proto-image.bb
@@ -1,14 +1,12 @@
-DESCRIPTION = "A foundational basic image without support for X that can be \
-reasonably used for customization."
+DESCRIPTION = "A console-only image with more full-featured Linux system \
+functionality installed."
 
-IMAGE_FEATURES += "apps-console-core ssh-server-openssh tools-sdk \
+IMAGE_FEATURES += "splash ssh-server-openssh tools-sdk \
                    tools-debug debug-tweaks"
 
 IMAGE_INSTALL = "\
-    task-core-boot \
-    task-core-basic \
+    packagegroup-core-boot \
+    packagegroup-core-basic \
     "
 
-#    ${CORE_IMAGE_BASE_INSTALL} 
-
 inherit core-image


and here is the build output:

Build Configuration:
BB_VERSION        = "1.16.0"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "zynq-zc702"
DISTRO            = "poky"
DISTRO_VERSION    = "1.3+snapshot-20121013"
TUNE_FEATURES     = "armv7a vfp neon cortexa9"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "master:0260bb5c6978839c068007fcff2f704937805faf"
toolchain-layer   = "master:9e701bb060325bc47509d4874bd695f039191ea8"
meta-zynq-balister = "master:61ee369f84252acaaa4a4500f08450df2648247d"

NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz, attempting MIRRORS if available
NOTE: validating kernel configuration
cat: meta/cfg/standard/zynq-zc702/specified.cfg: No such file or directory
cat: meta/cfg/standard/zynq-zc702/specified.cfg: No such file or directory
** NOTE: There were 0 required options requested that do not
         have a corresponding value present in the final ".config" file.
         This is a violation of the policy defined by the higher level config
The full list can be found in your kernel src dir at:
meta/cfg/standard/zynq-zc702/missing_required.cfg
NOTE: Tasks Summary: Attempted 1465 tasks of which 229 didn't need to be rerun and all succeeded.

Summary: There was 1 WARNING message shown.

real    33m58.594s
user    97m0.724s
sys    12m50.976s


It gives a config policy warning, haven't seen this before.

I also noticed that by default, u-boot-zynq doesn't get compiled, but it's trivial enough to include in the zynq-zc702.conf file.

Best regards,

Elvis Dowson



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20121013/3ab17ce9/attachment.html>


More information about the yocto mailing list