All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-zynq-balister: Build output
@ 2012-10-13 17:42 Elvis Dowson
  2012-10-13 19:48 ` Elvis Dowson
  2012-10-15 20:27 ` Bruce Ashfield
  0 siblings, 2 replies; 4+ messages in thread
From: Elvis Dowson @ 2012-10-13 17:42 UTC (permalink / raw)
  To: Philip Balister; +Cc: Yocto Discussion Mailing List

[-- Attachment #1: Type: text/plain, Size: 3364 bytes --]

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




[-- Attachment #2: Type: text/html, Size: 5292 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: meta-zynq-balister: Build output
  2012-10-13 17:42 meta-zynq-balister: Build output Elvis Dowson
@ 2012-10-13 19:48 ` Elvis Dowson
  2012-10-15 19:29   ` Philip Balister
  2012-10-15 20:27 ` Bruce Ashfield
  1 sibling, 1 reply; 4+ messages in thread
From: Elvis Dowson @ 2012-10-13 19:48 UTC (permalink / raw)
  To: Philip Balister; +Cc: Yocto Discussion Mailing List

Hi Philip,
                  I've just sent out two patches refactoring the zc702 machine configuration, and adding u-boot to the rootfs image. I've built this against the latest poky/master branch.

Best regards,

Elvis Dowson

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: meta-zynq-balister: Build output
  2012-10-13 19:48 ` Elvis Dowson
@ 2012-10-15 19:29   ` Philip Balister
  0 siblings, 0 replies; 4+ messages in thread
From: Philip Balister @ 2012-10-15 19:29 UTC (permalink / raw)
  To: Elvis Dowson; +Cc: Yocto Discussion Mailing List

On 10/13/2012 12:48 PM, Elvis Dowson wrote:
> Hi Philip,
>                    I've just sent out two patches refactoring the zc702 machine configuration, and adding u-boot to the rootfs image. I've built this against the latest poky/master branch.
>


I've applied these and tried to clean up the UBOOT_MACHINE setting.

Hopefully, all the right people can get on baord and we can get the 
multiple layer for the same thing issue resolved. In the meantime, work 
goes on.

Thanks,

Philip

> Best regards,
>
> Elvis Dowson
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: meta-zynq-balister: Build output
  2012-10-13 17:42 meta-zynq-balister: Build output Elvis Dowson
  2012-10-13 19:48 ` Elvis Dowson
@ 2012-10-15 20:27 ` Bruce Ashfield
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-10-15 20:27 UTC (permalink / raw)
  To: Elvis Dowson; +Cc: Yocto Discussion Mailing List

On Sat, Oct 13, 2012 at 1:42 PM, Elvis Dowson <elvis.dowson@gmail.com> wrote:
> 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

Random comment. This warning is cleaned up in the tools which will go to
1.4 and can be backported to 1.3 .. it was just noticed to late to get into
1.3 and wasn't fatal, so I elected to ignore it temporarily.

Cheers,

Bruce

> ** 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
>
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-15 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 17:42 meta-zynq-balister: Build output Elvis Dowson
2012-10-13 19:48 ` Elvis Dowson
2012-10-15 19:29   ` Philip Balister
2012-10-15 20:27 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.