All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.