* Packages in packagegroup are not installed in image
@ 2015-07-15 17:40 Ng, Mei Yeen
2015-07-23 17:59 ` Randy Witt
0 siblings, 1 reply; 6+ messages in thread
From: Ng, Mei Yeen @ 2015-07-15 17:40 UTC (permalink / raw)
To: yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E
[-- Attachment #1.1: Type: text/plain, Size: 813 bytes --]
Hi,
I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason.
My understanding was that packages listed under RDEPENDS in the packagegroup would get compiled and installed.
Some packages would appear in 1 image and then disappear in the next compiled image.
I'm seeing this when compiling with core-image-full-cmdline and core-image-sato.
I have attached the following package group created:
- graphics package group- ldd would not be installed in the image
- build essentials extended package group - gdb were not install, gcc and mkdosfs will intermittently not install into the image
Any help to shed some light on this is very much appreciated.
Thanks,
MY
[-- Attachment #1.2: Type: text/html, Size: 6250 bytes --]
[-- Attachment #2: packagegroup-core-buildessential-extended.bb --]
[-- Type: application/octet-stream, Size: 1021 bytes --]
DESCRIPTION = "Extended list of packages for build essentials"
LICENSE = "MIT"
PR = "r1"
inherit packagegroup
PACKAGES = "packagegroup-core-buildessential-extended"
RDEPENDS_packagegroup-core-buildessential-extended = "\
alsa-lib \
alsa-utils \
autoconf \
automake \
bash \
binutils \
binutils-symlinks \
bison \
bzip2 \
chkconfig \
cmake \
coreutils \
cpp \
cpp-symlinks \
dosfstools \
file \
flex \
g++ \
g++-symlinks \
gawk \
gcc \
gcc-symlinks \
gdb \
gettext \
git \
glibc \
gnu-config \
gtk+3 \
intltool \
libpthread-stubs \
libstdc++ \
libstdc++-dev \
libtool \
m4 \
make \
mtools \
nasm \
ncurses \
nspr \
patch \
pciutils \
pkgconfig \
procps \
python-numpy \
rpm \
rpmresolve \
strace \
syslinux \
tar \
tzdata \
udev \
unzip \
usbutils \
util-linux \
wget \
yasm \
zlib \
"
[-- Attachment #3: packagegroup-core-graphics-essential.bb --]
[-- Type: application/octet-stream, Size: 1575 bytes --]
SUMMARY = "All packages for full graphics user space"
LICENSE = "MIT"
PR = "r1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
PACKAGES = "packagegroup-core-graphics-essential"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_packagegroup-core-graphics-essential = "\
cairo \
flac \
fontconfig \
freetype \
glew \
gtk+3 \
jpeg \
lame \
ldd \
libav \
libdrm \
libglu \
libmad \
libogg \
libpng \
libpng12 \
libsoup-2.4 \
libtheora \
libva \
libva-intel-driver \
libvorbis \
mesa \
mpeg2dec \
pango \
speex \
x264 \
\
xserver-xf86-config \
xcb-util \
xrandr \
\
libx11 \
libxcb \
libxcomposite \
libxcursor \
libxdamage \
libxext \
libxft \
libxfont \
libxfixes \
libxi \
libxinerama \
libxkbcommon \
libxkbfile \
libxpm \
libxrandr \
libxrender \
libxscrnsaver \
libxshmfence \
libxt \
libxtst \
libxv \
libxvmc \
libxxf86dga \
libxxf86misc \
libxxf86vm \
libxv \
\
llvm3.3 \
opencv \
xrdb \
\
gstreamer1.0 \
gstreamer1.0-libav \
gstreamer1.0-omx \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer-vaapi-1.0 \
\
wayland \
weston \
\
qtbase \
qt5-demo-extrafiles \
\
dmidecode \
intel-gpu-tools \
piglit \
python-numpy \
v4l-utils \
xdotool \
chromium \
firefox \
"
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Packages in packagegroup are not installed in image 2015-07-15 17:40 Packages in packagegroup are not installed in image Ng, Mei Yeen @ 2015-07-23 17:59 ` Randy Witt 2015-07-23 18:01 ` Randy Witt 2015-08-25 2:20 ` Ng, Mei Yeen 0 siblings, 2 replies; 6+ messages in thread From: Randy Witt @ 2015-07-23 17:59 UTC (permalink / raw) To: Ng, Mei Yeen, yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E Hi Mei, On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: > Hi, > > I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. > My understanding was that packages listed under RDEPENDS in the packagegroup would get compiled and installed. > > Some packages would appear in 1 image and then disappear in the next compiled image. > I'm seeing this when compiling with core-image-full-cmdline and core-image-sato. > > I have attached the following package group created: > > - graphics package group- ldd would not be installed in the image > > - build essentials extended package group - gdb were not install, gcc and mkdosfs will intermittently not install into the image Could you perhaps provide the recipe that creates the package group and show how you are adding the package group to the image? > Any help to shed some light on this is very much appreciated. > > Thanks, > MY > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Packages in packagegroup are not installed in image 2015-07-23 17:59 ` Randy Witt @ 2015-07-23 18:01 ` Randy Witt 2015-08-25 2:20 ` Ng, Mei Yeen 1 sibling, 0 replies; 6+ messages in thread From: Randy Witt @ 2015-07-23 18:01 UTC (permalink / raw) To: Ng, Mei Yeen, yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E On 07/23/2015 10:59 AM, Randy Witt wrote: > Hi Mei, > > On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: >> Hi, >> >> I need help for issue where packages in packagegroup that compiles perfectly >> fine with core-images, but when verified in the image, they are not installed >> for some reason. >> My understanding was that packages listed under RDEPENDS in the packagegroup >> would get compiled and installed. >> >> Some packages would appear in 1 image and then disappear in the next compiled >> image. >> I'm seeing this when compiling with core-image-full-cmdline and core-image-sato. >> >> I have attached the following package group created: >> >> - graphics package group- ldd would not be installed in the image >> >> - build essentials extended package group - gdb were not install, gcc >> and mkdosfs will intermittently not install into the image > > Could you perhaps provide the recipe that creates the package group and show how > you are adding the package group to the image? Sorry I hit send too quickly, I saw the package group recipe, I just was curious how you are adding them to the image. Sorry. >> Any help to shed some light on this is very much appreciated. >> >> Thanks, >> MY >> >> >> > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Packages in packagegroup are not installed in image 2015-07-23 17:59 ` Randy Witt 2015-07-23 18:01 ` Randy Witt @ 2015-08-25 2:20 ` Ng, Mei Yeen 2015-08-25 20:04 ` Randy Witt 1 sibling, 1 reply; 6+ messages in thread From: Ng, Mei Yeen @ 2015-08-25 2:20 UTC (permalink / raw) To: Randy Witt, yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E Hi Randy, The packagegroups is added into the image as below: 1) Create a bbappend of the image core-image-full-cmdline.bbappend in our new layer 2) In the core-image-full-cmdline.bbappend, enable the following lines: DESCRIPTION = "Custom list of packages for build essentials for commandline image" IMAGE_INSTALL += "packagegroup-core-buildessential-extended" IMAGE_INSTALL += "packagegroup-core-devtools" 3) Update the local.conf to include EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps tools-debug" Thanks, MY -----Original Message----- From: Randy Witt [mailto:randy.e.witt@linux.intel.com] Sent: Friday, July 24, 2015 2:00 AM To: Ng, Mei Yeen; yocto@yoctoproject.org Cc: Hart, Darren; Witt, Randy E Subject: Re: [yocto] Packages in packagegroup are not installed in image Hi Mei, On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: > Hi, > > I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. > My understanding was that packages listed under RDEPENDS in the packagegroup would get compiled and installed. > > Some packages would appear in 1 image and then disappear in the next compiled image. > I'm seeing this when compiling with core-image-full-cmdline and core-image-sato. > > I have attached the following package group created: > > - graphics package group- ldd would not be installed in the image > > - build essentials extended package group - gdb were not install, gcc and mkdosfs will intermittently not install into the image Could you perhaps provide the recipe that creates the package group and show how you are adding the package group to the image? > Any help to shed some light on this is very much appreciated. > > Thanks, > MY > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Packages in packagegroup are not installed in image 2015-08-25 2:20 ` Ng, Mei Yeen @ 2015-08-25 20:04 ` Randy Witt 2015-09-30 4:09 ` Ng, Mei Yeen 0 siblings, 1 reply; 6+ messages in thread From: Randy Witt @ 2015-08-25 20:04 UTC (permalink / raw) To: Ng, Mei Yeen, yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E On 08/24/2015 07:20 PM, Ng, Mei Yeen wrote: > Hi Randy, > > The packagegroups is added into the image as below: > > 1) Create a bbappend of the image core-image-full-cmdline.bbappend in our new layer > 2) In the core-image-full-cmdline.bbappend, enable the following lines: > > DESCRIPTION = "Custom list of packages for build essentials for commandline image" > > IMAGE_INSTALL += "packagegroup-core-buildessential-extended" > IMAGE_INSTALL += "packagegroup-core-devtools" Could you try using _append like below, and see if that gives you the consistency you want? IMAGE_INSTALL_append = " packagegroup-core-buildessential-extended" IMAGE_INSTALL_append = " packagegroup-core-devtools" > 3) Update the local.conf to include EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps tools-debug" > > Thanks, > MY > > -----Original Message----- > From: Randy Witt [mailto:randy.e.witt@linux.intel.com] > Sent: Friday, July 24, 2015 2:00 AM > To: Ng, Mei Yeen; yocto@yoctoproject.org > Cc: Hart, Darren; Witt, Randy E > Subject: Re: [yocto] Packages in packagegroup are not installed in image > > Hi Mei, > > On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: >> Hi, >> >> I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. >> My understanding was that packages listed under RDEPENDS in the packagegroup would get compiled and installed. >> >> Some packages would appear in 1 image and then disappear in the next compiled image. >> I'm seeing this when compiling with core-image-full-cmdline and core-image-sato. >> >> I have attached the following package group created: >> >> - graphics package group- ldd would not be installed in the image >> >> - build essentials extended package group - gdb were not install, gcc and mkdosfs will intermittently not install into the image > > Could you perhaps provide the recipe that creates the package group and show how you are adding the package group to the image? > >> Any help to shed some light on this is very much appreciated. >> >> Thanks, >> MY >> >> >> > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Packages in packagegroup are not installed in image 2015-08-25 20:04 ` Randy Witt @ 2015-09-30 4:09 ` Ng, Mei Yeen 0 siblings, 0 replies; 6+ messages in thread From: Ng, Mei Yeen @ 2015-09-30 4:09 UTC (permalink / raw) To: Randy Witt, yocto@yoctoproject.org; +Cc: Hart, Darren, Witt, Randy E Randy, It works perfectly now. :) Thanks so much for your advice. Warm regards, Mei Yeen -----Original Message----- From: Randy Witt [mailto:randy.e.witt@linux.intel.com] Sent: Wednesday, August 26, 2015 4:05 AM To: Ng, Mei Yeen; yocto@yoctoproject.org Cc: Hart, Darren; Witt, Randy E Subject: Re: [yocto] Packages in packagegroup are not installed in image On 08/24/2015 07:20 PM, Ng, Mei Yeen wrote: > Hi Randy, > > The packagegroups is added into the image as below: > > 1) Create a bbappend of the image core-image-full-cmdline.bbappend in > our new layer > 2) In the core-image-full-cmdline.bbappend, enable the following lines: > > DESCRIPTION = "Custom list of packages for build essentials for commandline image" > > IMAGE_INSTALL += "packagegroup-core-buildessential-extended" > IMAGE_INSTALL += "packagegroup-core-devtools" Could you try using _append like below, and see if that gives you the consistency you want? IMAGE_INSTALL_append = " packagegroup-core-buildessential-extended" IMAGE_INSTALL_append = " packagegroup-core-devtools" > 3) Update the local.conf to include EXTRA_IMAGE_FEATURES = "debug-tweaks tools-testapps tools-debug" > > Thanks, > MY > > -----Original Message----- > From: Randy Witt [mailto:randy.e.witt@linux.intel.com] > Sent: Friday, July 24, 2015 2:00 AM > To: Ng, Mei Yeen; yocto@yoctoproject.org > Cc: Hart, Darren; Witt, Randy E > Subject: Re: [yocto] Packages in packagegroup are not installed in > image > > Hi Mei, > > On 07/15/2015 10:40 AM, Ng, Mei Yeen wrote: >> Hi, >> >> I need help for issue where packages in packagegroup that compiles perfectly fine with core-images, but when verified in the image, they are not installed for some reason. >> My understanding was that packages listed under RDEPENDS in the packagegroup would get compiled and installed. >> >> Some packages would appear in 1 image and then disappear in the next compiled image. >> I'm seeing this when compiling with core-image-full-cmdline and core-image-sato. >> >> I have attached the following package group created: >> >> - graphics package group- ldd would not be installed in the image >> >> - build essentials extended package group - gdb were not install, gcc and mkdosfs will intermittently not install into the image > > Could you perhaps provide the recipe that creates the package group and show how you are adding the package group to the image? > >> Any help to shed some light on this is very much appreciated. >> >> Thanks, >> MY >> >> >> > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-09-30 4:09 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-07-15 17:40 Packages in packagegroup are not installed in image Ng, Mei Yeen 2015-07-23 17:59 ` Randy Witt 2015-07-23 18:01 ` Randy Witt 2015-08-25 2:20 ` Ng, Mei Yeen 2015-08-25 20:04 ` Randy Witt 2015-09-30 4:09 ` Ng, Mei Yeen
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.