[meta-xilinx] meta-topic
Edward Vidal
vidal.develone at gmail.com
Sun Feb 2 12:32:46 PST 2014
Hello all,
I am still trying to test sound on zedboard so I built the qt4e-demo-image
which required a minor change since fpga-image I am assuming became
fpga-image-adi see git diff below.
When I try bitbake mp3-image Am I missing other meta-data?
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 1203 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'gst-plugins-ugly-mad' (but
/home/vidal/POKY/topic_oe/meta-topic/recipes-core/images/mp3-image.bbRDEPENDS
on or otherwise requires it)
NOTE: Runtime target 'gst-plugins-ugly-mad' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gst-plugins-ugly-mad']
ERROR: Required build target 'mp3-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['mp3-image',
'gst-plugins-ugly-mad']
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
diff --git a/recipes-bsp/fpga/fpga-image.inc
b/recipes-bsp/fpga/fpga-image.inc
index 6dbe5e2..2ff7e55 100644
--- a/recipes-bsp/fpga/fpga-image.inc
+++ b/recipes-bsp/fpga/fpga-image.inc
@@ -40,11 +40,12 @@ do_compile() {
if [ -f "${iseprojf}" ]
then
iseproj=`basename ${iseprojf} .xmp`
- source
${XILINX_TOOL_PATH}/ISE_DS/settings${XILINX_TOOL_ARCH}.sh
- xps -nw ${iseprojf} << EOF
-run bits
-run exporttosdk
-EOF
+/home/vidal/build_fpga
+ #source
${XILINX_TOOL_PATH}/ISE_DS/settings${XILINX_TOOL_ARCH}.sh
+ #xps -nw ${iseprojf} << EOF
+#run bits
+#run exporttosdk
+#EOF
test -f ${S}/implementation/${iseproj}.bit
cp ${S}/implementation/${iseproj}.bit fpga.bit
fi
diff --git a/recipes-core/images/qt4e-demo-image.bbappend
b/recipes-core/images/qt4e-demo-image.bbappend
index 59398ee..4a1a778 100644
--- a/recipes-core/images/qt4e-demo-image.bbappend
+++ b/recipes-core/images/qt4e-demo-image.bbappend
@@ -1,6 +1,6 @@
IMAGE_INSTALL += "\
kernel-modules \
- fpga-image \
+fpga-image-adi \
adi-hdmi-load \
"
As always all help is appreciated.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140202/449bc6b7/attachment.html>
More information about the meta-xilinx
mailing list