[PATCH 5/5][KERNEL] jasperforest: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 ++----- .../kernel-cache/bsp/jasperforest/jasperforest.scc | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg index b0f993b..743fc7d 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg @@ -35,20 +35,17 @@ CONFIG_PACKET=y CONFIG_I2C=y CONFIG_AGP=y -CONFIG_VFAT_FS=y CONFIG_PM=y CONFIG_ACPI=y CONFIG_INPUT=y # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_RD_GZIP=y + # NUMA support CONFIG_NUMA=y CONFIG_X86_64_ACPI_NUMA=y diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc index 9e5ca8d..defddec 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc @@ -1,6 +1,8 @@ kconf hardware jasperforest.cfg include features/serial/8250.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include features/logbuf/size-normal.scc -- 1.7.0.4
|
|
[PATCH 4/5][KERNEL] emenlow: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 35 ++++++------------------ meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 + 2 files changed, 11 insertions(+), 26 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg index d527e8d..b9704c5 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg @@ -24,6 +24,13 @@ CONFIG_CHR_DEV_SG=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=y +CONFIG_I2C=y +CONFIG_AGP=y +CONFIG_PM=y +CONFIG_ACPI=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_INPUT=y # Make sure these are on, otherwise the bootup won't be fun CONFIG_EXT3_FS=y @@ -34,36 +41,12 @@ CONFIG_SHMEM=y CONFIG_TMPFS=y CONFIG_PACKET=y -# These are needed for the Poulsbo kernel modules -CONFIG_I2C=y -CONFIG_AGP=y -CONFIG_VFAT_FS=y -CONFIG_PM=y -CONFIG_ACPI=y -CONFIG_FB=y -CONFIG_BACKLIGHT_LCD_SUPPORT=y -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_INPUT=y -CONFIG_VIDEO_V4L2=y -CONFIG_VIDEO_IVTV=y -CONFIG_MEDIA_SUPPORT=y -CONFIG_VIDEO_CAPTURE_DRIVERS=y -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_COMMON=y -CONFIG_I2C_ALGOBIT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_VIDEO_FB_IVTV=y - # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_RD_GZIP=y + # Needed for booting (and using) CD images CONFIG_BLK_DEV_SR=y diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc index e5b2097..8ee3558 100644 --- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc +++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc @@ -5,6 +5,8 @@ include features/intel-e1xxxx/intel-e100.scc include features/intel-e1xxxx/intel-e1xxxx.scc include features/drm-psb/drm-psb.scc include features/serial/8250.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include cfg/boot-live.scc include features/logbuf/size-normal.scc -- 1.7.0.4
|
|
[PATCH 3/5][KERNEL] crownbay: cleanup bsp config
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Remove unnecessary options or options already defined in base configs. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 34 +++++----------------- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 5 ++- 2 files changed, 11 insertions(+), 28 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg index 8081001..e93c0b8 100644 --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg @@ -27,6 +27,12 @@ CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_HDA_INTEL=y CONFIG_SATA_AHCI=y +CONFIG_AGP=y +CONFIG_PM=y +CONFIG_ACPI=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_INPUT=y # Make sure these are on, otherwise the bootup won't be fun CONFIG_EXT3_FS=y @@ -37,36 +43,12 @@ CONFIG_SHMEM=y CONFIG_TMPFS=y CONFIG_PACKET=y -# These are needed for the Poulsbo kernel modules -CONFIG_I2C=y -CONFIG_AGP=y -CONFIG_VFAT_FS=y -CONFIG_PM=y -CONFIG_ACPI=y -CONFIG_FB=y -CONFIG_BACKLIGHT_LCD_SUPPORT=y -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_INPUT=y -CONFIG_VIDEO_V4L2=y -CONFIG_VIDEO_IVTV=y -CONFIG_MEDIA_SUPPORT=y -CONFIG_VIDEO_CAPTURE_DRIVERS=y -CONFIG_VIDEO_DEV=y -CONFIG_VIDEO_V4L2_COMMON=y -CONFIG_I2C_ALGOBIT=y -CONFIG_FB_CFB_COPYAREA=y -CONFIG_FB_CFB_IMAGEBLIT=y -CONFIG_FB_CFB_FILLRECT=y -CONFIG_VIDEO_FB_IVTV=y - # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_RD_GZIP=y + # Needed for booting (and using) CD images CONFIG_BLK_DEV_SR=y diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc index 54284b2..391b955 100644 --- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc +++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc @@ -8,11 +8,12 @@ include features/intel-e1xxxx/intel-e1xxxx.scc include features/drm-emgd/drm-emgd.scc include features/dmaengine/dmaengine.scc include features/serial/8250.scc +include features/hpet/hpet.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include cfg/boot-live.scc include features/logbuf/size-normal.scc include features/latencytop/latencytop.scc include features/profiling/profiling.scc - -include features/hpet/hpet.scc -- 1.7.0.4
|
|
[PATCH 0/5][KERNEL] some meta-intel bsp cleanup, v2
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
This patchset is another step in some cleanup I'm doing for the meta-intel bsps, basically removing unneeded or redundant options and abstracting out useful features, in this case a new vesafb feature used in this patchset by crownbay, emenlow, and jasperforest. v2: rebased on top of intervening changes Please pull into linux-yocto-3.0. Pull URL: git://git.pokylinux.org/linux-yocto-2.6.37-contrib Branch: tzanussi/bsp-cleanup-v2 Browse: http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/bsp-cleanup-v2 Thanks, Tom Tom Zanussi (5): features/drm-psb: add related config options meta: add vesafb feature crownbay: cleanup bsp config emenlow: cleanup bsp config jasperforest: cleanup bsp config meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 34 ++++-------------- meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 5 ++- meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 35 +++++-------------- meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 + .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 +--- .../kernel-cache/bsp/jasperforest/jasperforest.scc | 2 + meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg | 13 +++++++ .../kernel-cache/features/framebuffer/vesafb.cfg | 8 ++++ .../kernel-cache/features/framebuffer/vesafb.scc | 1 + 9 files changed, 48 insertions(+), 59 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc
|
|
[PATCH 2/5][KERNEL] meta: add vesafb feature
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Add a 'vesafb feature' that adds basic vesa framebuffer support. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- .../kernel-cache/features/framebuffer/vesafb.cfg | 8 ++++++++ .../kernel-cache/features/framebuffer/vesafb.scc | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg new file mode 100644 index 0000000..9c7f35d --- /dev/null +++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg @@ -0,0 +1,8 @@ +CONFIG_FB=y +CONFIG_FB_VESA=y +CONFIG_FB_BOOT_VESA_SUPPORT=y +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FRAMEBUFFER_CONSOLE=y diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc new file mode 100644 index 0000000..c113097 --- /dev/null +++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc @@ -0,0 +1 @@ +kconf non-hardware vesafb.cfg -- 1.7.0.4
|
|
[PATCH 1/5][KERNEL] features/drm-psb: add related config options
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
This allows us to move them out of the bsp config. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg b/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg index cdd805b..ea7cbfc 100644 --- a/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg +++ b/meta/cfg/kernel-cache/features/drm-psb/drm-psb.cfg @@ -1,2 +1,15 @@ CONFIG_DRM=y CONFIG_DRM_PSB=m + +CONFIG_I2C=y +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_IVTV=y +CONFIG_MEDIA_SUPPORT=y +CONFIG_VIDEO_CAPTURE_DRIVERS=y +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_COMMON=y +CONFIG_I2C_ALGOBIT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_VIDEO_FB_IVTV=y -- 1.7.0.4
|
|
Yocto Project on Ohloh
Jeff Osier-Mixon <jefro@...>
The Yocto Project has a page on Ohloh, a site that assembles metrics on open source projects and their contributors and users:
If you work on or use the Yocto Project, I encourage you to link to us on this site. This enables the project to better reflect the number of contributors and users, and also enables you to get visible credit for your work in a public forum. If you don't already have an account on Ohloh, I strongly suggest creating one and linking it to all the projects you work on. Jeff Osier-Mixon http://jefro.net/blog Yocto Project Community Manager @Intel http://yoctoproject.org
|
|
Re: http://www.yoctoproject.org/downloads/pseudo URI failing
Flanagan, Elizabeth <elizabeth.flanagan@...>
On Thu, Oct 6, 2011 at 3:14 PM, Cliff Brake <cliff.brake@...> wrote:
The following URI is not working for me:Fixed. I've been doing some web maintenance and missed the pseudo redirect.
-- Elizabeth Flanagan Yocto Project Build and Release
|
|
Re: http://www.yoctoproject.org/downloads/pseudo URI failing
Cliff Brake <cliff.brake@...>
Looks like pseudo managed to build, I just got prematurely alarmed by:
toggle quoted messageShow quoted text
WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME="/home/cbrake"; export SSH_AGENT_PID="2994"; export SSH_AUTH_SOCK="/tmp/keyring-ptLxSd/ssh"; export GIT_CONFIG="/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-linux:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/sbin:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/sbin:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux//bin:/scratch/pp/pp-oe-2011-2/sources/openembedded-core/scripts/native-intercept:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-angstrom-linux-gnueabi:/scratch/pp/pp-oe-2011-2/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin:/scratch/pp/pp-oe-2011-2/sources/bitbake/bin:/home/cbrake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/scratch/pp/pp-oe-2011-2/sources/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /scratch/pp/pp-oe-2011-2/sources/downloads 'http://www.yoctoproject.org/downloads/pseudo/pseudo-1.1.1.tar.bz2' failed with signal 8, output:
On Thu, Oct 6, 2011 at 6:14 PM, Cliff Brake <cliff.brake@...> wrote:
The following URI is not working for me:
|
|
http://www.yoctoproject.org/downloads/pseudo URI failing
Cliff Brake <cliff.brake@...>
The following URI is not working for me:
http://www.yoctoproject.org/downloads/pseudo Thanks, Cliff -- ================= http://bec-systems.com
|
|
Re: Sato Font-shadow ?
Noel_V
Hi,
toggle quoted messageShow quoted text
I'm building the QEMU build... 'Where' are the video settings defined/specified ? Regards Noel. PS: made a typo on the org--post "sometimes it is red, or red.. " had to be "sometimes it is red, or yellow.."
-----Original Message-----
From: Gary Thomas [mailto:gary@...] Sent: 5Oct11 15:45 To: Vellemans, Noel Cc: yocto@... Subject: Re: [yocto] Sato Font-shadow ? On 2011-10-05 07:40, Vellemans, Noel wrote: (sometimes it is red, or red.. or whatever combination). on the top of the screen, another place where you can see it is when you open a terminal window. this faultly-'shadow'-behavoir is gone. What's your hardware platform? I saw this on a BeagleBoard [equivalent] due to improper video settings. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ )
|
|
Re: Sato Font-shadow ?
Gary Thomas
On 2011-10-05 07:40, Vellemans, Noel wrote:
What's your hardware platform? I saw this on a BeagleBoard [equivalent] due to improper video settings. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------
|
|
Sato Font-shadow ?
Noel_V
Hi all I've build the beta-test build [wget http://git.yoctoproject.org/cgit/cgit.cgi/poky/snapshot/poky-f8cddd74574756174a82c856cecdeb6f83b9dea5.tar.bz2 ] { core-image-sato } The build succeeds but there is 'STRANGE' thing, the fonts seem to contain a shadow, this shadow color is not always the same color (sometimes it is red, or red.. or whatever combination). The best place where you can see it is on the CLOCK that is displayed on the top of the screen, another place where you can see it is when you open a terminal window. Anyone that has seen the same behavior ?
Regards Noel NOTE: If I do replace the rootfs with one from the yocto web-site… this faultly-'shadow'-behavoir is gone.
|
|
[PATCH 7/7] meta-sugarbay: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-sugarbay/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-sugarbay/README.sources b/meta-sugarbay/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-sugarbay/README.sources +++ b/meta-sugarbay/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|
[PATCH 6/7] meta-n450: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-n450/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-n450/README.sources b/meta-n450/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-n450/README.sources +++ b/meta-n450/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|
[PATCH 5/7] meta-jasperforest: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-jasperforest/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-jasperforest/README.sources b/meta-jasperforest/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-jasperforest/README.sources +++ b/meta-jasperforest/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|
[PATCH 4/7] meta-fri2: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-fri2/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fri2/README.sources b/meta-fri2/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-fri2/README.sources +++ b/meta-fri2/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|
[PATCH 0/7] meta-intel: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
This updates the README.sources to point to the new URLs for edison. The following changes since commit d24b9522a6a82d660e54f272ac680a23a474cef4: Tom Zanussi (1): meta-intel: update SRCREVs are available in the git repository at: git://git.yoctoproject.org/meta-intel.git tzanussi/readme.sources-updates-2 http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/readme.sources-updates-2 Tom Zanussi (7): meta-crownbay: update README.sources meta-emenlow: update README.sources meta-fishriver: update README.sources meta-fri2: update README.sources meta-jasperforest: update README.sources meta-n450: update README.sources meta-sugarbay: update README.sources meta-crownbay/README.sources | 4 ++-- meta-emenlow/README.sources | 4 ++-- meta-fishriver/README.sources | 4 ++-- meta-fri2/README.sources | 4 ++-- meta-jasperforest/README.sources | 4 ++-- meta-n450/README.sources | 4 ++-- meta-sugarbay/README.sources | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-)
|
|
[PATCH 3/7] meta-fishriver: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-fishriver/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fishriver/README.sources b/meta-fishriver/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-fishriver/README.sources +++ b/meta-fishriver/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|
[PATCH 2/7] meta-emenlow: update README.sources
tom.zanussi@...
From: Tom Zanussi <tom.zanussi@...>
Update README.sources to reflect final Yocto tarball location for edison. Signed-off-by: Tom Zanussi <tom.zanussi@...> --- meta-emenlow/README.sources | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-emenlow/README.sources b/meta-emenlow/README.sources index 5c8b5c7..8e006fb 100644 --- a/meta-emenlow/README.sources +++ b/meta-emenlow/README.sources @@ -1,13 +1,13 @@ The sources for the packages comprising the images shipped with this BSP can be found at the following location: -http://autobuilder.yoctoproject.org/sources/ +http://downloads.yoctoproject.org/mirror/sources/ The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can be found at the following location: -http://autobuilder.yoctoproject.org/downloads/yocto-1.0/poky-bernard-5.0.tar.bz2 +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 The metadata used to generate the images shipped with this BSP, in addition to the code contained in this BSP, can also be found at the -- 1.7.0.4
|
|